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.c927 OMX_CONFIG_RECTTYPE rect_type_in, rect_type_out; local
950 memset(&rect_type_out, 0, sizeof(rect_type_out));
952 rect_type_out.nPortIndex = 0;
965 rect_type_out.nWidth = dim->dst_dim.width;
966 rect_type_out.nHeight = dim->dst_dim.height;
984 &rect_type_out);
991 (int)rect_type_out.nWidth, (int)rect_type_out.nHeight,
992 (int)rect_type_out
[all...]

Completed in 61 milliseconds