Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/test/unittest/reference_parser_test/reference_parser_demo/
H A Dreference_parser_demo.cpp192 GopLayerInfo gopLayerInfo; in IsFrameDiscard() local
193 demuxer_->GetGopLayerInfo(frameInfo.gopId, gopLayerInfo); in IsFrameDiscard()
194 if (!CheckGopLayerResult(gopLayerInfo, frameInfo.gopId)) { in IsFrameDiscard()
198 maxDiscardLayer_ = GetMaxDiscardLayer(gopLayerInfo); in IsFrameDiscard()
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/
H A Dreference_parser_manager.cpp101 Status ReferenceParserManager::GetGopLayerInfo(uint32_t gopId, GopLayerInfo &gopLayerInfo) in GetGopLayerInfo() argument
104 return referenceParser_->GetGopLayerInfo(gopId, gopLayerInfo); in GetGopLayerInfo()
H A Dreference_parser_manager.h38 Status GetGopLayerInfo(uint32_t gopId, GopLayerInfo &gopLayerInfo);
H A Dreference_parser.h68 virtual Status GetGopLayerInfo(uint32_t gopId, GopLayerInfo &gopLayerInfo) = 0;
/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/inner_demo/
H A Dinner_demuxer_demo.cpp110 int32_t InnerDemuxerDemo::GetGopLayerInfo(uint32_t gopId, GopLayerInfo &gopLayerInfo) in GetGopLayerInfo() argument
116 return this->demuxer_->GetGopLayerInfo(gopId, gopLayerInfo); in GetGopLayerInfo()
H A Dinner_demuxer_demo.h49 int32_t GetGopLayerInfo(uint32_t gopId, GopLayerInfo &gopLayerInfo);
/foundation/multimedia/av_codec/test/moduletest/demuxer/src/InnerAPI/
H A Dparser_test.cpp149 GopLayerInfo gopLayerInfo; in HWTEST_F() local
150 ASSERT_EQ(AVCS_ERR_TRY_AGAIN, parserSample->demuxer_->GetGopLayerInfo(99999, gopLayerInfo)); in HWTEST_F()
165 GopLayerInfo gopLayerInfo; in HWTEST_F() local
166 ASSERT_EQ(AVCS_ERR_INVALID_VAL, parserSample->demuxer_->GetGopLayerInfo(1, gopLayerInfo)); in HWTEST_F()
602 GopLayerInfo gopLayerInfo; in HWTEST_F() local
603 ASSERT_EQ(AVCS_ERR_TRY_AGAIN, parserSample->demuxer_->GetGopLayerInfo(99999, gopLayerInfo)); in HWTEST_F()
618 GopLayerInfo gopLayerInfo; in HWTEST_F() local
619 ASSERT_EQ(AVCS_ERR_INVALID_VAL, parserSample->demuxer_->GetGopLayerInfo(1, gopLayerInfo)); in HWTEST_F()
H A Dinner_demuxer_parser_sample.cpp336 GopLayerInfo gopLayerInfo; in RunSpeedScene() local
360 ret = this->demuxer_->GetGopLayerInfo(frameLayerInfo.gopId, gopLayerInfo); in RunSpeedScene()
365 checkResult = CheckGopLayerResult(gopLayerInfo, frameLayerInfo.gopId); in RunSpeedScene()
/foundation/multimedia/av_codec/frameworks/native/avdemuxer/
H A Davdemuxer_impl.h46 int32_t GetGopLayerInfo(uint32_t gopId, GopLayerInfo &gopLayerInfo) override;
H A Davdemuxer_impl.cpp209 int32_t AVDemuxerImpl::GetGopLayerInfo(uint32_t gopId, GopLayerInfo &gopLayerInfo) in GetGopLayerInfo() argument
214 return StatusToAVCodecServiceErrCode(mediaDemuxer_->GetGopLayerInfo(gopId, gopLayerInfo)); in GetGopLayerInfo()
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davdemuxer.h107 virtual int32_t GetGopLayerInfo(uint32_t gopId, GopLayerInfo &gopLayerInfo) = 0;
H A Ddemuxer_filter.h63 Status GetGopLayerInfo(uint32_t gopId, GopLayerInfo &gopLayerInfo);
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_reference_parser.cpp103 GopLayerInfo gopLayerInfo; in ParserRefUpdatePos() local
104 Status ret = GetGopLayerInfo(gopId, gopLayerInfo); in ParserRefUpdatePos()
407 Status FFmpegDemuxerPlugin::GetGopLayerInfo(uint32_t gopId, GopLayerInfo &gopLayerInfo) in GetGopLayerInfo() argument
411 return referenceParser_->GetGopLayerInfo(gopId, gopLayerInfo); in GetGopLayerInfo()
H A Dffmpeg_demuxer_plugin.h72 Status GetGopLayerInfo(uint32_t gopId, GopLayerInfo &gopLayerInfo) override;
/foundation/multimedia/av_codec/interfaces/plugin/
H A Ddemuxer_plugin.h153 virtual Status GetGopLayerInfo(uint32_t gopId, GopLayerInfo &gopLayerInfo) = 0;
/foundation/multimedia/av_codec/test/unittest/media_demuxer_test/
H A Dmedia_demuxer_unit_test.h129 virtual Status GetGopLayerInfo(uint32_t gopId, GopLayerInfo &gopLayerInfo) in GetGopLayerInfo() argument
H A Dmedia_demuxer_unit_test.cpp1450 GopLayerInfo gopLayerInfo; in HWTEST_F() local
1451 EXPECT_EQ(demuxer->GetGopLayerInfo(0, gopLayerInfo), Status::ERROR_AGAIN); in HWTEST_F()
/foundation/multimedia/av_codec/services/media_engine/filters/
H A Ddemuxer_filter.cpp463 Status DemuxerFilter::GetGopLayerInfo(uint32_t gopId, GopLayerInfo &gopLayerInfo) in GetGopLayerInfo() argument
467 return demuxer_->GetGopLayerInfo(gopId, gopLayerInfo); in GetGopLayerInfo()
/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dmedia_demuxer.h116 Status GetGopLayerInfo(uint32_t gopId, GopLayerInfo &gopLayerInfo);
H A Dmedia_demuxer.cpp258 Status MediaDemuxer::GetGopLayerInfo(uint32_t gopId, GopLayerInfo &gopLayerInfo) in GetGopLayerInfo() argument
265 Status ret = plugin->GetGopLayerInfo(gopId, gopLayerInfo); in GetGopLayerInfo()

Completed in 17 milliseconds