Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/
H A Dh264e_slice.c62 slice->first_mb_in_slice = 0; in h264e_slice_update()
307 ret = mpp_read_ue(&bit, &slice->first_mb_in_slice); in h264e_slice_read()
309 bit.used_bits, slice->first_mb_in_slice); in h264e_slice_read()
574 mpp_writer_put_ue(s, slice->first_mb_in_slice); in h264e_slice_write_header()
576 mpp_writer_bits(s), slice->first_mb_in_slice); in h264e_slice_write_header()
H A Dh264e_slice.h105 RK_U32 first_mb_in_slice; member
/OK3568_Linux_fs/external/mpp/mpp/hal/common/h264/
H A Dhal_h264e_stream_amend.c239 slice->first_mb_in_slice = slice_rd.first_mb_in_slice; in h264e_vepu_stream_amend_proc()
/OK3568_Linux_fs/kernel/include/media/
H A Dh264-ctrls.h159 __u32 first_mb_in_slice; member
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_parse.c442 RK_U32 first_mb_in_slice = 0; in judge_is_new_frame() local
445 READ_UE(p_bitctx, &first_mb_in_slice); in judge_is_new_frame()
446 if (first_mb_in_slice == 0) { in judge_is_new_frame()
H A Dh264d_fill.c295 p_long->first_mb_in_slice = currSlice->start_mb_nr; in fill_slice_syntax()
/OK3568_Linux_fs/kernel/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_h264.c420 reg |= ((slice->first_mb_in_slice % pic_width_in_mbs) & 0xff) << 24; in cedrus_set_params()
421 reg |= (((slice->first_mb_in_slice / pic_width_in_mbs) * in cedrus_set_params()
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dh264d_syntax.h132 RK_U16 first_mb_in_slice; member
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-codec.rst1891 - ``first_mb_in_slice``