/foundation/multimedia/av_codec/test/unittest/audio_test/ |
H A D | audio_encoder_avbuffer_capi_unit_test.cpp | 48 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 D | audio_encoder_capi_unit_test.cpp | 46 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 D | NativeAVMuxerNullCheckTest.cpp | 42 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 D | NativeAVMuxerParamCheckTest.cpp | 50 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 D | InnerFunctionTest.cpp | 38 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 D | InnerFunctionTest.cpp | 80 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 D | avcodec_audio_opus_encoder_demo.cpp | 34 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 D | avcodec_audio_avbuffer_flac_encoder_demo.cpp | 37 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 D | avcodec_audio_flac_encoder_demo.cpp | 33 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 D | avcodec_audio_decoder_inner_demo.cpp | 31 constexpr uint32_t CHANNEL_COUNT = 2; member 47 format.PutIntValue(MediaDescriptionKey::MD_KEY_CHANNEL_COUNT, CHANNEL_COUNT); in RunCase()
|
H A D | avcodec_audio_encoder_inner_demo.cpp | 40 constexpr uint32_t CHANNEL_COUNT = 2; member 54 format.PutIntValue(MediaDescriptionKey::MD_KEY_CHANNEL_COUNT, CHANNEL_COUNT); in RunCase()
|
H A D | avcodec_audio_avbuffer_g711mu_encoder_demo.cpp | 37 constexpr uint32_t CHANNEL_COUNT = 1; member 95 OH_AVFormat_SetIntValue(format, MediaDescriptionKey::MD_KEY_CHANNEL_COUNT.data(), CHANNEL_COUNT); in RunCase()
|
H A D | avcodec_audio_avbuffer_aac_encoder_demo.cpp | 36 constexpr uint32_t CHANNEL_COUNT = 2; member 94 OH_AVFormat_SetIntValue(format, MediaDescriptionKey::MD_KEY_CHANNEL_COUNT.data(), CHANNEL_COUNT); in RunCase()
|
H A D | avcodec_audio_avbuffer_amrwb_encoder_demo.cpp | 37 constexpr uint32_t CHANNEL_COUNT = 1; member 95 OH_AVFormat_SetIntValue(format, MediaDescriptionKey::MD_KEY_CHANNEL_COUNT.data(), CHANNEL_COUNT); in RunCase()
|
H A D | avcodec_audio_avbuffer_amrnb_encoder_demo.cpp | 37 constexpr uint32_t CHANNEL_COUNT = 1; member 95 OH_AVFormat_SetIntValue(format, MediaDescriptionKey::MD_KEY_CHANNEL_COUNT.data(), CHANNEL_COUNT); in RunCase()
|
H A D | avcodec_audio_aac_encoder_demo.cpp | 34 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 D | InnerAVMuxerStablityTest.cpp | 33 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 D | InnerAVMuxerFunctionTest.cpp | 32 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 D | oh_audio_stream_builder_unit_test.cpp | 40 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 D | audioencoderdemo.cpp | 41 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 D | audioencoderdemo.cpp | 41 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 D | audioencoderdemo.cpp | 41 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 D | audioencoderdemo.cpp | 41 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 D | audioencoderdemo.cpp | 41 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 D | audiolite_test.cpp | 28 const int32_t CHANNEL_COUNT = 2; member 36 audioCapInfo.channelCount = CHANNEL_COUNT; in SetUp()
|