Home
last modified time | relevance | path

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

/foundation/multimedia/player_framework/services/engine/gstreamer/plugins/codec/hdi_plugins/
Dhdi_buffer_mgr.cpp63 GstBufferTypeMeta *bufferType = gst_buffer_get_buffer_type_meta(buffer); in GetCodecBuffer() local
81 void HdiBufferMgr::UpdateCodecMeta(GstBufferTypeMeta *bufferType, std::shared_ptr<HdiBufferWrap> &c… in UpdateCodecMeta()
102 GstBufferTypeMeta *bufferType = gst_buffer_get_buffer_type_meta(buffer); in PreUseAshareMems() local
198 GstBufferTypeMeta *bufferType = gst_buffer_get_buffer_type_meta(buffer); in SetFlagToBuffer() local
Dhdi_vdec_out_buffer_mgr.cpp49 GstBufferTypeMeta *bufferType = gst_buffer_get_buffer_type_meta(buffer); in UseHandleMems() local
96 GstBufferTypeMeta *bufferType = gst_buffer_get_buffer_type_meta(buffers[0]); in UseBuffers() local
113 void HdiVdecOutBufferMgr::UpdateCodecMeta(GstBufferTypeMeta *bufferType, std::shared_ptr<HdiBufferW… in UpdateCodecMeta()
Dhdi_venc_in_buffer_mgr.cpp83 GstBufferTypeMeta *bufferType = gst_buffer_get_buffer_type_meta(buffer); in GetCodecBuffer() local
/foundation/multimedia/player_framework/services/engine/gstreamer/avcodec/sink_wrapper/
Dsink_base.h92 GstBufferTypeMeta *bufferType = gst_buffer_get_buffer_type_meta(buffer); in GetFlagFromBuffer() local
/foundation/multimedia/histreamer/engine/plugin/plugins/codec_adapter/
Dcodec_utils.cpp223 uint32_t bufferType; in GetOmxBufferType() local
/foundation/multimedia/av_codec/services/engine/codec/video/
Dfcodec.cpp662 int32_t FCodec::UpdateBuffers(uint32_t index, int32_t bufferSize, uint32_t bufferType) in UpdateBuffers()