Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/inner_demo/
H A Dinner_source_demo.cpp71 int32_t ret = this->avsource_->GetSourceFormat(source_format_); in GetSourceFormat()
76 return source_format_; in GetSourceFormat()
H A Dinner_source_demo.h36 Format source_format_;
H A Dinner_demuxer_demo.h59 Format source_format_; variable
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/InnerAPI/
H A Dinner_demuxer_sample.cpp73 int32_t ret = this->avsource_->GetSourceFormat(source_format_); in InitWithFile()
78 source_format_.GetIntValue(OH_MD_KEY_TRACK_COUNT, trackCount); in InitWithFile()
79 source_format_.GetLongValue(OH_MD_KEY_DURATION, duration); in InitWithFile()
344 source_format_.GetIntValue(AVSourceFormat::SOURCE_HAS_TIMEDMETA, hasMeta); in CheckHasTimedMeta()
H A Dinner_demuxer_parser_sample.cpp92 int32_t ret = this->avsource_->GetSourceFormat(source_format_); in InnerDemuxerParserSample()
96 source_format_.GetIntValue(OH_MD_KEY_TRACK_COUNT, trackCount); in InnerDemuxerParserSample()
97 source_format_.GetLongValue(OH_MD_KEY_DURATION, duration); in InnerDemuxerParserSample()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/InnerAPI/include/
H A Dinner_demuxer_sample.h60 Format source_format_; variable
H A Dinner_demuxer_parser_sample.h99 Format source_format_; variable