Home | History | Annotate | Download | only in src

Lines Matching refs:rect_type_out

965   OMX_CONFIG_RECTTYPE rect_type_in, rect_type_out;
988 memset(&rect_type_out, 0, sizeof(rect_type_out));
990 rect_type_out.nPortIndex = 0;
1003 rect_type_out.nWidth = dim->dst_dim.width;
1004 rect_type_out.nHeight = dim->dst_dim.height;
1022 &rect_type_out);
1029 (int)rect_type_out.nWidth, (int)rect_type_out.nHeight,
1030 (int)rect_type_out.nPortIndex);