OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:planeOut
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/libvideoeditor/lvpp/
VideoEditorTools.h
73
M4VIFI_UInt8 M4VIFI_YUV420PlanarToYUV420Semiplanar(void *user_data, M4VIFI_ImagePlane *PlaneIn, M4VIFI_ImagePlane *
PlaneOut
);
74
M4VIFI_UInt8 M4VIFI_SemiplanarYUV420toYUV420(void *user_data, M4VIFI_ImagePlane *PlaneIn, M4VIFI_ImagePlane *
PlaneOut
);
77
M4VIFI_ImagePlane *
PlaneOut
,M4VSS3GPP_ExternalProgress *pProgress, M4OSA_UInt32 uiEffectKind);
79
M4OSA_ERR M4VSS3GPP_externalVideoEffectFraming( M4OSA_Void *userData, M4VIFI_ImagePlane PlaneIn[3], M4VIFI_ImagePlane *
PlaneOut
, M4VSS3GPP_ExternalProgress *pProgress, M4OSA_UInt32 uiEffectKind );
90
M4VIFI_UInt8 M4VIFI_RGB888toYUV420(void *pUserData, M4VIFI_ImagePlane *PlaneIn, M4VIFI_ImagePlane
PlaneOut
[3]);
99
M4VIFI_UInt8 M4VIFI_YUV420toYUV420(void *user_data, M4VIFI_ImagePlane PlaneIn[3], M4VIFI_ImagePlane *
PlaneOut
);
112
M4VIFI_ImagePlane *planeIn, M4VIFI_ImagePlane *
planeOut
,
129
M4VIFI_ImagePlane *planeIn, M4VIFI_ImagePlane *
planeOut
,
133
M4VIFI_ImagePlane *planeIn, M4VIFI_ImagePlane *
planeOut
,
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
...]
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
...]
Completed in 24 milliseconds