/foundation/multimedia/player_framework/services/services/avmetadatahelper/ipc/ |
H A D | avmetadatahelper_service_stub.cpp | 75 [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 D | avmetadatahelper_service_stub.h | 44 std::shared_ptr<AVBuffer> FetchFrameYuv(int64_t timeUs, 67 int32_t FetchFrameYuv(MessageParcel &data, MessageParcel &reply);
|
H A D | avmetadatahelper_service_proxy.h | 35 std::shared_ptr<AVBuffer> FetchFrameYuv(int64_t timeUs,
|
H A D | i_standard_avmetadatahelper_service.h | 40 virtual std::shared_ptr<AVBuffer> FetchFrameYuv(
|
H A D | avmetadatahelper_service_proxy.cpp | 227 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 D | i_avmetadatahelper_engine.h | 102 virtual std::shared_ptr<AVBuffer> FetchFrameYuv(
|
/foundation/multimedia/player_framework/services/services/avmetadatahelper/client/ |
H A D | avmetadatahelper_client.cpp | 143 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 D | avmetadatahelper_client.h | 43 std::shared_ptr<AVBuffer> FetchFrameYuv(int64_t timeUs,
|
/foundation/multimedia/player_framework/services/engine/histreamer/avmetadatahelper/ |
H A D | avmetadatahelper_impl.cpp | 150 std::shared_ptr<AVBuffer> AVMetadataHelperImpl::FetchFrameYuv( in FetchFrameYuv() function in OHOS::Media::AVMetadataHelperImpl 156 return thumbnailGenerator_->FetchFrameYuv(timeUs, option, param); in FetchFrameYuv()
|
H A D | avmetadatahelper_impl.h | 48 std::shared_ptr<AVBuffer> FetchFrameYuv(
|
H A D | av_thumbnail_generator.h | 39 std::shared_ptr<AVBuffer> FetchFrameYuv(int64_t timeUs, int32_t option, const OutputConfiguration ¶m);
|
H A D | av_thumbnail_generator.cpp | 277 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 D | avmetadatahelper.h | 452 virtual std::shared_ptr<PixelMap> FetchFrameYuv(int64_t timeUs, int32_t option, const PixelMapParams ¶m) = 0;
|
/foundation/multimedia/player_framework/services/include/ |
H A D | i_avmetadatahelper_service.h | 174 virtual std::shared_ptr<AVBuffer> FetchFrameYuv(
|
/foundation/multimedia/player_framework/services/services/avmetadatahelper/server/ |
H A D | avmetadatahelper_server.h | 43 std::shared_ptr<AVBuffer> FetchFrameYuv(int64_t timeUs,
|
H A D | avmetadatahelper_server.cpp | 258 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 D | avmetadata_service_proxy_local_fuzzer.h | 64 std::shared_ptr<AVBuffer> FetchFrameYuv(
|
/foundation/multimedia/player_framework/test/fuzztest/avmetadata_fuzztest/avmetadatastub_fuzzer/ |
H A D | avmetadata_service_proxy_fuzzer.h | 64 std::shared_ptr<AVBuffer> FetchFrameYuv(
|
/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/test/unittest/include/ |
H A D | avmetadata_mock.h | 98 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 D | avmetadata_mock.cpp | 118 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 D | avmetadata_unit_test.cpp | 600 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 D | avmetadatahelper_impl.h | 47 std::shared_ptr<PixelMap> FetchFrameYuv(int64_t timeUs, int32_t option, const PixelMapParams ¶m) override;
|
H A D | avmetadatahelper_impl.cpp | 751 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 D | avimagegenerator_napi.cpp | 239 FetchFrameYuv(asyncCtx->napi->timeUs_, asyncCtx->napi->option_, asyncCtx->napi->param_); in JsFetchFrameAtTime()
|
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/ |
H A D | thumbnail_utils.cpp | 257 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()
|