Searched refs:supportedSampleFormats (Results 1 – 9 of 9) sorted by relevance
32 static std::set<OHOS::MediaAVCodec::AudioSampleFormat> supportedSampleFormats = { variable146 …if (supportedSampleFormats.find(static_cast<AudioSampleFormat>(sampleFormat)) == supportedSampleFo… in CheckSampleFormat()
36 static std::set<OHOS::MediaAVCodec::AudioSampleFormat> supportedSampleFormats = { variable84 …if (supportedSampleFormats.find(static_cast<AudioSampleFormat>(sampleFormat)) == supportedSampleFo… in CheckSampleFormat()
44 static std::set<OHOS::MediaAVCodec::AudioSampleFormat> supportedSampleFormats = { variable72 …if (supportedSampleFormats.find(static_cast<AudioSampleFormat>(sampleFormat)) == supportedSampleFo… in CheckSampleFormat()
26 static std::vector<OHOS::MediaAVCodec::AudioSampleFormat> supportedSampleFormats = { variable419 if (std::find(supportedSampleFormats.begin(), supportedSampleFormats.end(), in CheckSampleFormat()420 sampleFormat) == supportedSampleFormats.end()) { in CheckSampleFormat()426 if (std::find(supportedSampleFormats.begin(), supportedSampleFormats.end(), in CheckSampleFormat()427 audioFmt) == supportedSampleFormats.end()) { in CheckSampleFormat()
45 static std::set<OHOS::MediaAVCodec::AudioSampleFormat> supportedSampleFormats = { variable145 …if (supportedSampleFormats.find(static_cast<AudioSampleFormat>(sampleFormat)) == supportedSampleFo… in CheckFormat()
40 static std::set<OHOS::MediaAVCodec::AudioSampleFormat> supportedSampleFormats = { variable99 …if (supportedSampleFormats.find(static_cast<AudioSampleFormat>(sampleFormat)) == supportedSampleFo… in CheckSampleFormat()
56 static std::set<AudioSampleFormat> supportedSampleFormats = { variable130 if (supportedSampleFormats.find(audioSampleFormat_) == supportedSampleFormats.end()) { in CheckSampleFormat()
49 static std::set<OHOS::MediaAVCodec::AudioSampleFormat> supportedSampleFormats = { variable