Searched refs:V4L2_VP8_FRAME_IS_KEY_FRAME (Results 1 – 5 of 5) sorted by relevance
530 if (V4L2_VP8_FRAME_IS_KEY_FRAME(slice)) { in cedrus_read_header()554 if (!V4L2_VP8_FRAME_IS_KEY_FRAME(slice)) in cedrus_read_header()559 if (!V4L2_VP8_FRAME_IS_KEY_FRAME(slice)) in cedrus_read_header()569 if (!V4L2_VP8_FRAME_IS_KEY_FRAME(slice)) { in cedrus_read_header()674 header_size = V4L2_VP8_FRAME_IS_KEY_FRAME(slice) ? 10 : 3; in cedrus_vp8_setup()826 !V4L2_VP8_FRAME_IS_KEY_FRAME(slice); in cedrus_vp8_setup()
236 u32 first_part_offset = V4L2_VP8_FRAME_IS_KEY_FRAME(hdr) ? 10 : 3; in cfg_parts()449 if (V4L2_VP8_FRAME_IS_KEY_FRAME(hdr) && ctx->vp8_dec.segment_map.cpu) in hantro_g1_vp8_dec_run()468 if (!V4L2_VP8_FRAME_IS_KEY_FRAME(hdr)) in hantro_g1_vp8_dec_run()
349 u32 first_part_offset = V4L2_VP8_FRAME_IS_KEY_FRAME(hdr) ? 10 : 3; in cfg_parts()526 if (V4L2_VP8_FRAME_IS_KEY_FRAME(hdr) && ctx->vp8_dec.segment_map.cpu) in rockchip_vpu2_vp8_dec_run()543 if (!V4L2_VP8_FRAME_IS_KEY_FRAME(hdr)) in rockchip_vpu2_vp8_dec_run()
249 if (!V4L2_VP8_FRAME_IS_KEY_FRAME(frame_header)) in vdec_vp8_slice_get_decode_parameters()
1901 #define V4L2_VP8_FRAME_IS_KEY_FRAME(hdr) \ macro