OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mvdata
(Results
1 - 7
of
7
) sorted by null
/frameworks/av/include/media/stagefright/
YUVImage.h
27
// - initializeYUVPointers() sets up pointers (mYdata, mUdata,
mVdata
) to
137
// YUV420 semiplanar,
mVdata
points to the start of the V data in the UV plane.
138
uint8_t *
mVdata
;
140
// Initialize the pointers mYdata, mUdata,
mVdata
to point to the right locations for
146
// data from the corresponding base pointers -- mYdata, mUdata,
mVdata
.
/frameworks/av/media/libstagefright/yuv/
YUVImage.cpp
68
mVdata
= mUdata + (numberOfPixels >> 2);
74
mVdata
= mYdata + numberOfPixels;
75
mUdata =
mVdata
+ 1;
141
return
mVdata
+ offset;
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_DSP.h
395
unsigned char
MVData
[9600];
398
unsigned char
MVData
[12960];
OMX_VideoEnc_Utils.h
503
OMX_PTR pMVData;/*pointer to unsigned char
MVData
[3264]*/
/hardware/intel/img/psb_video/src/mrst/
psb_VC1.c
[
all
...]
/hardware/intel/img/psb_video/src/
pnw_VC1.c
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Utils.c
[
all
...]
Completed in 4256 milliseconds