Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstmemory.h126 #define GST_MEMORY_IS_ZERO_PADDED(mem) GST_MEMORY_FLAG_IS_SET(mem,GST_MEMORY_FLAG_ZERO_PADDED) macro
Dgstmemory.c213 if ((offset + size < mem->size) && GST_MEMORY_IS_ZERO_PADDED (mem)) in gst_memory_resize()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavauddec.c692 if (size > 0 && (!GST_MEMORY_IS_ZERO_PADDED (map.memory) in gst_ffmpegauddec_handle_frame()
Dgstavviddec.c2080 if (size > 0 && (!GST_MEMORY_IS_ZERO_PADDED (minfo.memory) in gst_ffmpegviddec_handle_frame()