Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
DGoldfishVPX.cpp57 OMX_VIDEO_CODINGTYPE codingType, in GoldfishVPX() argument
65 codingType, in GoldfishVPX()
66 codingType == OMX_VIDEO_CodingVP8 ? NULL : kVP9ProfileLevels, in GoldfishVPX()
67 codingType == OMX_VIDEO_CodingVP8 ? 0 : NELEM(kVP9ProfileLevels), in GoldfishVPX()
73 mMode(codingType == OMX_VIDEO_CodingVP8 ? MODE_VP8 : MODE_VP9), in GoldfishVPX()
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/
DGoldfishAVCDec.cpp45 #define codingType OMX_VIDEO_CodingAVC macro
78 name, componentName, codingType, in GoldfishAVCDec()
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/include/
DGoldfishVPX.h43 OMX_VIDEO_CODINGTYPE codingType,
/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DGoldfishVideoDecoderOMXComponent.cpp46 OMX_VIDEO_CODINGTYPE codingType, in GoldfishVideoDecoderOMXComponent() argument
70 mCodingType(codingType), in GoldfishVideoDecoderOMXComponent()
/device/generic/goldfish-opengl/system/codecs/omx/plugin/include/
DGoldfishVideoDecoderOMXComponent.h40 OMX_VIDEO_CODINGTYPE codingType,