Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/vicodec/
Dcodec-v4l2-fwht.c257 !state->gop_cnt, in v4l2_fwht_encode()
258 state->gop_cnt == state->gop_size - 1, in v4l2_fwht_encode()
263 state->gop_cnt = 0; in v4l2_fwht_encode()
264 if (++state->gop_cnt >= state->gop_size) in v4l2_fwht_encode()
265 state->gop_cnt = 0; in v4l2_fwht_encode()
Dcodec-v4l2-fwht.h35 unsigned int gop_cnt; member
Dvicodec-core.c1615 state->gop_cnt = 0; in vicodec_start_streaming()