HomeSort by relevance Sort by last modified time
    Searched refs:srcV (Results 1 - 10 of 10) 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 357 const uint8_t *srcV = (const uint8_t *)ycbcr->cr;
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;
SoftVideoDecoderOMXComponent.cpp 231 uint8_t *dst, const uint8_t *srcY, const uint8_t *srcU, const uint8_t *srcV,
253 memcpy(dst, srcV, mWidth / 2);
254 srcV += srcVStride;
  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.cpp 157 const uint8_t *srcV = (const uint8_t *)mImg->planes[PLANE_V];
161 copyYV12FrameToOutputBuffer(dst, srcY, srcU, srcV, srcYStride, srcUStride, srcVStride);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/
SoftAVC.cpp 258 const uint8_t *srcV = srcU + mWidth * mHeight / 4;
262 copyYV12FrameToOutputBuffer(dst, srcY, srcU, srcV, srcYStride, srcUStride, srcVStride);
  /external/valgrind/main/shared/
vg_replace_strmem.c     [all...]
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderUtils.cpp 630 uint8_t *srcU, *srcV;
  /external/valgrind/main/VEX/priv/
host_x86_isel.c     [all...]
host_amd64_isel.c     [all...]
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 643 milliseconds