Home
last modified time | relevance | path

Searched refs:CHANNEL_COUNT (Results 1 - 25 of 50) sorted by relevance

12

/foundation/multimedia/av_codec/test/unittest/audio_test/
H A Daudio_encoder_avbuffer_capi_unit_test.cpp48 constexpr uint32_t CHANNEL_COUNT = 2; member
550 OH_AVFormat_SetIntValue(format, MediaDescriptionKey::MD_KEY_CHANNEL_COUNT.data(), CHANNEL_COUNT); in HWTEST_F()
576 OH_AVFormat_SetIntValue(format, MediaDescriptionKey::MD_KEY_CHANNEL_COUNT.data(), CHANNEL_COUNT); in HWTEST_F()
683 OH_AVFormat_SetIntValue(format, MediaDescriptionKey::MD_KEY_CHANNEL_COUNT.data(), CHANNEL_COUNT); in HWTEST_F()
710 OH_AVFormat_SetIntValue(format, MediaDescriptionKey::MD_KEY_CHANNEL_COUNT.data(), CHANNEL_COUNT); in HWTEST_F()
745 OH_AVFormat_SetIntValue(format, MediaDescriptionKey::MD_KEY_CHANNEL_COUNT.data(), CHANNEL_COUNT); in HWTEST_F()
762 OH_AVFormat_SetIntValue(format, MediaDescriptionKey::MD_KEY_CHANNEL_COUNT.data(), CHANNEL_COUNT); in HWTEST_F()
779 OH_AVFormat_SetIntValue(format, MediaDescriptionKey::MD_KEY_CHANNEL_COUNT.data(), CHANNEL_COUNT); in HWTEST_F()
797 OH_AVFormat_SetIntValue(format, MediaDescriptionKey::MD_KEY_CHANNEL_COUNT.data(), CHANNEL_COUNT); in HWTEST_F()
827 OH_AVFormat_SetIntValue(format, MediaDescriptionKey::MD_KEY_CHANNEL_COUNT.data(), CHANNEL_COUNT); in HWTEST_F()
[all...]
H A Daudio_encoder_capi_unit_test.cpp46 constexpr uint32_t CHANNEL_COUNT = 2; member
808 OH_AVFormat_SetIntValue(format, MediaDescriptionKey::MD_KEY_CHANNEL_COUNT.data(), CHANNEL_COUNT); in HWTEST_F()
823 OH_AVFormat_SetIntValue(format, MediaDescriptionKey::MD_KEY_CHANNEL_COUNT.data(), CHANNEL_COUNT); in HWTEST_F()
839 OH_AVFormat_SetIntValue(format, MediaDescriptionKey::MD_KEY_CHANNEL_COUNT.data(), CHANNEL_COUNT); in HWTEST_F()
883 OH_AVFormat_SetIntValue(format, MediaDescriptionKey::MD_KEY_CHANNEL_COUNT.data(), CHANNEL_COUNT); in HWTEST_F()
898 OH_AVFormat_SetIntValue(format, MediaDescriptionKey::MD_KEY_CHANNEL_COUNT.data(), CHANNEL_COUNT); in HWTEST_F()
912 OH_AVFormat_SetIntValue(format, MediaDescriptionKey::MD_KEY_CHANNEL_COUNT.data(), CHANNEL_COUNT); in HWTEST_F()
926 OH_AVFormat_SetIntValue(format, MediaDescriptionKey::MD_KEY_CHANNEL_COUNT.data(), CHANNEL_COUNT); in HWTEST_F()
954 OH_AVFormat_SetIntValue(format, MediaDescriptionKey::MD_KEY_CHANNEL_COUNT.data(), CHANNEL_COUNT); in HWTEST_F()
968 OH_AVFormat_SetIntValue(format, MediaDescriptionKey::MD_KEY_CHANNEL_COUNT.data(), CHANNEL_COUNT); in HWTEST_F()
[all...]
/foundation/multimedia/av_codec/test/moduletest/muxer/NativeAPI/
H A DNativeAVMuxerNullCheckTest.cpp42 constexpr int32_t CHANNEL_COUNT = 1; member
92 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_AUD_CHANNEL_COUNT, CHANNEL_COUNT); in HWTEST_F()
124 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_AUD_CHANNEL_COUNT, CHANNEL_COUNT); in HWTEST_F()
181 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_AUD_CHANNEL_COUNT, CHANNEL_COUNT); in HWTEST_F()
218 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_AUD_CHANNEL_COUNT, CHANNEL_COUNT); in HWTEST_F()
267 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_AUD_CHANNEL_COUNT, CHANNEL_COUNT); in HWTEST_F()
313 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_AUD_CHANNEL_COUNT, CHANNEL_COUNT); in HWTEST_F()
H A DNativeAVMuxerParamCheckTest.cpp50 constexpr int32_t CHANNEL_COUNT = 1; member
180 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_AUD_CHANNEL_COUNT, CHANNEL_COUNT); in HWTEST_F()
223 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_AUD_CHANNEL_COUNT, CHANNEL_COUNT); in HWTEST_F()
283 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_AUD_CHANNEL_COUNT, CHANNEL_COUNT); in HWTEST_F()
539 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_AUD_CHANNEL_COUNT, CHANNEL_COUNT); in HWTEST_F()
593 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_AUD_CHANNEL_COUNT, CHANNEL_COUNT); in HWTEST_F()
647 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_AUD_CHANNEL_COUNT, CHANNEL_COUNT); in HWTEST_F()
701 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_AUD_CHANNEL_COUNT, CHANNEL_COUNT); in HWTEST_F()
755 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_AUD_CHANNEL_COUNT, CHANNEL_COUNT); in HWTEST_F()
809 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_AUD_CHANNEL_COUNT, CHANNEL_COUNT); in HWTEST_F()
[all...]
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/InnerAPI/
H A DInnerFunctionTest.cpp38 constexpr uint32_t CHANNEL_COUNT = 2; variable
71 format.PutIntValue(MediaDescriptionKey::MD_KEY_CHANNEL_COUNT, CHANNEL_COUNT); in runEncode()
226 format.PutIntValue(MediaDescriptionKey::MD_KEY_CHANNEL_COUNT, CHANNEL_COUNT); in HWTEST_F()
268 format.PutIntValue(MediaDescriptionKey::MD_KEY_CHANNEL_COUNT, CHANNEL_COUNT); in HWTEST_F()
416 format.PutIntValue(MediaDescriptionKey::MD_KEY_CHANNEL_COUNT, CHANNEL_COUNT); in HWTEST_F()
447 format.PutIntValue(MediaDescriptionKey::MD_KEY_CHANNEL_COUNT, CHANNEL_COUNT); in HWTEST_F()
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/InnerAPI/
H A DInnerFunctionTest.cpp80 uint32_t CHANNEL_COUNT = 1; in runDecode() local
84 format.PutIntValue(MediaDescriptionKey::MD_KEY_CHANNEL_COUNT, CHANNEL_COUNT); in runDecode()
91 uint32_t CHANNEL_COUNT = 2; in runDecode() local
94 format.PutIntValue(MediaDescriptionKey::MD_KEY_CHANNEL_COUNT, CHANNEL_COUNT); in runDecode()
100 uint32_t CHANNEL_COUNT = 2; in runDecode() local
104 format.PutIntValue(MediaDescriptionKey::MD_KEY_CHANNEL_COUNT, CHANNEL_COUNT); in runDecode()
111 uint32_t CHANNEL_COUNT = 2; in runDecode() local
114 format.PutIntValue(MediaDescriptionKey::MD_KEY_CHANNEL_COUNT, CHANNEL_COUNT); in runDecode()
/foundation/multimedia/av_codec/test/nativedemo/audio_demo/
H A Davcodec_audio_opus_encoder_demo.cpp34 constexpr int32_t CHANNEL_COUNT = 1; member
92 OH_AVFormat_SetIntValue(format, MediaDescriptionKey::MD_KEY_CHANNEL_COUNT.data(), CHANNEL_COUNT); in RunCase()
230 int32_t frameBytes = CHANNEL_COUNT * sizeof(short) * SAM_RATE_COUNT * 0.02; in GetFrameBytes()
H A Davcodec_audio_avbuffer_flac_encoder_demo.cpp37 constexpr uint32_t CHANNEL_COUNT = 2; member
106 OH_AVFormat_SetIntValue(format, MediaDescriptionKey::MD_KEY_CHANNEL_COUNT.data(), CHANNEL_COUNT); in RunCase()
279 int32_t frameBytes = CHANNEL_COUNT * bitsPerSamples * frameSize; in GetFrameBytes()
H A Davcodec_audio_flac_encoder_demo.cpp33 constexpr uint32_t CHANNEL_COUNT = 2; member
97 OH_AVFormat_SetIntValue(format, MediaDescriptionKey::MD_KEY_CHANNEL_COUNT.data(), CHANNEL_COUNT); in RunCase()
274 int32_t frameBytes = CHANNEL_COUNT * bitsPerSamples * frameSize; in GetFrameBytes()
H A Davcodec_audio_decoder_inner_demo.cpp31 constexpr uint32_t CHANNEL_COUNT = 2; member
47 format.PutIntValue(MediaDescriptionKey::MD_KEY_CHANNEL_COUNT, CHANNEL_COUNT); in RunCase()
H A Davcodec_audio_encoder_inner_demo.cpp40 constexpr uint32_t CHANNEL_COUNT = 2; member
54 format.PutIntValue(MediaDescriptionKey::MD_KEY_CHANNEL_COUNT, CHANNEL_COUNT); in RunCase()
H A Davcodec_audio_avbuffer_g711mu_encoder_demo.cpp37 constexpr uint32_t CHANNEL_COUNT = 1; member
95 OH_AVFormat_SetIntValue(format, MediaDescriptionKey::MD_KEY_CHANNEL_COUNT.data(), CHANNEL_COUNT); in RunCase()
H A Davcodec_audio_avbuffer_aac_encoder_demo.cpp36 constexpr uint32_t CHANNEL_COUNT = 2; member
94 OH_AVFormat_SetIntValue(format, MediaDescriptionKey::MD_KEY_CHANNEL_COUNT.data(), CHANNEL_COUNT); in RunCase()
H A Davcodec_audio_avbuffer_amrwb_encoder_demo.cpp37 constexpr uint32_t CHANNEL_COUNT = 1; member
95 OH_AVFormat_SetIntValue(format, MediaDescriptionKey::MD_KEY_CHANNEL_COUNT.data(), CHANNEL_COUNT); in RunCase()
H A Davcodec_audio_avbuffer_amrnb_encoder_demo.cpp37 constexpr uint32_t CHANNEL_COUNT = 1; member
95 OH_AVFormat_SetIntValue(format, MediaDescriptionKey::MD_KEY_CHANNEL_COUNT.data(), CHANNEL_COUNT); in RunCase()
H A Davcodec_audio_aac_encoder_demo.cpp34 constexpr uint32_t CHANNEL_COUNT = 2; member
94 OH_AVFormat_SetIntValue(format, MediaDescriptionKey::MD_KEY_CHANNEL_COUNT.data(), CHANNEL_COUNT); in RunCase()
/foundation/multimedia/av_codec/test/moduletest/muxer/InnerAPI/
H A DInnerAVMuxerStablityTest.cpp33 constexpr int32_t CHANNEL_COUNT = 2; variable
80 audioParams->Set<Tag::AUDIO_CHANNEL_COUNT>(CHANNEL_COUNT); in AddTrack()
110 audioParams->Set<Tag::AUDIO_CHANNEL_COUNT>(CHANNEL_COUNT); in AddAudioTrack()
128 audioParams->Set<Tag::AUDIO_CHANNEL_COUNT>(CHANNEL_COUNT); in AddAudioTrackAAC()
221 audioParams->Set<Tag::AUDIO_CHANNEL_COUNT>(CHANNEL_COUNT); in AddAudioTrackByFd()
239 audioParams->Set<Tag::AUDIO_CHANNEL_COUNT>(CHANNEL_COUNT); in AddAudioTrackAACByFd()
H A DInnerAVMuxerFunctionTest.cpp32 constexpr uint32_t CHANNEL_COUNT = 2; variable
68 audioParams->Set<Tag::AUDIO_CHANNEL_COUNT>(CHANNEL_COUNT); in AddAudioTrack()
88 audioParams->Set<Tag::AUDIO_CHANNEL_COUNT>(CHANNEL_COUNT); in AddAudioTrackAAC()
253 audioParams->Set<Tag::AUDIO_CHANNEL_COUNT>(CHANNEL_COUNT); in AddAudioTrackByFd()
273 audioParams->Set<Tag::AUDIO_CHANNEL_COUNT>(CHANNEL_COUNT); in AddAudioTrackAACByFd()
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/unittest/oh_audio_stream_builder_test/src/
H A Doh_audio_stream_builder_unit_test.cpp40 const int32_t CHANNEL_COUNT = 2; // 2:CHANNEL_COUNT value member
948 OH_AudioStreamBuilder_SetChannelCount(builder1, CHANNEL_COUNT); in HWTEST()
1004 OH_AudioStreamBuilder_SetChannelCount(builder1, CHANNEL_COUNT); in HWTEST()
1065 OH_AudioStreamBuilder_SetChannelCount(builder1, CHANNEL_COUNT); in HWTEST()
1076 OH_AudioStreamBuilder_SetChannelCount(builder2, CHANNEL_COUNT); in HWTEST()
1131 OH_AudioStreamBuilder_SetChannelCount(builder1, CHANNEL_COUNT); in HWTEST()
/foundation/multimedia/av_codec/test/fuzztest/audioencoderpreapiflush_fuzzer/
H A Daudioencoderdemo.cpp41 constexpr uint32_t CHANNEL_COUNT = 2; member
362 int32_t channelCount = CHANNEL_COUNT; in SetFormat()
375 uint64_t channelLayout = GetChannelLayout(CHANNEL_COUNT); in SetFormat()
/foundation/multimedia/av_codec/test/fuzztest/audioencoderpreapireset_fuzzer/
H A Daudioencoderdemo.cpp41 constexpr uint32_t CHANNEL_COUNT = 2; member
362 int32_t channelCount = CHANNEL_COUNT; in SetFormat()
375 uint64_t channelLayout = GetChannelLayout(CHANNEL_COUNT); in SetFormat()
/foundation/multimedia/av_codec/test/fuzztest/audioencoderpreapisetparameter_fuzzer/
H A Daudioencoderdemo.cpp41 constexpr uint32_t CHANNEL_COUNT = 2; member
362 int32_t channelCount = CHANNEL_COUNT; in SetFormat()
375 uint64_t channelLayout = GetChannelLayout(CHANNEL_COUNT); in SetFormat()
/foundation/multimedia/av_codec/test/fuzztest/audioencoderpreapidescription_fuzzer/
H A Daudioencoderdemo.cpp41 constexpr uint32_t CHANNEL_COUNT = 2; member
362 int32_t channelCount = CHANNEL_COUNT; in SetFormat()
375 uint64_t channelLayout = GetChannelLayout(CHANNEL_COUNT); in SetFormat()
/foundation/multimedia/av_codec/test/fuzztest/audioencoderpreapi_fuzzer/
H A Daudioencoderdemo.cpp41 constexpr uint32_t CHANNEL_COUNT = 2; member
362 int32_t channelCount = CHANNEL_COUNT; in SetFormat()
375 uint64_t channelLayout = GetChannelLayout(CHANNEL_COUNT); in SetFormat()
/foundation/multimedia/audio_lite/test/unittest/
H A Daudiolite_test.cpp28 const int32_t CHANNEL_COUNT = 2; member
36 audioCapInfo.channelCount = CHANNEL_COUNT; in SetUp()

Completed in 25 milliseconds

12