Home
last modified time | relevance | path

Searched defs:shift_bytes (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/audiomixmatrix/
Dgstaudiomixmatrix.h63 gint shift_bytes; member
/third_party/node/tools/inspector_protocol/encoding/
Dencoding.cc166 for (int shift_bytes = sizeof(T) - 1; shift_bytes >= 0; --shift_bytes) in WriteBytesMostSignificantByteFirst() local
177 for (size_t shift_bytes = 0; shift_bytes < sizeof(T); ++shift_bytes) in ReadBytesMostSignificantByteFirst() local
493 for (int shift_bytes = sizeof(uint32_t) - 1; shift_bytes >= 0; in EncodeStopTmpl() local