OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:planein
(Results
1 - 8
of
8
) 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 );
76
M4OSA_ERR M4VSS3GPP_externalVideoEffectColor(M4OSA_Void *pFunctionContext, M4VIFI_ImagePlane *
PlaneIn
,
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 ) {
278
if(
PlaneIn
[0].u_width !=
PlaneIn
[0].u_stride)
282
p_buf_src = &(
PlaneIn
[0].pac_data[
PlaneIn
[0].u_topleft]);
288
p_buf_src_u = &(
PlaneIn
[1].pac_data[
PlaneIn
[1].u_topleft]);
289
p_buf_src_v = &(
PlaneIn
[2].pac_data[
PlaneIn
[2].u_topleft]);
301
M4VIFI_ImagePlane *
PlaneIn
, M4VIFI_ImagePlane *PlaneOut )
[
all
...]
VideoEditorPreviewController.cpp
[
all
...]
/frameworks/av/libvideoeditor/vss/video_filters/src/
M4VIFI_RGB888toYUV420.c
24
M4VIFI_UInt8 M4VIFI_RGB888toYUV420(void *pUserData, M4VIFI_ImagePlane *
PlaneIn
,
39
M4VIFI_UInt8 M4VIFI_RGB888toYUV420(void *pUserData, M4VIFI_ImagePlane *
PlaneIn
,
58
if( (
PlaneIn
->u_height != PlaneOut[0].u_height) ||
63
if( (
PlaneIn
->u_width != PlaneOut[0].u_width) ||
75
pu8_rgbn_data =
PlaneIn
->pac_data +
PlaneIn
->u_topleft;
88
u32_stride_rgb =
PlaneIn
->u_stride;
/frameworks/av/libvideoeditor/vss/inc/
M4xVSS_API.h
390
* M4VIFI_ImagePlane *
PlaneIn
,
399
* @param
PlaneIn
(IN) Input YUV420 planar
419
* M4VIFI_ImagePlane *
PlaneIn
,
428
* @param
PlaneIn
(IN) Input YUV420 planar
448
* M4VIFI_ImagePlane *
PlaneIn
,
478
* M4VIFI_ImagePlane *
PlaneIn
,
487
* @param
PlaneIn
(IN) Input YUV420 planar
/frameworks/av/libvideoeditor/vss/src/
M4xVSS_internal.c
[
all
...]
M4VSS3GPP_EditVideo.c
113
static M4OSA_ERR M4VSS3GPP_intSetYUV420Plane(M4VIFI_ImagePlane*
planeIn
,
[
all
...]
/frameworks/av/libvideoeditor/vss/common/inc/
M4VIFI_FiltersAPI.h
[
all
...]
Completed in 5075 milliseconds