Home | History | Annotate | Download | only in src

Lines Matching refs:deinterlace

1859                 OMX_VIDEO_CONFIG_DEINTERLACE *deinterlace = (OMX_VIDEO_CONFIG_DEINTERLACE *) configData;
1861 if(deinterlace->nPortIndex == (OMX_U32)PORT_INDEX_OUT) {
1865 DEBUG_PRINT_ERROR("ERROR: Deinterlace not supported with rotation");
1868 if(venc_set_deinterlace(deinterlace->nEnable) == false) {
1869 DEBUG_PRINT_ERROR("ERROR: Setting Deinterlace failed");