HomeSort by relevance Sort by last modified time
    Searched refs:srcU (Results 1 - 6 of 6) sorted by null

  /frameworks/av/media/libstagefright/omx/
SoftVideoEncoderOMXComponent.cpp 51 const uint8_t *srcU = (const uint8_t *)ycbcr->cb;
64 memcpy(dstU, srcU, width >> 1);
66 srcU += ycbcr->cstride;
75 *dstU++ = *srcU;
77 srcU += ycbcr->chroma_step;
82 srcU += ycbcr->cstride - (width >> 1) * ycbcr->chroma_step;
SoftVideoDecoderOMXComponent.cpp 218 uint8_t *dst, const uint8_t *srcY, const uint8_t *srcU, const uint8_t *srcV,
233 memcpy(dst, srcU, mWidth / 2);
234 srcU += srcUStride;
  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.cpp 153 const uint8_t *srcU = (const uint8_t *)mImg->planes[PLANE_U];
158 copyYV12FrameToOutputBuffer(dst, srcY, srcU, srcV, srcYStride, srcUStride, srcVStride);
  /frameworks/av/media/libstagefright/include/
SoftVideoDecoderOMXComponent.h 81 uint8_t *dst, const uint8_t *srcY, const uint8_t *srcU, const uint8_t *srcV,
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/
SoftAVC.cpp 255 const uint8_t *srcU = srcY + mWidth * mHeight;
256 const uint8_t *srcV = srcU + mWidth * mHeight / 4;
260 copyYV12FrameToOutputBuffer(dst, srcY, srcU, srcV, srcYStride, srcUStride, srcVStride);
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderUtils.cpp 630 uint8_t *srcU, *srcV;

Completed in 368 milliseconds