Searched refs:srcV (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/include/
H A DSoftVideoDecoderOMXComponent.h82 uint8_t *dst, const uint8_t *srcY, const uint8_t *srcU, const uint8_t *srcV,
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoEncoderOMXComponent.cpp357 const uint8_t *srcV = (const uint8_t *)ycbcr->cr; local
372 memcpy(dstV, srcV, width >> 1);
374 srcV += ycbcr->cstride;
381 *dstV++ = *srcV;
383 srcV += ycbcr->chroma_step;
388 srcV += ycbcr->cstride - (width >> 1) * ycbcr->chroma_step;
H A DSoftVideoDecoderOMXComponent.cpp231 uint8_t *dst, const uint8_t *srcY, const uint8_t *srcU, const uint8_t *srcV,
253 memcpy(dst, srcV, mWidth / 2);
254 srcV += srcVStride;
230 copyYV12FrameToOutputBuffer( uint8_t *dst, const uint8_t *srcY, const uint8_t *srcU, const uint8_t *srcV, size_t srcYStride, size_t srcUStride, size_t srcVStride) argument
/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp157 const uint8_t *srcV = (const uint8_t *)mImg->planes[PLANE_V]; local
161 copyYV12FrameToOutputBuffer(dst, srcY, srcU, srcV, srcYStride, srcUStride, srcVStride);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.cpp258 const uint8_t *srcV = srcU + mWidth * mHeight / 4; local
262 copyYV12FrameToOutputBuffer(dst, srcY, srcU, srcV, srcYStride, srcUStride, srcVStride);

Completed in 112 milliseconds