Home | History | Annotate | Download | only in src

Lines Matching refs:interlace_format

8077   OMX_STREAMINTERLACEFORMAT *interlace_format;
8084 interlace_format = (OMX_STREAMINTERLACEFORMAT *)extra->data;
8085 interlace_format->nSize = sizeof(OMX_STREAMINTERLACEFORMAT);
8086 interlace_format->nVersion.nVersion = OMX_SPEC_VERSION;
8087 interlace_format->nPortIndex = OMX_CORE_OUTPUT_PORT_INDEX;
8091 interlace_format->bInterlaceFormat = OMX_FALSE;
8092 interlace_format->nInterlaceFormats = OMX_InterlaceFrameProgressive;
8097 interlace_format->bInterlaceFormat = OMX_TRUE;
8098 interlace_format->nInterlaceFormats = OMX_InterlaceInterleaveFrameTopFieldFirst;