Searched refs:codingType (Results 1 – 5 of 5) sorted by relevance
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/ |
D | GoldfishVPX.cpp | 57 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/ |
D | GoldfishAVCDec.cpp | 45 #define codingType OMX_VIDEO_CodingAVC macro 78 name, componentName, codingType, in GoldfishAVCDec()
|
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/include/ |
D | GoldfishVPX.h | 43 OMX_VIDEO_CODINGTYPE codingType,
|
/device/generic/goldfish-opengl/system/codecs/omx/plugin/ |
D | GoldfishVideoDecoderOMXComponent.cpp | 46 OMX_VIDEO_CODINGTYPE codingType, in GoldfishVideoDecoderOMXComponent() argument 70 mCodingType(codingType), in GoldfishVideoDecoderOMXComponent()
|
/device/generic/goldfish-opengl/system/codecs/omx/plugin/include/ |
D | GoldfishVideoDecoderOMXComponent.h | 40 OMX_VIDEO_CODINGTYPE codingType,
|