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

  /hardware/interfaces/automotive/evs/1.0/vts/functional/
FormatConvert.cpp 112 uint8_t* srcV = src+offsetV;
118 uint8_t* rowV = srcV + (r/2 * strideColor);
  /frameworks/av/media/libstagefright/omx/
SoftVideoEncoderOMXComponent.cpp 393 const uint8_t *srcV = (const uint8_t *)ycbcr->cr;
408 memcpy(dstV, srcV, width >> 1);
410 srcV += ycbcr->cstride;
417 *dstV++ = *srcV;
419 srcV += ycbcr->chroma_step;
424 srcV += ycbcr->cstride - (width >> 1) * ycbcr->chroma_step;
SoftVideoDecoderOMXComponent.cpp 306 uint8_t *dst, const uint8_t *srcY, const uint8_t *srcU, const uint8_t *srcV,
328 memcpy(dst, srcV, mWidth / 2);
329 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/m2/repository/com/fasterxml/jackson/core/jackson-core/2.6.6/
jackson-core-2.6.6.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 826 milliseconds