HomeSort by relevance Sort by last modified time
    Searched defs:planeIn (Results 1 - 2 of 2) sorted by null

  /frameworks/media/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 451 milliseconds