Home | History | Annotate | Download | only in src

Lines Matching refs:interlace_format

9767     OMX_STREAMINTERLACEFORMAT *interlace_format;
9777 interlace_format = (OMX_STREAMINTERLACEFORMAT *)(void *)extra->data;
9778 interlace_format->nSize = sizeof(OMX_STREAMINTERLACEFORMAT);
9779 interlace_format->nVersion.nVersion = OMX_SPEC_VERSION;
9780 interlace_format->nPortIndex = OMX_CORE_OUTPUT_PORT_INDEX;
9783 interlace_format->bInterlaceFormat = OMX_FALSE;
9784 interlace_format->nInterlaceFormats = OMX_InterlaceFrameProgressive;
9787 interlace_format->bInterlaceFormat = OMX_TRUE;
9788 interlace_format->nInterlaceFormats = OMX_InterlaceInterleaveFrameTopFieldFirst;
9791 interlace_format->bInterlaceFormat = OMX_TRUE;
9792 interlace_format->nInterlaceFormats = OMX_InterlaceInterleaveFrameBottomFieldFirst;
9795 interlace_format->bInterlaceFormat = OMX_TRUE;
9796 interlace_format->nInterlaceFormats = OMX_InterlaceInterleaveFrameTopFieldFirst;