Home
last modified time | relevance | path

Searched defs:FillThisBuffer (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/peripheral/codec/interfaces/include/
H A Dcodec_component_if.h317 int32_t (*FillThisBuffer)(struct CodecComponentType *self, const struct OmxCodecBuffer *buffer); member
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_component_service.cpp208 int32_t CodecComponentService::FillThisBuffer(const OmxCodecBuffer &buffer) in FillThisBuffer() function in OHOS::HDI::Codec::V3_0::CodecComponentService
H A Dcomponent_node.cpp558 int32_t ComponentNode::FillThisBuffer(OmxCodecBuffer &buffer) in FillThisBuffer() function in OHOS::Codec::Omx::ComponentNode
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/
H A Dhdi_codec.cpp252 Status HdiCodec::FillThisBuffer(std::shared_ptr<AVBuffer> &buffer) in FillThisBuffer() function in OHOS::Media::Plugins::Hdi::HdiCodec
/ohos5.0/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
H A Dcomponent_node.cpp468 int32_t ComponentNode::FillThisBuffer(struct OmxCodecBuffer &buffer) in FillThisBuffer() function in OHOS::Codec::Omx::ComponentNode
/ohos5.0/drivers/peripheral/codec/test/benchmarktest/
H A Dcodec_benchmark_omx_test.cpp505 BENCHMARK_F(CodecBenchmarkOmxTest, FillThisBuffer)(benchmark::State &state) in BENCHMARK_F() argument