Home
last modified time | relevance | path

Searched defs:isFilled (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/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()
66 std::shared_ptr<AVBuffer>& buffer, bool isFilled) in SetQueueSizeAndAttachBuffer()
H A Davbuffer_queue_producer.cpp62 Status AVBufferQueueProducerImpl::AttachBuffer(std::shared_ptr<AVBuffer>& buffer, bool isFilled) in AttachBuffer()
H A Davbuffer_queue.cpp450 std::shared_ptr<AVBuffer>& buffer, bool isFilled) in SetQueueSizeAndAttachBuffer()
505 Status AVBufferQueueImpl::PushBufferOnFilled(uint64_t uniqueId, bool isFilled) in PushBufferOnFilled()
528 Status AVBufferQueueImpl::AttachBuffer(std::shared_ptr<AVBuffer>& buffer, bool isFilled) in AttachBuffer()
H A Davbuffer_queue_producer_proxy.cpp144 …us AVBufferQueueProducerProxyImpl::AttachBuffer(std::shared_ptr<AVBuffer>& inBuffer, bool isFilled) in AttachBuffer()
H A Davbuffer_queue_producer_stub.cpp125 auto isFilled = arguments.ReadBool(); in OnAttachBuffer() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_shadow.cpp66 void RSShadow::SetIsFilled(bool isFilled) in SetIsFilled()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/filter_test/
H A Dmuxer_filter_unit_test.h93 Status AttachBuffer(std::shared_ptr<AVBuffer>& inBuffer, bool isFilled) in AttachBuffer()
H A Daudio_data_source_filter_unit_test.h74 Status AttachBuffer(std::shared_ptr<AVBuffer>& inBuffer, bool isFilled) in AttachBuffer()
H A Dsurface_decoder_filter_unit_test.h128 Status AttachBuffer(std::shared_ptr<AVBuffer>& inBuffer, bool isFilled) in AttachBuffer()
H A Dvideo_resize_filter_unit_test.h134 Status AttachBuffer(std::shared_ptr<AVBuffer>& inBuffer, bool isFilled) in AttachBuffer()
H A Dsurface_encoder_adapter_unit_test.h188 Status AttachBuffer(std::shared_ptr<AVBuffer>& inBuffer, bool isFilled) in AttachBuffer()
/ohos5.0/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
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dshadow.h168 void SetIsFilled(bool isFilled) in SetIsFilled()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_utils.cpp963 const float& offsetY, const float& elevation, const bool& isFilled, Color spotColor) in DrawShadow()
987 const float& offsetY, const float& radius, const bool& isFilled, Color spotColor) in DrawShadowMaskFilter()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drender_grid_scroll.cpp859 bool isFilled = false; in Rank() local
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H A Dprompt_action.cpp317 bool isFilled = false; in GetToastObjectShadow() local
1003 bool isFilled = false; in GetNapiObjectShadow() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp1044 auto isFilled = static_cast<uint32_t>(shadows[NUM_6].i32); // IsFilled in SetBackShadow() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp9399 bool isFilled = jsObj->GetPropertyValue<bool>(static_cast<int32_t>(ArkUIIndex::FILL), false); in ParseShadowProps() local