Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/InnerAPI/
H A Dapi_test.cpp465 Format source_format; variable
481 int32_t ret = source->GetSourceFormat(source_format);
510 Format source_format; variable
526 int32_t ret = source->GetSourceFormat(source_format);
544 Format source_format; variable
560 int32_t ret = source->GetSourceFormat(source_format);
590 Format source_format; variable
606 int32_t ret = source->GetSourceFormat(source_format);
635 Format source_format; variable
651 int32_t ret = source->GetSourceFormat(source_format);
[all …]
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/
H A Davdemuxer_demo_runner.cpp301 Format source_format = innerSourceDemo->GetSourceFormat(); in RunInnerSourceDemuxer() local
302 source_format.GetIntValue(MediaDescriptionKey::MD_KEY_TRACK_COUNT, trackCount); in RunInnerSourceDemuxer()
303 source_format.GetLongValue(MediaDescriptionKey::MD_KEY_DURATION, duration); in RunInnerSourceDemuxer()
347 Format source_format = innerSourceDemo->GetSourceFormat(); in RunRefParserDemuxer() local
348 source_format.GetIntValue(MediaDescriptionKey::MD_KEY_TRACK_COUNT, trackCount); in RunRefParserDemuxer()
349 source_format.GetLongValue(MediaDescriptionKey::MD_KEY_DURATION, duration); in RunRefParserDemuxer()