Home | History | Annotate | Download | only in src

Lines Matching refs:interlace_format

11017     OMX_STREAMINTERLACEFORMAT *interlace_format;
11031 interlace_format = (OMX_STREAMINTERLACEFORMAT *)(void *)extra->data;
11032 interlace_format->nSize = sizeof(OMX_STREAMINTERLACEFORMAT);
11033 interlace_format->nVersion.nVersion = OMX_SPEC_VERSION;
11034 interlace_format->nPortIndex = OMX_CORE_OUTPUT_PORT_INDEX;
11037 interlace_format->bInterlaceFormat = OMX_FALSE;
11038 interlace_format->nInterlaceFormats = OMX_InterlaceFrameProgressive;
11041 interlace_format->bInterlaceFormat = OMX_TRUE;
11042 interlace_format->nInterlaceFormats = OMX_InterlaceInterleaveFrameTopFieldFirst;
11045 interlace_format->bInterlaceFormat = OMX_TRUE;
11046 interlace_format->nInterlaceFormats = OMX_InterlaceInterleaveFrameBottomFieldFirst;
11049 interlace_format->bInterlaceFormat = OMX_TRUE;
11050 interlace_format