Home | History | Annotate | Download | only in src

Lines Matching refs:interlace_format

7814     OMX_STREAMINTERLACEFORMAT *interlace_format;
7824 interlace_format = (OMX_STREAMINTERLACEFORMAT *)extra->data;
7825 interlace_format->nSize = sizeof(OMX_STREAMINTERLACEFORMAT);
7826 interlace_format->nVersion.nVersion = OMX_SPEC_VERSION;
7827 interlace_format->nPortIndex = OMX_CORE_OUTPUT_PORT_INDEX;
7830 interlace_format->bInterlaceFormat = OMX_FALSE;
7831 interlace_format->nInterlaceFormats = OMX_InterlaceFrameProgressive;
7834 interlace_format->bInterlaceFormat = OMX_TRUE;
7835 interlace_format->nInterlaceFormats = OMX_InterlaceInterleaveFrameTopFieldFirst;