Home
last modified time | relevance | path

Searched refs:PhotoBufferProcessor (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dphoto_listener_impl.h27 class PhotoBufferProcessor : public Media::IBufferProcessor {
29 explicit PhotoBufferProcessor(sptr<Surface> photoSurface) : photoSurface_(photoSurface) {} in PhotoBufferProcessor() function
30 ~PhotoBufferProcessor() in ~PhotoBufferProcessor()
71 std::shared_ptr<PhotoBufferProcessor> bufferProcessor_;
88 std::shared_ptr<PhotoBufferProcessor> bufferProcessor_;
H A Dphoto_listener_impl.cpp38 bufferProcessor_ = std::make_shared<PhotoBufferProcessor>(surface); in PhotoListener()
279 bufferProcessor_ = std::make_shared<PhotoBufferProcessor>(rawPhotoSurface); in RawPhotoListener()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/
H A Dphoto_output_napi.h113 class PhotoBufferProcessor : public Media::IBufferProcessor {
115 explicit PhotoBufferProcessor(sptr<Surface> photoSurface) : photoSurface_(photoSurface) {} in PhotoBufferProcessor() function
116 ~PhotoBufferProcessor() in ~PhotoBufferProcessor()
146 shared_ptr<PhotoBufferProcessor> bufferProcessor_;
173 shared_ptr<PhotoBufferProcessor> bufferProcessor_;
191 shared_ptr<PhotoBufferProcessor> bufferProcessor_;
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Dphoto_output_napi.cpp182 bufferProcessor_ = std::make_shared<PhotoBufferProcessor>(photoSurface); in PhotoListener()
202 bufferProcessor_ = std::make_shared<PhotoBufferProcessor>(rawPhotoSurface); in RawPhotoListener()
210 bufferProcessor_ = std::make_shared<PhotoBufferProcessor>(surface); in AuxiliaryPhotoListener()