Searched refs:bitsPreCodedSample (Results 1 - 3 of 3) sorted by relevance
/foundation/multimedia/av_codec/test/moduletest/demuxer/src/ |
H A D | proc_test.cpp | 1113 int32_t bitsPreCodedSample; in HWTEST_F() local 1140 ASSERT_TRUE(OH_AVFormat_GetIntValue(trackFormatFirst, OH_MD_KEY_BITS_PER_CODED_SAMPLE, &bitsPreCodedSample)); in HWTEST_F() 1141 ASSERT_EQ(bitsPreCodedSample, 16); in HWTEST_F() 1173 * @tc.name : demuxer MP4 ,SAR,bitsPreCodedSample,sampleFormat 1180 int32_t bitsPreCodedSample; in HWTEST_F() local 1204 ASSERT_TRUE(OH_AVFormat_GetIntValue(trackFormat, OH_MD_KEY_BITS_PER_CODED_SAMPLE, &bitsPreCodedSample)); in HWTEST_F() 1211 ASSERT_EQ(16, bitsPreCodedSample); in HWTEST_F()
|
H A D | format_test.cpp | 203 int32_t bitsPreCodedSample; in CheckAudioKey() local 224 ASSERT_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 ASSERT_TRUE(OH_AVFormat_GetIntValue(trackFormat, OH_MD_KEY_BITS_PER_CODED_SAMPLE, &bitsPreCodedSample)); in CheckAudioKey() 181 ASSERT_EQ(bitsPreCodedSampleResult, bitsPreCodedSample); in CheckAudioKey()
|
Completed in 6 milliseconds