Home
last modified time | relevance | path

Searched refs:bitsPreCodedSample (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/
H A Dproc_test.cpp1113 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 Dformat_test.cpp203 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 Dnet2_test.cpp158 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()