Searched refs:coding_type (Results 1 – 6 of 6) sorted by relevance
120 RK_S32 coding_type; member327 …omplexity_estimation_header(Mpeg4Estimation *e, BitReadCtx_t *gb, Mpg4Hdr *mp4Hdr, int coding_type) in read_vop_complexity_estimation_header() argument330 if (coding_type == MPEG4_I_VOP) { in read_vop_complexity_estimation_header()346 if (coding_type == MPEG4_P_VOP) { in read_vop_complexity_estimation_header()370 if (coding_type == MPEG4_B_VOP) { in read_vop_complexity_estimation_header()396 if (coding_type == MPEG4_S_VOP && mp4Hdr->vol.sprite_enable == MPEG4_SPRITE_STATIC) { in read_vop_complexity_estimation_header()432 header->vop.coding_type = MPEG4_INVALID_VOP; in init_mpg4_hdr_vop()821 READ_BITS(gb, 2, &(mp4Hdr->vop.coding_type)); /* vop_coding_type */ in mpeg4_parse_vop_header()836 if (mp4Hdr->vop.coding_type != MPEG4_B_VOP) { in mpeg4_parse_vop_header()851 mp4Hdr->vop.coding_type = MPEG4_N_VOP; in mpeg4_parse_vop_header()[all …]
200 MppCodingType coding_type; member390 mpp_sys_cfg_set_u32(impl->sys_cfg, "dec_buf_chk:type", impl->coding_type); in prepare_info_set_by_sys_cfg()1227 if (impl->coding_type != MPP_VIDEO_CodingMJPEG) in mpp_buf_slot_set_prop()1492 impl->coding_type = *((MppCodingType *)val); in mpp_slots_set_prop()
214 RK_U32 coding_type; member
87 regs->sw14.encoding_mode = hw_cfg->coding_type; in vp8e_vpu_frame_start()
90 regs->sw103.encoding_mode = hw_cfg->coding_type; in vp8e_vpu_frame_start()
1216 hw_cfg->coding_type = 1; in alloc_buffer()