Home
last modified time | relevance | path

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

/foundation/multimedia/player_framework/services/services/avmetadatahelper/ipc/
H A Davmetadatahelper_service_stub.cpp75 [this](MessageParcel &data, MessageParcel &reply) { return FetchFrameYuv(data, reply); } }, in Init()
197 std::shared_ptr<AVBuffer> AVMetadataHelperServiceStub::FetchFrameYuv(int64_t timeUs, in FetchFrameYuv() function in OHOS::Media::AVMetadataHelperServiceStub
202 return avMetadateHelperServer_->FetchFrameYuv(timeUs, option, param); in FetchFrameYuv()
347 int32_t AVMetadataHelperServiceStub::FetchFrameYuv(MessageParcel &data, MessageParcel &reply) in FetchFrameYuv() function in OHOS::Media::AVMetadataHelperServiceStub
353 std::shared_ptr<AVBuffer> avBuffer = FetchFrameYuv(timeUs, option, param); in FetchFrameYuv()
H A Davmetadatahelper_service_stub.h44 std::shared_ptr<AVBuffer> FetchFrameYuv(int64_t timeUs,
67 int32_t FetchFrameYuv(MessageParcel &data, MessageParcel &reply);
H A Davmetadatahelper_service_proxy.h35 std::shared_ptr<AVBuffer> FetchFrameYuv(int64_t timeUs,
H A Di_standard_avmetadatahelper_service.h40 virtual std::shared_ptr<AVBuffer> FetchFrameYuv(
H A Davmetadatahelper_service_proxy.cpp227 std::shared_ptr<AVBuffer> AVMetadataHelperServiceProxy::FetchFrameYuv(int64_t timeUs, int32_t option, in FetchFrameYuv() function in OHOS::Media::AVMetadataHelperServiceProxy
244 CHECK_AND_RETURN_RET_LOG(error == MSERR_OK, nullptr, "FetchFrameYuv failed, error: %{public}d", error); in FetchFrameYuv()
/foundation/multimedia/player_framework/services/services/engine_intf/
H A Di_avmetadatahelper_engine.h102 virtual std::shared_ptr<AVBuffer> FetchFrameYuv(
/foundation/multimedia/player_framework/services/services/avmetadatahelper/client/
H A Davmetadatahelper_client.cpp143 std::shared_ptr<AVBuffer> AVMetadataHelperClient::FetchFrameYuv(int64_t timeUs, int32_t option, in FetchFrameYuv() function in OHOS::Media::AVMetadataHelperClient
148 return avMetadataHelperProxy_->FetchFrameYuv(timeUs, option, param); in FetchFrameYuv()
H A Davmetadatahelper_client.h43 std::shared_ptr<AVBuffer> FetchFrameYuv(int64_t timeUs,
/foundation/multimedia/player_framework/services/engine/histreamer/avmetadatahelper/
H A Davmetadatahelper_impl.cpp150 std::shared_ptr<AVBuffer> AVMetadataHelperImpl::FetchFrameYuv( in FetchFrameYuv() function in OHOS::Media::AVMetadataHelperImpl
156 return thumbnailGenerator_->FetchFrameYuv(timeUs, option, param); in FetchFrameYuv()
H A Davmetadatahelper_impl.h48 std::shared_ptr<AVBuffer> FetchFrameYuv(
H A Dav_thumbnail_generator.h39 std::shared_ptr<AVBuffer> FetchFrameYuv(int64_t timeUs, int32_t option, const OutputConfiguration &param);
H A Dav_thumbnail_generator.cpp277 std::shared_ptr<AVBuffer> AVThumbnailGenerator::FetchFrameYuv(int64_t timeUs, int32_t option, in FetchFrameYuv() function in OHOS::Media::AVThumbnailGenerator
/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Davmetadatahelper.h452 virtual std::shared_ptr<PixelMap> FetchFrameYuv(int64_t timeUs, int32_t option, const PixelMapParams &param) = 0;
/foundation/multimedia/player_framework/services/include/
H A Di_avmetadatahelper_service.h174 virtual std::shared_ptr<AVBuffer> FetchFrameYuv(
/foundation/multimedia/player_framework/services/services/avmetadatahelper/server/
H A Davmetadatahelper_server.h43 std::shared_ptr<AVBuffer> FetchFrameYuv(int64_t timeUs,
H A Davmetadatahelper_server.cpp258 std::shared_ptr<AVBuffer> AVMetadataHelperServer::FetchFrameYuv(int64_t timeUs, int32_t option, in FetchFrameYuv() function in OHOS::Media::AVMetadataHelperServer
265 return avMetadataHelperEngine_->FetchFrameYuv(timeUs, option, param); in FetchFrameYuv()
/foundation/multimedia/player_framework/test/fuzztest/avmetadata_fuzztest/avmetadatastublocal_fuzzer/
H A Davmetadata_service_proxy_local_fuzzer.h64 std::shared_ptr<AVBuffer> FetchFrameYuv(
/foundation/multimedia/player_framework/test/fuzztest/avmetadata_fuzztest/avmetadatastub_fuzzer/
H A Davmetadata_service_proxy_fuzzer.h64 std::shared_ptr<AVBuffer> FetchFrameYuv(
/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/test/unittest/include/
H A Davmetadata_mock.h98 std::shared_ptr<PixelMap> FetchFrameYuv(int64_t timeUs, int32_t option, PixelMapParams param);
/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/test/unittest/src/
H A Davmetadata_mock.cpp118 std::shared_ptr<PixelMap> AVMetadataMock::FetchFrameYuv(int64_t timeUs, int32_t option, PixelMapParams param) in FetchFrameYuv() function in OHOS::Media::AVMetadataMock
121 return avMetadataHelper_->FetchFrameYuv(timeUs, option, param); in FetchFrameYuv()
H A Davmetadata_unit_test.cpp600 auto pixelMap = helper->FetchFrameYuv(0, time, param); in HWTEST_F()
637 * @tc.name : FetchFrameYuv SDR.mp4
638 * @tc.desc : FetchFrameYuv API
650 auto pixelMap = helper->FetchFrameYuv(time, 0, param); in HWTEST_F()
657 * @tc.name : FetchFrameYuv HDR.mp4
658 * @tc.desc : FetchFrameYuv API
670 auto pixelMap = helper->FetchFrameYuv(time, 0, param); in HWTEST_F()
/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/
H A Davmetadatahelper_impl.h47 std::shared_ptr<PixelMap> FetchFrameYuv(int64_t timeUs, int32_t option, const PixelMapParams &param) override;
H A Davmetadatahelper_impl.cpp751 std::shared_ptr<PixelMap> AVMetadataHelperImpl::FetchFrameYuv(int64_t timeUs, int32_t option, in FetchFrameYuv() function in OHOS::Media::AVMetadataHelperImpl
761 auto frameBuffer = avMetadataHelperService_->FetchFrameYuv(timeUs, option, config); in FetchFrameYuv()
/foundation/multimedia/player_framework/frameworks/js/metadatahelper/
H A Davimagegenerator_napi.cpp239 FetchFrameYuv(asyncCtx->napi->timeUs_, asyncCtx->napi->option_, asyncCtx->napi->param_); in JsFetchFrameAtTime()
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dthumbnail_utils.cpp257 data.source = avMetadataHelper->FetchFrameYuv(timestamp, AVMetadataQueryOption::AV_META_QUERY_CLOSEST, in LoadVideoFile()
260 data.source = avMetadataHelper->FetchFrameYuv(AV_FRAME_TIME, AVMetadataQueryOption::AV_META_QUERY_NEXT_SYNC, in LoadVideoFile()

Completed in 25 milliseconds