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

  /frameworks/av/media/libstagefright/omx/
SoftVideoEncoderOMXComponent.cpp 390 const uint8_t *srcV = (const uint8_t *)ycbcr->cr;
405 memcpy(dstV, srcV, width >> 1);
407 srcV += ycbcr->cstride;
414 *dstV++ = *srcV;
416 srcV += ycbcr->chroma_step;
421 srcV += ycbcr->cstride - (width >> 1) * ycbcr->chroma_step;
SoftVideoDecoderOMXComponent.cpp 305 uint8_t *dst, const uint8_t *srcY, const uint8_t *srcU, const uint8_t *srcV,
327 memcpy(dst, srcV, mWidth / 2);
328 srcV += srcVStride;
  /frameworks/av/media/libstagefright/include/
SoftVideoDecoderOMXComponent.h 119 uint8_t *dst, const uint8_t *srcY, const uint8_t *srcU, const uint8_t *srcV,
  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.cpp 163 const uint8_t *srcV = (const uint8_t *)mImg->planes[VPX_PLANE_V];
167 copyYV12FrameToOutputBuffer(dst, srcY, srcU, srcV, srcYStride, srcUStride, srcVStride);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/
SoftAVC.cpp 268 const uint8_t *srcV = srcU + mWidth * mHeight / 4;
272 copyYV12FrameToOutputBuffer(dst, srcY, srcU, srcV, srcYStride, srcUStride, srcVStride);
  /external/valgrind/shared/
vg_replace_strmem.c     [all...]
  /external/valgrind/VEX/priv/
host_x86_isel.c     [all...]
host_amd64_isel.c     [all...]
guest_arm64_toIR.c     [all...]
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.3/
jackson-core-2.1.3.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 169 milliseconds