Searched refs:HDecoder (Results 1 – 3 of 3) sorted by relevance
35 HDecoder::~HDecoder() in ~HDecoder()116 int32_t HDecoder::UpdateInPortFormat() in UpdateInPortFormat()149 int32_t HDecoder::UpdateOutPortFormat() in UpdateOutPortFormat()199 void HDecoder::UpdateColorAspects() in UpdateColorAspects()338 int32_t HDecoder::SetTransform() in SetTransform()371 int32_t HDecoder::SetScaleMode() in SetScaleMode()430 int32_t HDecoder::InitVrr() in InitVrr()504 bool HDecoder::ReadyToStart() in ReadyToStart()652 uint64_t HDecoder::GetProducerUsage() in GetProducerUsage()670 void HDecoder::CombineConsumerUsage() in CombineConsumerUsage()[all …]
25 class HDecoder : public HCodec {27 HDecoder(CodecHDI::CodecCompCapability caps, OMX_VIDEO_CODINGTYPE codingType) in HDecoder() function29 ~HDecoder() override;
58 codec = make_shared<HDecoder>(cap, type.value()); in Create()