Home | History | Annotate | Download | only in src

Lines Matching refs:interlace_format

8548     OMX_STREAMINTERLACEFORMAT *interlace_format;
8564 interlace_format = (OMX_STREAMINTERLACEFORMAT *)extra->data;
8565 interlace_format->nSize = sizeof(OMX_STREAMINTERLACEFORMAT);
8566 interlace_format->nVersion.nVersion = OMX_SPEC_VERSION;
8567 interlace_format->nPortIndex = OMX_CORE_OUTPUT_PORT_INDEX;
8571 interlace_format->bInterlaceFormat = OMX_FALSE;
8572 interlace_format->nInterlaceFormats = OMX_InterlaceFrameProgressive;
8582 interlace_format->bInterlaceFormat = OMX_TRUE;
8583 interlace_format->nInterlaceFormats = OMX_InterlaceInterleaveFrameTopFieldFirst;