Searched defs:reportedWidth (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp2964 M4OSA_UInt32 reportedWidth, M4OSA_UInt32 reportedHeight) {
2969 plane[0].u_stride = reportedWidth;
2976 plane[1].u_stride = reportedWidth >> 1;
2978 plane[1].pac_data = buffer+(reportedWidth*reportedHeight);
2983 plane[2].u_stride = reportedWidth >> 1;
2985 plane[2].pac_data = plane[1].pac_data + ((reportedWidth/2)*(reportedHeight/2));
3273 M4OSA_UInt32 reportedWidth, M4OSA_UInt32 reportedHeight) {
3309 params->vidBuffer, reportedWidth, reportedHeight);
2962 prepareYUV420ImagePlane(M4VIFI_ImagePlane *plane, M4OSA_UInt32 width, M4OSA_UInt32 height, M4VIFI_UInt8 *buffer, M4OSA_UInt32 reportedWidth, M4OSA_UInt32 reportedHeight) argument
3272 applyEffectsAndRenderingMode(vePostProcessParams *params, M4OSA_UInt32 reportedWidth, M4OSA_UInt32 reportedHeight) argument

Completed in 13 milliseconds