Home | History | Annotate | Download | only in test

Lines Matching defs:eCodec

256     OMX_VIDEO_CODINGTYPE eCodec;
619 if (m_sProfile.eCodec == OMX_VIDEO_CodingMPEG4) {
621 } else if (m_sProfile.eCodec == OMX_VIDEO_CodingAVC) {
623 } else if (m_sProfile.eCodec == OMX_VIDEO_CodingH263) {
628 else if (m_sProfile.eCodec == OMX_VIDEO_CodingVPX) {
663 if (m_sProfile.eCodec == OMX_VIDEO_CodingH263) {
704 if (m_sProfile.eCodec == OMX_VIDEO_CodingMPEG4) {
719 if (m_sProfile.eCodec == OMX_VIDEO_CodingAVC) {
811 if (m_sProfile.eCodec == OMX_VIDEO_CodingMPEG4) {
818 } else if (m_sProfile.eCodec == OMX_VIDEO_CodingH263) {
823 } else if (m_sProfile.eCodec == OMX_VIDEO_CodingAVC) {
855 (m_sProfile.eCodec == OMX_VIDEO_CodingMPEG4)) {
860 (m_sProfile.eCodec == OMX_VIDEO_CodingAVC)) {
864 (m_sProfile.eCodec == OMX_VIDEO_CodingH263)) {
876 if (m_sProfile.eCodec == OMX_VIDEO_CodingAVC) {
892 } else if (m_sProfile.eCodec == OMX_VIDEO_CodingMPEG4) {
1173 if (m_sProfile.eCodec == OMX_VIDEO_CodingMPEG4) {
1179 } else if (m_sProfile.eCodec == OMX_VIDEO_CodingH263) {
1188 else if (m_sProfile.eCodec == OMX_VIDEO_CodingVPX) {
1887 m_sProfile.eCodec = OMX_VIDEO_CodingMPEG4;
1889 m_sProfile.eCodec = OMX_VIDEO_CodingH263;
1891 m_sProfile.eCodec = OMX_VIDEO_CodingAVC;
1896 m_sProfile.eCodec = OMX_VIDEO_CodingVPX;