Home
last modified time | relevance | path

Searched refs:SAMPLE_FORMAT_S32LE (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/example/
H A Daudio_blendmode_test.cpp35 constexpr int32_t SAMPLE_FORMAT_S32LE = 32; variable
47 case SAMPLE_FORMAT_S32LE: in GetSampleFormat()
H A Daudio_render_mode_callback_test.cpp36 constexpr int32_t SAMPLE_FORMAT_S32LE = 32; variable
59 case SAMPLE_FORMAT_S32LE: in GetSampleFormat()
H A Daudio_interrupt_test.cpp36 constexpr int32_t SAMPLE_FORMAT_S32LE = 32; variable
207 case SAMPLE_FORMAT_S32LE: in GetSampleFormat()
H A Daudio_voip_test.cpp41 constexpr int32_t SAMPLE_FORMAT_S32LE = 32; variable
120 case AudioTestConstants::SAMPLE_FORMAT_S32LE: in GetSampleFormat()
H A Dinterrupt_multi_renderer_test.cpp44 constexpr int32_t SAMPLE_FORMAT_S32LE = 32; variable
197 case SAMPLE_FORMAT_S32LE: in GetSampleFormat()
H A Daudio_renderer_test.cpp50 constexpr int32_t SAMPLE_FORMAT_S32LE = 32; variable
292 case SAMPLE_FORMAT_S32LE: in GetSampleFormat()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/examples/
H A Dpa_stream_test.cpp40 constexpr int32_t SAMPLE_FORMAT_S32LE = 32; variable
140 case SAMPLE_FORMAT_S32LE: in GetSampleFormat()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/common/
H A Dnapi_audio_enum.h39 SAMPLE_FORMAT_S32LE = 3, enumerator
H A Dnapi_audio_enum.cpp242 {"SAMPLE_FORMAT_S32LE", NapiAudioEnum::SAMPLE_FORMAT_S32LE},
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/test/example/
H A Daudio_process_client_test.cpp48 constexpr int32_t SAMPLE_FORMAT_S32LE = 32; variable
489 case SAMPLE_FORMAT_S32LE: in GetSampleFormat()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/audiomanager/test/unittest/stream_manager_test/
H A DAudioStreamManagerJsTest.js28 sampleFormat: audio.AudioSampleFormat.SAMPLE_FORMAT_S32LE,
/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/audiorenderer/test/unittest/audio_renderer_interrupt_test/
H A DAudioRendererInterruptRareTypeUnitTest.js105 sampleFormat: audio.AudioSampleFormat.SAMPLE_FORMAT_S32LE,
H A DAudioRendererInterruptCommonTypeUnitTest.js52 sampleFormat: audio.AudioSampleFormat.SAMPLE_FORMAT_S32LE,
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-multimedia.md400 | ohos.multimedia.audio | AudioSampleFormat | SAMPLE_FORMAT_S32LE = 3 | 新增 |
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-multimedia.md400 | ohos.multimedia.audio | AudioSampleFormat | SAMPLE_FORMAT_S32LE = 3 | Added|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-audio-kit/
H A Djs-apis-audio.md390 | SAMPLE_FORMAT_S32LE | 3 | 带符号的32位整数,小尾数。 <br>由于系统限制,该采样格式仅部分设备支持,请根据实际情况使用。|
/ohos5.0/docs/en/application-dev/reference/apis-audio-kit/
H A Djs-apis-audio.md391 | SAMPLE_FORMAT_S32LE | 3 | Signed 32-bit integer, little endian.<br>Due to sys…