Searched refs:AUDIO_BITS_PER_RAW_SAMPLE (Results 1 – 8 of 8) sorted by relevance
38 {Tag::AUDIO_BITS_PER_RAW_SAMPLE, "bitsPerRawSmp"},
711 format.Set<Tag::AUDIO_BITS_PER_RAW_SAMPLE>(avStream.codecpar->bits_per_raw_sample); in ParseAudioTrackInfo()
132 …static constexpr const char AUDIO_BITS_PER_RAW_SAMPLE[] = "bits_per_raw_sample"; ///< bits per raw… variable
238 tagCharSeq == Tag::AUDIO_BITS_PER_RAW_SAMPLE or
320 bool hasPerRawSampleData = meta->GetData(Tag::AUDIO_BITS_PER_RAW_SAMPLE, sampleDepth); in UpdateTrackInfoSampleFormat()
302 {Tag::AUDIO_BITS_PER_RAW_SAMPLE, defaultInt32},
381 {Tag::AUDIO_BITS_PER_RAW_SAMPLE, 44},
1920 trackInfo->GetData(Tag::AUDIO_BITS_PER_RAW_SAMPLE, sampleDepth); in GetAudioTrackInfo()