Home | History | Annotate | Download | only in src

Lines Matching refs:picture_order

1468         drv_ctx.picture_order = VDEC_ORDER_DISPLAY;
3291 if (eRet == OMX_ErrorNone && pic_order != drv_ctx.picture_order) {
3292 drv_ctx.picture_order = pic_order;
3293 ioctl_msg.in = &drv_ctx.picture_order;
3378 drv_ctx.picture_order = VDEC_ORDER_DECODE;
3379 ioctl_msg.in = &drv_ctx.picture_order;
3452 if (drv_ctx.picture_order == QOMX_VIDEO_DISPLAY_ORDER) {