Home
last modified time | relevance | path

Searched refs:codingType (Results 1 – 16 of 16) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp42 OMX_VIDEO_CODINGTYPE codingType, in SoftVPX() argument
47 name, componentRole, codingType, in SoftVPX()
48 codingType == OMX_VIDEO_CodingVP8 ? NULL : kVP9ProfileLevels, in SoftVPX()
49 codingType == OMX_VIDEO_CodingVP8 ? 0 : NELEM(kVP9ProfileLevels), in SoftVPX()
51 mMode(codingType == OMX_VIDEO_CodingVP8 ? MODE_VP8 : MODE_VP9), in SoftVPX()
H A DSoftVPX.h34 OMX_VIDEO_CODINGTYPE codingType,
/aosp12/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp46 OMX_VIDEO_CODINGTYPE codingType, in SoftMPEG4() argument
53 name, componentRole, codingType, profileLevels, numProfileLevels, in SoftMPEG4()
55 mMode(codingType == OMX_VIDEO_CodingH263 ? MODE_H263 : MODE_MPEG4), in SoftMPEG4()
H A DSoftMPEG4.h30 OMX_VIDEO_CODINGTYPE codingType,
/aosp12/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.h33 OMX_VIDEO_CODINGTYPE codingType,
H A DSoftMPEG4Encoder.cpp63 OMX_VIDEO_CODINGTYPE codingType, in SoftMPEG4Encoder() argument
71 name, componentRole, codingType, in SoftMPEG4Encoder()
85 if (codingType == OMX_VIDEO_CodingH263) { in SoftMPEG4Encoder()
/aosp12/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.h66 OMX_VIDEO_CODINGTYPE codingType,
H A DSoftVPXEncoder.cpp66 OMX_VIDEO_CODINGTYPE codingType, in SoftVPXEncoder() argument
72 name, role, codingType, profileLevels, numProfileLevels, in SoftVPXEncoder()
/aosp12/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
H A DSoftVideoEncoderOMXComponent.h35 OMX_VIDEO_CODINGTYPE codingType,
H A DSoftVideoDecoderOMXComponent.h43 OMX_VIDEO_CODINGTYPE codingType,
/aosp12/frameworks/av/media/libstagefright/codecs/avcdec/
H A DSoftAVCDec.cpp35 #define codingType OMX_VIDEO_CodingAVC macro
68 name, componentName, codingType, in SoftAVC()
/aosp12/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.cpp35 #define codingType OMX_VIDEO_CodingHEVC macro
60 : SoftVideoDecoderOMXComponent(name, componentName, codingType, in SoftHEVC()
/aosp12/frameworks/av/media/libstagefright/codecs/mpeg2dec/
H A DSoftMPEG2.cpp34 #define codingType OMX_VIDEO_CodingMPEG2 macro
61 name, componentName, codingType, in SoftMPEG2()
/aosp12/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp46 OMX_VIDEO_CODINGTYPE codingType, in SoftVideoDecoderOMXComponent() argument
70 mCodingType(codingType), in SoftVideoDecoderOMXComponent()
H A DSoftVideoEncoderOMXComponent.cpp60 OMX_VIDEO_CODINGTYPE codingType, in SoftVideoEncoderOMXComponent() argument
78 mCodingType(codingType), in SoftVideoEncoderOMXComponent()
/aosp12/frameworks/av/media/libstagefright/
H A DACodec.cpp3467 const char *mime, OMX_VIDEO_CODINGTYPE *codingType) { in GetVideoCodingTypeFromMime() argument
3472 *codingType = kVideoCodingMapEntry[i].mVideoCodingType; in GetVideoCodingTypeFromMime()
3477 *codingType = OMX_VIDEO_CodingUnused; in GetVideoCodingTypeFromMime()
3483 OMX_VIDEO_CODINGTYPE codingType, AString *mime) { in GetMimeTypeForVideoCoding() argument
3487 if (codingType == kVideoCodingMapEntry[i].mVideoCodingType) { in GetMimeTypeForVideoCoding()