Home | History | Annotate | Download | only in src

Lines Matching refs:interlace_format

8609   OMX_STREAMINTERLACEFORMAT *interlace_format;
8616 interlace_format = (OMX_STREAMINTERLACEFORMAT *)extra->data;
8617 interlace_format->nSize = sizeof(OMX_STREAMINTERLACEFORMAT);
8618 interlace_format->nVersion.nVersion = OMX_SPEC_VERSION;
8619 interlace_format->nPortIndex = OMX_CORE_OUTPUT_PORT_INDEX;
8623 interlace_format->bInterlaceFormat = OMX_FALSE;
8624 interlace_format->nInterlaceFormats = OMX_InterlaceFrameProgressive;
8629 interlace_format->bInterlaceFormat = OMX_TRUE;
8630 interlace_format->nInterlaceFormats = OMX_InterlaceInterleaveFrameTopFieldFirst;