Home
last modified time | relevance | path

Searched refs:sampleDepth (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/av_codec/services/media_engine/filters/
H A Daudio_decoder_filter.cpp322 int32_t sampleDepth = 0; in UpdateTrackInfoSampleFormat() local
323 bool hasSampleDepthData = meta->GetData(Tag::AUDIO_BITS_PER_CODED_SAMPLE, sampleDepth); in UpdateTrackInfoSampleFormat()
324 if (hasSampleDepthData && sampleDepth > SAMPLE_FORMAT_BIT_DEPTH_16) { in UpdateTrackInfoSampleFormat()
328 bool hasPerRawSampleData = meta->GetData(Tag::AUDIO_BITS_PER_RAW_SAMPLE, sampleDepth); in UpdateTrackInfoSampleFormat()
329 if (hasPerRawSampleData && sampleDepth > SAMPLE_FORMAT_BIT_DEPTH_16) { in UpdateTrackInfoSampleFormat()
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_impl.cpp1847 int32_t sampleDepth = 0; in GetAudioTrackInfo() local
1848 bool isHasData = trackInfo->GetData(Tag::AUDIO_BITS_PER_CODED_SAMPLE, sampleDepth); in GetAudioTrackInfo()
1849 if (!isHasData || sampleDepth <= 0) { in GetAudioTrackInfo()
1850 trackInfo->GetData(Tag::AUDIO_BITS_PER_RAW_SAMPLE, sampleDepth); in GetAudioTrackInfo()
1852 audioTrackInfo.PutIntValue("sample_depth", sampleDepth); in GetAudioTrackInfo()
/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/src/
H A Dplayer_unit_test.cpp1427 int32_t sampleDepth; in HWTEST_F() local
1428 audioTrackFormat.GetIntValue("sample_depth", sampleDepth); in HWTEST_F()
1429 EXPECT_EQ(16, sampleDepth); in HWTEST_F()

Completed in 11 milliseconds