Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkBlurMask.cpp573 uint8_t* padptr = padPixels + y * padWidth + 2*pad; in BlurGroundTruth() local
575 memcpy(padptr, srcptr, srcWidth); in BlurGroundTruth()
/third_party/flutter/skia/src/core/
DSkBlurMask.cpp578 uint8_t* padptr = padPixels + y * padWidth + 2*pad; in BlurGroundTruth() local
580 memcpy(padptr, srcptr, srcWidth); in BlurGroundTruth()
/third_party/gstreamer/gstplugins_good/gst/flv/
Dgstflvmux.c1920 GValue padptr = { 0, }; in gst_flv_mux_find_best_pad() local
1926 switch (gst_iterator_next (pads, &padptr)) { in gst_flv_mux_find_best_pad()
1928 GstAggregatorPad *apad = g_value_get_object (&padptr); in gst_flv_mux_find_best_pad()
1969 g_value_reset (&padptr); in gst_flv_mux_find_best_pad()
1971 g_value_unset (&padptr); in gst_flv_mux_find_best_pad()
/third_party/gstreamer/gstreamer/gst/
Dgstutils.c1143 GValue padptr = { 0, }; in gst_element_get_compatible_pad() local
1166 switch (gst_iterator_next (pads, &padptr)) { in gst_element_get_compatible_pad()
1174 current = g_value_get_object (&padptr); in gst_element_get_compatible_pad()
1213 g_value_unset (&padptr); in gst_element_get_compatible_pad()
1225 g_value_reset (&padptr); in gst_element_get_compatible_pad()
1241 g_value_unset (&padptr); in gst_element_get_compatible_pad()