Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dvima.c126 int8_t channel_hint[2]; in decode_frame() local
145 channel_hint[0] = get_sbits(&gb, 8); in decode_frame()
146 if (channel_hint[0] & 0x80) { in decode_frame()
147 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/
H A Dnouveau_drm.h122 __u32 channel_hint; member

Completed in 2 milliseconds