Searched refs:CodecListCapiMock (Results 1 – 3 of 3) sorted by relevance
22 bool CodecListCapiMock::IsHardware() in IsHardware()42 std::string CodecListCapiMock::GetName() in GetName()55 int32_t CodecListCapiMock::GetMaxSupportedInstances() in GetMaxSupportedInstances()64 Range CodecListCapiMock::GetEncoderBitrateRange() in GetEncoderBitrateRange()91 Range CodecListCapiMock::GetEncoderQualityRange() in GetEncoderQualityRange()109 Range CodecListCapiMock::GetEncoderComplexityRange() in GetEncoderComplexityRange()146 Range CodecListCapiMock::GetAudioChannelsRange() in GetAudioChannelsRange()164 int32_t CodecListCapiMock::GetVideoWidthAlignment() in GetVideoWidthAlignment()230 Range CodecListCapiMock::GetVideoWidthRange() in GetVideoWidthRange()248 Range CodecListCapiMock::GetVideoHeightRange() in GetVideoHeightRange()[all …]
26 class CodecListCapiMock : public CodecListMock {28 explicit CodecListCapiMock(OH_AVCapability *codeclist) : codeclist_(codeclist) {}; in CodecListCapiMock() function29 ~CodecListCapiMock() = default;
24 return std::make_shared<CodecListCapiMock>(codeclist); in GetCapability()38 return std::make_shared<CodecListCapiMock>(codeclist); in GetCapabilityByCategory()