Home | History | Annotate | Download | only in src

Lines Matching refs:m_omx_video_codingtype

82     m_omx_video_codingtype(OMX_VIDEO_CodingUnused),
180 m_omx_video_codingtype = OMX_VIDEO_CodingMPEG4;
192 m_omx_video_codingtype = OMX_VIDEO_CodingH263;
207 m_omx_video_codingtype = ((OMX_VIDEO_CODINGTYPE) QOMX_VIDEO_CodingDivx);
2720 p_port_format->eCompressionFormat = m_omx_video_codingtype;
2852 p_port_def->format.video.eCompressionFormat = m_omx_video_codingtype;
3088 if (m_omx_video_codingtype == OMX_VIDEO_CodingH263)
3106 else if ((m_omx_video_codingtype == OMX_VIDEO_CodingMPEG4) ||
3107 (m_omx_video_codingtype ==
5865 if ((m_omx_video_codingtype ==
5867 (m_omx_video_codingtype == OMX_VIDEO_CodingMPEG4))