Home | History | Annotate | Download | only in src

Lines Matching refs:interlace_format

10612     OMX_STREAMINTERLACEFORMAT *interlace_format;
10626 interlace_format = (OMX_STREAMINTERLACEFORMAT *)(void *)extra->data;
10627 interlace_format->nSize = sizeof(OMX_STREAMINTERLACEFORMAT);
10628 interlace_format->nVersion.nVersion = OMX_SPEC_VERSION;
10629 interlace_format->nPortIndex = OMX_CORE_OUTPUT_PORT_INDEX;
10632 interlace_format->bInterlaceFormat = OMX_FALSE;
10633 interlace_format->nInterlaceFormats = OMX_InterlaceFrameProgressive;
10636 interlace_format->bInterlaceFormat = OMX_TRUE;
10637 interlace_format->nInterlaceFormats = OMX_InterlaceInterleaveFrameTopFieldFirst;
10640 interlace_format->bInterlaceFormat = OMX_TRUE;
10641 interlace_format->nInterlaceFormats = OMX_InterlaceInterleaveFrameBottomFieldFirst;
10644 interlace_format->bInterlaceFormat = OMX_TRUE;
10645 interlace_format->nInterlaceFormats = OMX_InterlaceFrameTopFieldFirst;
10648 interlace_format->bInterlaceFormat = OMX_TRUE;
10649 interlace_format->nInterlaceFormats = OMX_InterlaceFrameBottomFieldFirst;
10653 interlace_format->bInterlaceFormat = OMX_FALSE;
10654 interlace_format->nInterlaceFormats = OMX_InterlaceFrameProgressive;