OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:planeOut
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/libvideoeditor/lvpp/
VideoEditorPreviewController.cpp
739
M4VIFI_ImagePlane
planeOut
[3];
778
prepareYV12ImagePlane(
planeOut
, yv12PlaneWidth, yv12PlaneHeight,
782
memset((void *)
planeOut
[0].pac_data,0x00,
planeOut
[0].u_width *
783
planeOut
[0].u_height * 1.5);
784
memset((void *)
planeOut
[1].pac_data,128,
planeOut
[1].u_width *
785
planeOut
[1].u_height);
786
memset((void *)
planeOut
[2].pac_data,128,
planeOut
[2].u_width
[
all
...]
VideoEditorTools.cpp
271
M4VIFI_ImagePlane *PlaneIn, M4VIFI_ImagePlane *
PlaneOut
) {
283
p_buf_dest = &(
PlaneOut
[0].pac_data[
PlaneOut
[0].u_topleft]);
285
PlaneOut
[0].u_width *
PlaneOut
[0].u_height);
290
p_buf_dest = &(
PlaneOut
[1].pac_data[
PlaneOut
[1].u_topleft]);
292
for(i = 0; i <
PlaneOut
[1].u_width*
PlaneOut
[1].u_height; i++)
301
M4VIFI_ImagePlane *PlaneIn, M4VIFI_ImagePlane *
PlaneOut
) {
[
all
...]
Completed in 663 milliseconds