Home
last modified time | relevance | path

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

/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() function in OHOS::Media::Plugins::ReferenceParserManager
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() function in OHOS::MediaAVCodec::InnerDemuxerDemo
113 printf("GetGopLayerInfo is failed\n"); in GetGopLayerInfo()
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/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() function in OHOS::MediaAVCodec::AVDemuxerImpl
212 AVCODEC_LOGD("AVDemuxer::GetGopLayerInfo"); in GetGopLayerInfo()
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/interfaces/plugin/
H A Ddemuxer_plugin.h153 virtual Status GetGopLayerInfo(uint32_t gopId, GopLayerInfo &gopLayerInfo) = 0;
/foundation/multimedia/av_codec/test/moduletest/demuxer/src/InnerAPI/
H A Dparser_test.cpp139 * @tc.name : GetGopLayerInfo with error gopID
150 ASSERT_EQ(AVCS_ERR_TRY_AGAIN, parserSample->demuxer_->GetGopLayerInfo(99999, gopLayerInfo)); in HWTEST_F()
166 ASSERT_EQ(AVCS_ERR_INVALID_VAL, parserSample->demuxer_->GetGopLayerInfo(1, gopLayerInfo)); in HWTEST_F()
592 * @tc.name : GetGopLayerInfo with error gopID
603 ASSERT_EQ(AVCS_ERR_TRY_AGAIN, parserSample->demuxer_->GetGopLayerInfo(99999, gopLayerInfo)); in HWTEST_F()
619 ASSERT_EQ(AVCS_ERR_INVALID_VAL, parserSample->demuxer_->GetGopLayerInfo(1, gopLayerInfo)); in HWTEST_F()
H A Dinner_demuxer_parser_sample.cpp360 ret = this->demuxer_->GetGopLayerInfo(frameLayerInfo.gopId, gopLayerInfo); in RunSpeedScene()
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_reference_parser.cpp104 Status ret = GetGopLayerInfo(gopId, gopLayerInfo); in ParserRefUpdatePos()
407 Status FFmpegDemuxerPlugin::GetGopLayerInfo(uint32_t gopId, GopLayerInfo &gopLayerInfo) in GetGopLayerInfo() function in OHOS::Media::Plugins::Ffmpeg::FFmpegDemuxerPlugin
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/test/unittest/reference_parser_test/reference_parser_demo/
H A Dreference_parser_demo.cpp193 demuxer_->GetGopLayerInfo(frameInfo.gopId, gopLayerInfo); in IsFrameDiscard()
/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() function in OHOS::Media::DemuxerPluginMock
H A Dmedia_demuxer_unit_test.cpp1451 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() function in OHOS::Media::Pipeline::DemuxerFilter
465 MediaAVCodec::AVCodecTrace trace("DemuxerFilter::GetGopLayerInfo"); in GetGopLayerInfo()
466 MEDIA_LOG_D_SHORT("GetGopLayerInfo entered"); in GetGopLayerInfo()
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() function in OHOS::Media::MediaDemuxer
265 Status ret = plugin->GetGopLayerInfo(gopId, gopLayerInfo); in GetGopLayerInfo()

Completed in 23 milliseconds