Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/
H A Dnet_test.cpp72 static OH_AVFormat *sourceFormatV = nullptr; variable
133 if (sourceFormatV != nullptr) { in DemuxMoreTearDown()
134 OH_AVFormat_Destroy(sourceFormatV); in DemuxMoreTearDown()
135 sourceFormatV = nullptr; in DemuxMoreTearDown()
298 sourceFormatV = OH_AVSource_GetSourceFormat(sourceV); in MyMapVtt()
303 ASSERT_TRUE(OH_AVFormat_GetIntValue(sourceFormatV, OH_MD_KEY_TRACK_COUNT, &g_trackCount)); in MyMapVtt()