Searched refs:__GST_BYTE_READER_GET_PEEK_BITS_INLINE (Results 1 – 1 of 1) sorted by relevance
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstbytereader.h | 408 #define __GST_BYTE_READER_GET_PEEK_BITS_INLINE(bits,type,name) \ macro 436 __GST_BYTE_READER_GET_PEEK_BITS_INLINE(8,guint8,uint8) 437 __GST_BYTE_READER_GET_PEEK_BITS_INLINE(8,gint8,int8) 439 __GST_BYTE_READER_GET_PEEK_BITS_INLINE(16,guint16,uint16_le) 440 __GST_BYTE_READER_GET_PEEK_BITS_INLINE(16,guint16,uint16_be) 441 __GST_BYTE_READER_GET_PEEK_BITS_INLINE(16,gint16,int16_le) 442 __GST_BYTE_READER_GET_PEEK_BITS_INLINE(16,gint16,int16_be) 444 __GST_BYTE_READER_GET_PEEK_BITS_INLINE(32,guint32,uint32_le) 445 __GST_BYTE_READER_GET_PEEK_BITS_INLINE(32,guint32,uint32_be) 446 __GST_BYTE_READER_GET_PEEK_BITS_INLINE(32,gint32,int32_le) [all …]
|