Searched refs:codingType_ (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/multimedia/av_codec/services/drm_decryptor/ |
H A D | codec_drm_decrypt.cpp | 77 if (codingType_ == DRM_VIDEO_AVC) { in DrmGetSkipClearBytes() 79 } else if (codingType_ == DRM_VIDEO_HEVC) { in DrmGetSkipClearBytes() 81 } else if (codingType_ == DRM_VIDEO_AVS) { in DrmGetSkipClearBytes() 98 if (codingType_ == DRM_VIDEO_AVC) { in DrmGetNalTypeAndIndex() 232 ((codingType_ == DRM_VIDEO_HEVC) && in DrmModifyCencInfo() 371 if (codingType_ == DRM_VIDEO_AVS) { in DrmFindCeiNalUnit() 375 } else if (codingType_ == DRM_VIDEO_AVC) { in DrmFindCeiNalUnit() 655 codingType_ = DRM_VIDEO_NONE; in GetCodingType() 657 codingType_ = DRM_VIDEO_AVC; in GetCodingType() 659 codingType_ = DRM_VIDEO_HEVC; in GetCodingType() [all …]
|
H A D | codec_drm_decrypt.h | 84 int32_t codingType_ = 0; variable
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hdecoder.cpp | 91 codingType_, std::nullopt, frameRate.value()}; in SetupPort() 1106 if (static_cast<int>(codingType_) == CODEC_OMX_VIDEO_CodingHEVC) { in VrrPrediction() 1108 } else if (static_cast<int>(codingType_) == OMX_VIDEO_CodingAVC) { in VrrPrediction()
|
H A D | hcodec.cpp | 282 : caps_(caps), codingType_(codingType), isEncoder_(isEncoder) in HCodec() 291 switch (static_cast<int>(codingType_)) { in HCodec()
|
H A D | hencoder.cpp | 389 codingType_, std::nullopt, frameRate.value()}; in SetupPort() 547 switch (static_cast<int>(codingType_)) { in ConfigureProtocol()
|
H A D | hcodec.h | 316 OMX_VIDEO_CODINGTYPE codingType_; variable
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/ |
H A D | image_decoder.cpp | 77 PortInfo inputPortInfo {width, height, codingType_, std::nullopt, frameRate.value()}; in SetupPort()
|
H A D | image_codec.cpp | 163 : isEncoder_(isEncoder), codingType_(codingType) in ImageCodec()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/ |
H A D | image_codec.h | 249 OMX_VIDEO_CODINGTYPE codingType_; variable
|