Home
last modified time | relevance | path

Searched refs:channel_hint (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvima.c125 int8_t channel_hint[2]; in decode_frame() local
144 channel_hint[0] = get_sbits(&gb, 8); in decode_frame()
145 if (channel_hint[0] & 0x80) { in decode_frame()
146 channel_hint[0] = ~channel_hint[0]; in decode_frame()
154 channel_hint[1] = get_sbits(&gb, 8); in decode_frame()
164 int step_index = channel_hint[chan]; in decode_frame()
/third_party/libdrm/include/drm/
Dnouveau_drm.h122 __u32 channel_hint; member