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

  /frameworks/av/media/libstagefright/include/
SoftVideoDecoderOMXComponent.h 82 uint8_t *dst, const uint8_t *srcY, const uint8_t *srcU, const uint8_t *srcV,
  /frameworks/av/media/libstagefright/omx/
SoftVideoEncoderOMXComponent.cpp 356 const uint8_t *srcU = (const uint8_t *)ycbcr->cb;
369 memcpy(dstU, srcU, width >> 1);
371 srcU += ycbcr->cstride;
380 *dstU++ = *srcU;
382 srcU += ycbcr->chroma_step;
387 srcU += ycbcr->cstride - (width >> 1) * ycbcr->chroma_step;
SoftVideoDecoderOMXComponent.cpp 231 uint8_t *dst, const uint8_t *srcY, const uint8_t *srcU, const uint8_t *srcV,
246 memcpy(dst, srcU, mWidth / 2);
247 srcU += srcUStride;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/
SoftAVC.cpp 257 const uint8_t *srcU = srcY + mWidth * mHeight;
258 const uint8_t *srcV = srcU + mWidth * mHeight / 4;
262 copyYV12FrameToOutputBuffer(dst, srcY, srcU, srcV, srcYStride, srcUStride, srcVStride);
  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.cpp 156 const uint8_t *srcU = (const uint8_t *)mImg->planes[PLANE_U];
161 copyYV12FrameToOutputBuffer(dst, srcY, srcU, srcV, srcYStride, srcUStride, srcVStride);
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderUtils.cpp 630 uint8_t *srcU, *srcV;

Completed in 869 milliseconds