Searched refs:sampleDepth (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/assets/render/shaders/shader/ |
H A D | fullscreen_motion_blur.frag | 83 float SampleWeight(const float baseDepth, const float sampleDepth, const float baseTileVelLength, c… 86 const float f = SoftDepthCompare(baseDepth, sampleDepth); 87 const float b = SoftDepthCompare(sampleDepth, baseDepth); 173 const float sampleDepth = textureLod(uDepth, uv, 0).x; 176 …const float weight = SampleWeight(baseDepth, sampleDepth, baseTileVelLength, baseVelocity, sampleV…
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/filters/ |
H A D | audio_decoder_filter.cpp | 314 int32_t sampleDepth = 0; in UpdateTrackInfoSampleFormat() local 315 bool hasSampleDepthData = meta->GetData(Tag::AUDIO_BITS_PER_CODED_SAMPLE, sampleDepth); in UpdateTrackInfoSampleFormat() 316 if (hasSampleDepthData && sampleDepth > SAMPLE_FORMAT_BIT_DEPTH_16) { in UpdateTrackInfoSampleFormat() 320 bool hasPerRawSampleData = meta->GetData(Tag::AUDIO_BITS_PER_RAW_SAMPLE, sampleDepth); in UpdateTrackInfoSampleFormat() 321 if (hasPerRawSampleData && sampleDepth > SAMPLE_FORMAT_BIT_DEPTH_16) { in UpdateTrackInfoSampleFormat()
|
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/player/ |
H A D | hiplayer_impl.cpp | 1917 int32_t sampleDepth = 0; in GetAudioTrackInfo() local 1918 bool isHasData = trackInfo->GetData(Tag::AUDIO_BITS_PER_CODED_SAMPLE, sampleDepth); in GetAudioTrackInfo() 1919 if (!isHasData || sampleDepth <= 0) { in GetAudioTrackInfo() 1920 trackInfo->GetData(Tag::AUDIO_BITS_PER_RAW_SAMPLE, sampleDepth); in GetAudioTrackInfo() 1922 audioTrackInfo.PutIntValue("sample_depth", sampleDepth); in GetAudioTrackInfo()
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/src/ |
H A D | player_unit_test.cpp | 1318 int32_t sampleDepth; variable 1319 audioTrackFormat.GetIntValue("sample_depth", sampleDepth); 1320 EXPECT_EQ(16, sampleDepth);
|