OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:srcV
(Results
1 - 10
of
10
) sorted by null
/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);
/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;
/external/valgrind/VEX/priv/
host_x86_isel.c
[
all
...]
host_amd64_isel.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 704 milliseconds