Home
last modified time | relevance | path

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

12

/foundation/multimedia/media_foundation/src/buffer/avbuffer_queue/
H A Davbuffer_queue_consumer.cpp50 Status AVBufferQueueConsumerImpl::AttachBuffer(std::shared_ptr<AVBuffer>& buffer, bool isFilled) in AttachBuffer() argument
52 return bufferQueue_->AttachBuffer(buffer, isFilled); in AttachBuffer()
66 std::shared_ptr<AVBuffer>& buffer, bool isFilled) in SetQueueSizeAndAttachBuffer()
68 return bufferQueue_->SetQueueSizeAndAttachBuffer(size, buffer, isFilled); in SetQueueSizeAndAttachBuffer()
65 SetQueueSizeAndAttachBuffer(uint32_t size, std::shared_ptr<AVBuffer>& buffer, bool isFilled) SetQueueSizeAndAttachBuffer() argument
H A Davbuffer_queue_producer.cpp62 Status AVBufferQueueProducerImpl::AttachBuffer(std::shared_ptr<AVBuffer>& buffer, bool isFilled) in AttachBuffer() argument
64 return bufferQueue_->AttachBuffer(buffer, isFilled); in AttachBuffer()
H A Davbuffer_queue_producer_proxy.cpp58 Status AttachBuffer(std::shared_ptr<AVBuffer>& inBuffer, bool isFilled) override;
144 Status AVBufferQueueProducerProxyImpl::AttachBuffer(std::shared_ptr<AVBuffer>& inBuffer, bool isFilled) in AttachBuffer() argument
151 arguments.WriteBool(isFilled); in AttachBuffer()
H A Davbuffer_queue.cpp449 std::shared_ptr<AVBuffer>& buffer, bool isFilled) in SetQueueSizeAndAttachBuffer()
465 if (isFilled) { in SetQueueSizeAndAttachBuffer()
466 return PushBufferOnFilled(uniqueId, isFilled); in SetQueueSizeAndAttachBuffer()
504 Status AVBufferQueueImpl::PushBufferOnFilled(uint64_t uniqueId, bool isFilled) in PushBufferOnFilled() argument
506 auto ret = PushBuffer(uniqueId, isFilled); in PushBufferOnFilled()
527 Status AVBufferQueueImpl::AttachBuffer(std::shared_ptr<AVBuffer>& buffer, bool isFilled) in AttachBuffer() argument
544 if (isFilled) { in AttachBuffer()
545 return PushBufferOnFilled(uniqueId, isFilled); in AttachBuffer()
448 SetQueueSizeAndAttachBuffer(uint32_t size, std::shared_ptr<AVBuffer>& buffer, bool isFilled) SetQueueSizeAndAttachBuffer() argument
H A Davbuffer_queue_producer_stub.cpp125 auto isFilled = arguments.ReadBool(); in OnAttachBuffer() local
127 auto ret = AttachBuffer(buffer, isFilled); in OnAttachBuffer()
/foundation/multimedia/media_foundation/interface/inner_api/buffer/
H A Davbuffer_queue_consumer.h36 virtual Status AttachBuffer(std::shared_ptr<AVBuffer>& inBuffer, bool isFilled) = 0;
41 virtual Status SetQueueSizeAndAttachBuffer(uint32_t size, std::shared_ptr<AVBuffer>& buffer, bool isFilled);
H A Davbuffer_queue_producer.h36 virtual Status AttachBuffer(std::shared_ptr<AVBuffer>& inBuffer, bool isFilled) = 0;
H A Davbuffer_queue_producer_proxy.h37 Status AttachBuffer(std::shared_ptr<AVBuffer>& inBuffer, bool isFilled) override = 0;
H A Davbuffer_queue.h54 virtual Status SetQueueSizeAndAttachBuffer(uint32_t size, std::shared_ptr<AVBuffer>& buffer, bool isFilled);
/foundation/multimedia/media_foundation/src/buffer/avbuffer_queue/include/
H A Davbuffer_queue_consumer_impl.h38 Status AttachBuffer(std::shared_ptr<AVBuffer>& buffer, bool isFilled) override;
42 Status SetQueueSizeAndAttachBuffer(uint32_t size, std::shared_ptr<AVBuffer>& buffer, bool isFilled) override;
H A Davbuffer_queue_impl.h78 virtual Status AttachBuffer(std::shared_ptr<AVBuffer>& buffer, bool isFilled);
90 Status SetQueueSizeAndAttachBuffer(uint32_t size, std::shared_ptr<AVBuffer>& buffer, bool isFilled) override;
115 Status PushBufferOnFilled(uint64_t uniqueId, bool isFilled);
H A Davbuffer_queue_producer_impl.h39 Status AttachBuffer(std::shared_ptr<AVBuffer>& inBuffer, bool isFilled) override = 0;
85 Status AttachBuffer(std::shared_ptr<AVBuffer>& buffer, bool isFilled) override;
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_shadow.cpp66 void RSShadow::SetIsFilled(bool isFilled) in SetIsFilled() argument
68 isFilled_ = isFilled; in SetIsFilled()
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dshadow.h168 void SetIsFilled(bool isFilled) in SetIsFilled() argument
170 isFilled_ = isFilled; in SetIsFilled()
/foundation/multimedia/av_codec/test/unittest/decoder_filter_test/
H A Dvideo_decoder_adapter_unit_test.h223 Status AttachBuffer(std::shared_ptr<AVBuffer>& inBuffer, bool isFilled) in AttachBuffer() argument
237 Status SetQueueSizeAndAttachBuffer(uint32_t size, std::shared_ptr<AVBuffer>& buffer, bool isFilled) in SetQueueSizeAndAttachBuffer() argument
H A Dsurface_encoder_filter_unit_test.h121 Status AttachBuffer(std::shared_ptr<AVBuffer>& inBuffer, bool isFilled) in AttachBuffer() argument
H A Dmetadata_filter_unit_test.h103 Status AttachBuffer(std::shared_ptr<AVBuffer>& inBuffer, bool isFilled) in AttachBuffer() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_shadow.h55 void SetIsFilled(bool isFilled);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_property_drawable_utils.h65 const float& elevation, const bool& isFilled, Color spotColor);
67 const float& offsetY, const float& radius, const bool& isFilled, Color spotColor);
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsshadow_fuzzer/
H A Drsshadow_fuzzer.cpp191 bool isFilled = GetData<bool>(); in DoSetIsFilled() local
192 rsShadow->SetIsFilled(isFilled); in DoSetIsFilled()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_text_clock_ffi.h56 bool isFilled; member
/foundation/multimedia/av_codec/test/unittest/filter_test/
H A Daudio_data_source_filter_unit_test.h74 Status AttachBuffer(std::shared_ptr<AVBuffer>& inBuffer, bool isFilled) in AttachBuffer() argument
H A Daudio_capture_filter_unit_test.h117 Status AttachBuffer(std::shared_ptr<AVBuffer>& inBuffer, bool isFilled) override
H A Dmuxer_filter_unit_test.h93 Status AttachBuffer(std::shared_ptr<AVBuffer>& inBuffer, bool isFilled) in AttachBuffer() argument
H A Dvideo_resize_filter_unit_test.h134 Status AttachBuffer(std::shared_ptr<AVBuffer>& inBuffer, bool isFilled) in AttachBuffer() argument

Completed in 9 milliseconds

12