Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/platform/coda/
H A Dcoda-h264.c305 unsigned int i, num_ref_frames_in_pic_order_cnt_cycle; in coda_h264_sps_fixup() local
321 &num_ref_frames_in_pic_order_cnt_cycle); in coda_h264_sps_fixup()
324 for (i = 0; i < num_ref_frames_in_pic_order_cnt_cycle; i++) { in coda_h264_sps_fixup()
/OK3568_Linux_fs/kernel/drivers/staging/media/allegro-dvt/
H A Dnal-h264.h123 unsigned int num_ref_frames_in_pic_order_cnt_cycle; member
H A Dnal-h264.c646 rbsp_uev(rbsp, &sps->num_ref_frames_in_pic_order_cnt_cycle); in nal_h264_rbsp_sps()
647 for (i = 0; i < sps->num_ref_frames_in_pic_order_cnt_cycle; i++) in nal_h264_rbsp_sps()
/OK3568_Linux_fs/kernel/include/media/
H A Dh264-ctrls.h78 __u8 num_ref_frames_in_pic_order_cnt_cycle; member
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_sps.c247 READ_UE(p_bitctx, &cur_sps->num_ref_frames_in_pic_order_cnt_cycle); in parser_sps()
248 VAL_CHECK(ret, cur_sps->num_ref_frames_in_pic_order_cnt_cycle < 256); in parser_sps()
249 for (i = 0; i < cur_sps->num_ref_frames_in_pic_order_cnt_cycle; ++i) { in parser_sps()
H A Dh264d_init.c112 if (active_sps->num_ref_frames_in_pic_order_cnt_cycle) { in decode_poc()
122 if (active_sps->num_ref_frames_in_pic_order_cnt_cycle) { in decode_poc()
123 for (i = 0; i < (RK_S32)active_sps->num_ref_frames_in_pic_order_cnt_cycle; i++) { in decode_poc()
128 …icOrderCntCycleCnt = (pSlice->AbsFrameNum - 1) / active_sps->num_ref_frames_in_pic_order_cnt_cycle; in decode_poc()
129 …InPicOrderCntCycle = (pSlice->AbsFrameNum - 1) % active_sps->num_ref_frames_in_pic_order_cnt_cycle; in decode_poc()
H A Dh264d_slice.c284 ret |= (sps->num_ref_frames_in_pic_order_cnt_cycle > 255); in check_sps_pps()
H A Dh264d_global.h546 RK_S32 num_ref_frames_in_pic_order_cnt_cycle; // ue(v) member
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-codec.rst1650 - ``num_ref_frames_in_pic_order_cnt_cycle``