Searched refs:rect_type_out (Results 1 - 1 of 1) sorted by relevance

/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg.c1203 OMX_CONFIG_RECTTYPE rect_type_in, rect_type_out; local
1224 memset(&rect_type_out, 0, sizeof(rect_type_out));
1226 rect_type_out.nPortIndex = 0;
1239 rect_type_out.nWidth = (OMX_U32)dim->dst_dim.width;
1240 rect_type_out.nHeight = (OMX_U32)dim->dst_dim.height;
1258 &rect_type_out);
1265 (int)rect_type_out.nWidth, (int)rect_type_out.nHeight,
1266 (int)rect_type_out
[all...]

Completed in 29 milliseconds