Home
last modified time | relevance | path

Searched defs:BITS_PER_CODED_SAMPLE (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/audio_demo/
H A Davcodec_audio_encoder_inner_demo.cpp43 constexpr uint32_t BITS_PER_CODED_SAMPLE = AudioSampleFormat::SAMPLE_F32P; variable
H A Davcodec_audio_avbuffer_flac_encoder_demo.cpp40 constexpr uint32_t BITS_PER_CODED_SAMPLE = OH_BitsPerSample::SAMPLE_S16LE; variable
H A Davcodec_audio_flac_encoder_demo.cpp36 constexpr uint32_t BITS_PER_CODED_SAMPLE = AudioSampleFormat::SAMPLE_S16LE; variable
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/common/
H A Dsample_info.h46 constexpr OH_BitsPerSample BITS_PER_CODED_SAMPLE = OH_BitsPerSample::SAMPLE_S16LE; variable
/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dplugin_tags.h104 BITS_PER_CODED_SAMPLE, ///< uint32_t, bits per coded sample enumerator
/ohos5.0/foundation/multimedia/av_codec/test/unittest/audio_test/
H A Daudio_encoder_avbuffer_capi_unit_test.cpp59 constexpr int32_t BITS_PER_CODED_SAMPLE = AudioSampleFormat::SAMPLE_S16LE; variable
H A Daudio_encoder_capi_unit_test.cpp57 constexpr int32_t BITS_PER_CODED_SAMPLE = AudioSampleFormat::SAMPLE_S16LE; variable
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/InnerAPI/
H A DInnerFunctionTest.cpp103 uint32_t BITS_PER_CODED_SAMPLE = 24; in runDecode() local
H A DInnerInterfaceDependCheckTest.cpp47 constexpr int32_t BITS_PER_CODED_SAMPLE = 24; variable