Searched refs:_oss (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_good/sys/oss/ |
D | common.h | 23 #define SET_PARAM(_oss, _name, _val, _detail) \ argument 26 if (ioctl(_oss->fd, _name, &_tmp) == -1) { \ 27 GST_ELEMENT_ERROR (_oss, RESOURCE, SETTINGS,\ 33 GST_DEBUG_OBJECT(_oss, _detail " %d", _tmp); \ 36 #define GET_PARAM(_oss, _name, _val, _detail) \ argument
|
/third_party/python/Modules/_xxtestfuzz/ |
D | README.rst | 56 .. _oss-fuzz: https://github.com/google/oss-fuzz
|