Searched defs:interlace_format (Results 1 - 14 of 14) sorted by relevance

/hardware/qcom/media/msm8996/videopp/src/
H A Domx_vdpp.cpp5434 OMX_STREAMINTERLACEFORMAT *interlace_format; local
5435 interlace_format = (OMX_STREAMINTERLACEFORMAT *)pExtra->data;
5437 switch (interlace_format->nInterlaceFormats)
/hardware/qcom/media/msm8998/videopp/src/
H A Domx_vdpp.cpp5434 OMX_STREAMINTERLACEFORMAT *interlace_format; local
5435 interlace_format = (OMX_STREAMINTERLACEFORMAT *)pExtra->data;
5437 switch (interlace_format->nInterlaceFormats)
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp8609 OMX_STREAMINTERLACEFORMAT *interlace_format; local
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;
H A Domx_vdec_copper.cpp8077 OMX_STREAMINTERLACEFORMAT *interlace_format; local
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;
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp8548 OMX_STREAMINTERLACEFORMAT *interlace_format; local
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;
H A Domx_vdec_hevc.cpp7850 OMX_STREAMINTERLACEFORMAT *interlace_format; local
7860 interlace_format = (OMX_STREAMINTERLACEFORMAT *)extra->data;
7861 interlace_format->nSize = sizeof(OMX_STREAMINTERLACEFORMAT);
7862 interlace_format->nVersion.nVersion = OMX_SPEC_VERSION;
7863 interlace_format->nPortIndex = OMX_CORE_OUTPUT_PORT_INDEX;
7866 interlace_format->bInterlaceFormat = OMX_FALSE;
7867 interlace_format->nInterlaceFormats = OMX_InterlaceFrameProgressive;
7870 interlace_format->bInterlaceFormat = OMX_TRUE;
7871 interlace_format->nInterlaceFormats = OMX_InterlaceInterleaveFrameTopFieldFirst;
H A Domx_vdec_hevc_swvdec.cpp8906 OMX_STREAMINTERLACEFORMAT *interlace_format; local
8916 interlace_format = (OMX_STREAMINTERLACEFORMAT *)extra->data;
8917 interlace_format->nSize = sizeof(OMX_STREAMINTERLACEFORMAT);
8918 interlace_format->nVersion.nVersion = OMX_SPEC_VERSION;
8919 interlace_format->nPortIndex = OMX_CORE_OUTPUT_PORT_INDEX;
8923 interlace_format->bInterlaceFormat = OMX_FALSE;
8924 interlace_format->nInterlaceFormats = OMX_InterlaceFrameProgressive;
8929 interlace_format->bInterlaceFormat = OMX_TRUE;
8930 interlace_format->nInterlaceFormats = OMX_InterlaceInterleaveFrameTopFieldFirst;
H A Domx_vdec_msm8974.cpp9767 OMX_STREAMINTERLACEFORMAT *interlace_format; local
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
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp7814 OMX_STREAMINTERLACEFORMAT *interlace_format; local
7824 interlace_format = (OMX_STREAMINTERLACEFORMAT *)extra->data;
7825 interlace_format->nSize = sizeof(OMX_STREAMINTERLACEFORMAT);
7826 interlace_format->nVersion.nVersion = OMX_SPEC_VERSION;
7827 interlace_format->nPortIndex = OMX_CORE_OUTPUT_PORT_INDEX;
7830 interlace_format->bInterlaceFormat = OMX_FALSE;
7831 interlace_format->nInterlaceFormats = OMX_InterlaceFrameProgressive;
7834 interlace_format->bInterlaceFormat = OMX_TRUE;
7835 interlace_format->nInterlaceFormats = OMX_InterlaceInterleaveFrameTopFieldFirst;
H A Domx_vdec_hevc_swvdec.cpp9124 OMX_STREAMINTERLACEFORMAT *interlace_format; local
9135 interlace_format = (OMX_STREAMINTERLACEFORMAT *)tmp;
9136 interlace_format->nSize = sizeof(OMX_STREAMINTERLACEFORMAT);
9137 interlace_format->nVersion.nVersion = OMX_SPEC_VERSION;
9138 interlace_format->nPortIndex = OMX_CORE_OUTPUT_PORT_INDEX;
9142 interlace_format->bInterlaceFormat = OMX_FALSE;
9143 interlace_format->nInterlaceFormats = OMX_InterlaceFrameProgressive;
9148 interlace_format->bInterlaceFormat = OMX_TRUE;
9149 interlace_format->nInterlaceFormats = OMX_InterlaceInterleaveFrameTopFieldFirst;
H A Domx_vdec_v4l2.cpp10970 OMX_STREAMINTERLACEFORMAT *interlace_format; local
10984 interlace_format = (OMX_STREAMINTERLACEFORMAT *)(void *)extra->data;
10985 interlace_format->nSize = sizeof(OMX_STREAMINTERLACEFORMAT);
10986 interlace_format->nVersion.nVersion = OMX_SPEC_VERSION;
10987 interlace_format->nPortIndex = OMX_CORE_OUTPUT_PORT_INDEX;
10990 interlace_format->bInterlaceFormat = OMX_FALSE;
10991 interlace_format->nInterlaceFormats = OMX_InterlaceFrameProgressive;
10994 interlace_format->bInterlaceFormat = OMX_TRUE;
10995 interlace_format->nInterlaceFormats = OMX_InterlaceInterleaveFrameTopFieldFirst;
10998 interlace_format
[all...]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp7814 OMX_STREAMINTERLACEFORMAT *interlace_format; local
7824 interlace_format = (OMX_STREAMINTERLACEFORMAT *)extra->data;
7825 interlace_format->nSize = sizeof(OMX_STREAMINTERLACEFORMAT);
7826 interlace_format->nVersion.nVersion = OMX_SPEC_VERSION;
7827 interlace_format->nPortIndex = OMX_CORE_OUTPUT_PORT_INDEX;
7830 interlace_format->bInterlaceFormat = OMX_FALSE;
7831 interlace_format->nInterlaceFormats = OMX_InterlaceFrameProgressive;
7834 interlace_format->bInterlaceFormat = OMX_TRUE;
7835 interlace_format->nInterlaceFormats = OMX_InterlaceInterleaveFrameTopFieldFirst;
H A Domx_vdec_hevc_swvdec.cpp9124 OMX_STREAMINTERLACEFORMAT *interlace_format; local
9135 interlace_format = (OMX_STREAMINTERLACEFORMAT *)tmp;
9136 interlace_format->nSize = sizeof(OMX_STREAMINTERLACEFORMAT);
9137 interlace_format->nVersion.nVersion = OMX_SPEC_VERSION;
9138 interlace_format->nPortIndex = OMX_CORE_OUTPUT_PORT_INDEX;
9142 interlace_format->bInterlaceFormat = OMX_FALSE;
9143 interlace_format->nInterlaceFormats = OMX_InterlaceFrameProgressive;
9148 interlace_format->bInterlaceFormat = OMX_TRUE;
9149 interlace_format->nInterlaceFormats = OMX_InterlaceInterleaveFrameTopFieldFirst;
H A Domx_vdec_v4l2.cpp11628 OMX_STREAMINTERLACEFORMAT *interlace_format; local
11642 interlace_format = (OMX_STREAMINTERLACEFORMAT *)(void *)extra->data;
11643 interlace_format->nSize = sizeof(OMX_STREAMINTERLACEFORMAT);
11644 interlace_format->nVersion.nVersion = OMX_SPEC_VERSION;
11645 interlace_format->nPortIndex = OMX_CORE_OUTPUT_PORT_INDEX;
11648 interlace_format->bInterlaceFormat = OMX_FALSE;
11649 interlace_format->nInterlaceFormats = OMX_InterlaceFrameProgressive;
11652 interlace_format->bInterlaceFormat = OMX_TRUE;
11653 interlace_format->nInterlaceFormats = OMX_InterlaceInterleaveFrameTopFieldFirst;
11656 interlace_format
[all...]

Completed in 215 milliseconds