OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:planeIn
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/libvideoeditor/lvpp/
VideoEditorPreviewController.cpp
[
all
...]
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
...]
Completed in 25 milliseconds