Home
last modified time | relevance | path

Searched refs:SAMPLE_FORMAT_S24LE (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/example/
H A Daudio_blendmode_test.cpp34 constexpr int32_t SAMPLE_FORMAT_S24LE = 24; variable
45 case SAMPLE_FORMAT_S24LE: in GetSampleFormat()
H A Daudio_render_mode_callback_test.cpp35 constexpr int32_t SAMPLE_FORMAT_S24LE = 24; variable
57 case SAMPLE_FORMAT_S24LE: in GetSampleFormat()
H A Daudio_interrupt_test.cpp35 constexpr int32_t SAMPLE_FORMAT_S24LE = 24; variable
205 case SAMPLE_FORMAT_S24LE: in GetSampleFormat()
H A Daudio_voip_test.cpp40 constexpr int32_t SAMPLE_FORMAT_S24LE = 24; variable
118 case AudioTestConstants::SAMPLE_FORMAT_S24LE: in GetSampleFormat()
H A Dinterrupt_multi_renderer_test.cpp43 constexpr int32_t SAMPLE_FORMAT_S24LE = 24; variable
195 case SAMPLE_FORMAT_S24LE: in GetSampleFormat()
H A Daudio_renderer_test.cpp49 constexpr int32_t SAMPLE_FORMAT_S24LE = 24; variable
290 case SAMPLE_FORMAT_S24LE: in GetSampleFormat()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/examples/
H A Dpa_stream_test.cpp39 constexpr int32_t SAMPLE_FORMAT_S24LE = 24; variable
138 case SAMPLE_FORMAT_S24LE: in GetSampleFormat()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/common/
H A Dnapi_audio_enum.h38 SAMPLE_FORMAT_S24LE = 2, enumerator
H A Dnapi_audio_enum.cpp241 {"SAMPLE_FORMAT_S24LE", NapiAudioEnum::SAMPLE_FORMAT_S24LE},
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/test/example/
H A Daudio_process_client_test.cpp47 constexpr int32_t SAMPLE_FORMAT_S24LE = 24; variable
487 case SAMPLE_FORMAT_S24LE: in GetSampleFormat()
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-multimedia.md401 | ohos.multimedia.audio | AudioSampleFormat | SAMPLE_FORMAT_S24LE = 2 | 新增 |
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-multimedia.md401 | ohos.multimedia.audio | AudioSampleFormat | SAMPLE_FORMAT_S24LE = 2 | Added|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-audio-kit/
H A Djs-apis-audio.md389 | SAMPLE_FORMAT_S24LE | 2 | 带符号的24位整数,小尾数。 <br>由于系统限制,该采样格式仅部分设备支持,请根据实际情况使用。|
/ohos5.0/docs/en/application-dev/reference/apis-audio-kit/
H A Djs-apis-audio.md390 | SAMPLE_FORMAT_S24LE | 2 | Signed 24-bit integer, little endian.<br>Due to sys…