Searched refs:copyOutputBufferToYV12Frame (Results 1 – 2 of 2) sorted by relevance
/hardware/google/av/media/codecs/vpx/ |
D | C2SoftVpxDec.cpp | 524 static void copyOutputBufferToYV12Frame(uint8_t *dst, in copyOutputBufferToYV12Frame() function 616 copyOutputBufferToYV12Frame(dst, srcY, srcU, srcV, in outputBuffer()
|
/hardware/google/av/media/codecs/mpeg4_h263/ |
D | C2SoftMpeg4Dec.cpp | 465 static void copyOutputBufferToYV12Frame(uint8_t *dst, uint8_t *src, size_t dstYStride, in copyOutputBufferToYV12Frame() function 672 (void)copyOutputBufferToYV12Frame(outputBufferY, mOutputBuffer[mNumSamplesOutput & 1], in process()
|