Searched refs:bitsPreCodedSample (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/ |
H A D | proc_test.cpp | 1113 int32_t bitsPreCodedSample; variable 1140 …E(OH_AVFormat_GetIntValue(trackFormatFirst, OH_MD_KEY_BITS_PER_CODED_SAMPLE, &bitsPreCodedSample)); 1141 ASSERT_EQ(bitsPreCodedSample, 16); 1180 int32_t bitsPreCodedSample; variable 1204 …T_TRUE(OH_AVFormat_GetIntValue(trackFormat, OH_MD_KEY_BITS_PER_CODED_SAMPLE, &bitsPreCodedSample)); 1211 ASSERT_EQ(16, bitsPreCodedSample);
|
H A D | format_test.cpp | 203 int32_t bitsPreCodedSample; in CheckAudioKey() local 224 …T_TRUE(OH_AVFormat_GetIntValue(trackFormat, OH_MD_KEY_BITS_PER_CODED_SAMPLE, &bitsPreCodedSample)); in CheckAudioKey() 226 ASSERT_EQ(bitsPreCodedSampleResult, bitsPreCodedSample); in CheckAudioKey()
|
H A D | net2_test.cpp | 158 int32_t bitsPreCodedSample; in CheckAudioKey() local 179 …T_TRUE(OH_AVFormat_GetIntValue(trackFormat, OH_MD_KEY_BITS_PER_CODED_SAMPLE, &bitsPreCodedSample)); in CheckAudioKey() 181 ASSERT_EQ(bitsPreCodedSampleResult, bitsPreCodedSample); in CheckAudioKey()
|