OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pPlane
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/media/jni/mediaeditor/
VideoEditorThumbnailMain.cpp
100
M4VIFI_ImagePlane*
pPlane
=NULL;
110
pPlane
= (M4VIFI_ImagePlane*)pCbData;
111
src = (M4OSA_UInt16*)
pPlane
->pac_data;
117
for (j = 0; j <
pPlane
->u_height; j++)
119
for (i = 0; i <
pPlane
->u_width; i++)
123
for (i =
pPlane
->u_width; i < pC->m_width; i++)
127
src = (M4OSA_UInt16*)((M4OSA_UInt8*)src +
pPlane
->u_stride);
135
for (j = 0; j <
pPlane
->u_height; j++)
137
memcpy((void * )dst, (void * )src,
pPlane
->u_stride);
138
for (i =
pPlane
->u_width; i < pC->m_width; i++
[
all
...]
/frameworks/av/libvideoeditor/vss/src/
M4xVSS_API.c
[
all
...]
M4VSS3GPP_EditVideo.c
[
all
...]
/frameworks/av/libvideoeditor/vss/inc/
M4xVSS_Internal.h
362
M4VIFI_ImagePlane *
pPlane
;
Completed in 30 milliseconds