Searched refs:codedSample (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_encoder/NativeAPI/ |
H A D | NativeFuzzTest.cpp | 180 int32_t codedSample = getIntRand(); variable 187 OH_AVFormat_SetIntValue(format, OH_MD_KEY_BITS_PER_CODED_SAMPLE, codedSample); 188 OH_AVFormat_SetIntValue(format, OH_MD_KEY_AUDIO_SAMPLE_FORMAT, codedSample); 195 …cout << "bits_per_coded_sample is: " << codedSample << ", OH_MD_KEY_BITRATE is: " << bitrate << en… 247 int32_t codedSample = getIntRand(); variable 254 OH_AVFormat_SetIntValue(format, OH_MD_KEY_BITS_PER_CODED_SAMPLE, codedSample); 255 OH_AVFormat_SetIntValue(format, OH_MD_KEY_AUDIO_SAMPLE_FORMAT, codedSample); 262 …cout << "bits_per_coded_sample is: " << codedSample << ", OH_MD_KEY_BITRATE is: " << bitrate << en…
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/NativeAPI/ |
H A D | NativeFuzzTest.cpp | 181 int32_t codedSample = getIntRand(); variable 187 OH_AVFormat_SetIntValue(format, OH_MD_KEY_BITS_PER_CODED_SAMPLE, codedSample); 192 …cout << "bits_per_coded_sample is: " << codedSample << ", OH_MD_KEY_BITRATE is: " << bitrate << en… 242 int32_t codedSample = getIntRand(); variable 248 OH_AVFormat_SetIntValue(format, OH_MD_KEY_BITS_PER_CODED_SAMPLE, codedSample); 253 …cout << "bits_per_coded_sample is: " << codedSample << ", OH_MD_KEY_BITRATE is: " << bitrate << en…
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/InnerAPI/ |
H A D | InnerFuzzTest.cpp | 176 int32_t codedSample = getIntRand(); variable 184 format.PutIntValue("bits_per_coded_sample", codedSample); 235 int32_t codedSample = getIntRand(); variable 243 generalFormat.PutIntValue("bits_per_coded_sample", codedSample);
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/ |
H A D | format_test.cpp | 324 int32_t codedSample = 0; in SetAudioParam() local 333 … ASSERT_TRUE(OH_AVFormat_GetIntValue(paramFormat, OH_MD_KEY_BITS_PER_CODED_SAMPLE, &codedSample)); in SetAudioParam() 339 ASSERT_EQ(ACTUAL_CODEDSAMPLE, codedSample); in SetAudioParam() 464 int32_t codedSample = 0; in SetOtherAudioParam() local 473 … ASSERT_TRUE(OH_AVFormat_GetIntValue(paramFormat, OH_MD_KEY_BITS_PER_CODED_SAMPLE, &codedSample)); in SetOtherAudioParam() 479 ASSERT_EQ(ACTUAL_CODEDSAMPLE, codedSample); in SetOtherAudioParam()
|