Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/test-drivers/vicodec/
H A Dvicodec-core.c132 u32 comp_magic_cnt; member
358 p = memchr(p, magic[ctx->comp_magic_cnt], in get_next_header()
361 ctx->comp_magic_cnt = 0; in get_next_header()
365 copy = sizeof(magic) - ctx->comp_magic_cnt; in get_next_header()
369 memcpy(header + ctx->comp_magic_cnt, p, copy); in get_next_header()
370 ctx->comp_magic_cnt += copy; in get_next_header()
376 ctx->comp_magic_cnt = 0; in get_next_header()
378 if (ctx->comp_magic_cnt < sizeof(magic)) { in get_next_header()
446 ctx->comp_magic_cnt = 0; in device_run()
1497 ctx->comp_magic_cnt = 0; in vicodec_buf_queue()
[all …]