Home
last modified time | relevance | path

Searched refs:gop_cnt (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/media/test-drivers/vicodec/
H A Dcodec-v4l2-fwht.c241 !state->gop_cnt, in v4l2_fwht_encode()
242 state->gop_cnt == state->gop_size - 1, in v4l2_fwht_encode()
247 state->gop_cnt = 0; in v4l2_fwht_encode()
248 if (++state->gop_cnt >= state->gop_size) in v4l2_fwht_encode()
249 state->gop_cnt = 0; in v4l2_fwht_encode()
H A Dcodec-v4l2-fwht.h35 unsigned int gop_cnt; member
H A Dvicodec-core.c1565 state->gop_cnt = 0; in vicodec_start_streaming()