Home
last modified time | relevance | path

Searched refs:AUDIO_BITS_PER_RAW_SAMPLE (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Ddemuxer_log_compressor.cpp38 {Tag::AUDIO_BITS_PER_RAW_SAMPLE, "bitsPerRawSmp"},
H A Dffmpeg_format_helper.cpp711 format.Set<Tag::AUDIO_BITS_PER_RAW_SAMPLE>(avStream.codecpar->bits_per_raw_sample); in ParseAudioTrackInfo()
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/meta/
H A Dmeta_key.h132 …static constexpr const char AUDIO_BITS_PER_RAW_SAMPLE[] = "bits_per_raw_sample"; ///< bits per raw… variable
H A Dmeta.h238 tagCharSeq == Tag::AUDIO_BITS_PER_RAW_SAMPLE or
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/filters/
H A Daudio_decoder_filter.cpp320 bool hasPerRawSampleData = meta->GetData(Tag::AUDIO_BITS_PER_RAW_SAMPLE, sampleDepth); in UpdateTrackInfoSampleFormat()
/ohos5.0/foundation/multimedia/media_foundation/src/meta/
H A Dmeta.cpp302 {Tag::AUDIO_BITS_PER_RAW_SAMPLE, defaultInt32},
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/meta/
H A Dmeta_func_unit_test.cpp381 {Tag::AUDIO_BITS_PER_RAW_SAMPLE, 44},
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_impl.cpp1920 trackInfo->GetData(Tag::AUDIO_BITS_PER_RAW_SAMPLE, sampleDepth); in GetAudioTrackInfo()