Home
last modified time | relevance | path

Searched refs:oh_avformat (Results 1 - 1 of 1) sorted by relevance

/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/
H A Davdemuxer_demo_runner.cpp175 OH_AVFormat *oh_avformat = avSourceDemo->GetSourceFormat(); in RunNativeDemuxer() local
176 OH_AVFormat_GetIntValue(oh_avformat, OH_MD_KEY_TRACK_COUNT, &trackCount); // 北向获取sourceformat in RunNativeDemuxer()
177 OH_AVFormat_GetLongValue(oh_avformat, OH_MD_KEY_DURATION, &duration); in RunNativeDemuxer()
189 OH_AVFormat_Destroy(oh_avformat); in RunNativeDemuxer()
221 OH_AVFormat *oh_avformat = avSourceDemo->GetSourceFormat(); in RunDrmNativeDemuxer() local
222 OH_AVFormat_GetIntValue(oh_avformat, OH_MD_KEY_TRACK_COUNT, &trackCount); // 北向获取sourceformat in RunDrmNativeDemuxer()
223 OH_AVFormat_GetLongValue(oh_avformat, OH_MD_KEY_DURATION, &duration); in RunDrmNativeDemuxer()
239 OH_AVFormat_Destroy(oh_avformat); in RunDrmNativeDemuxer()

Completed in 1 milliseconds