Searched refs:op (Results 1 – 7 of 7) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/enc/h264/ |
| H A D | h264e_dpb.c | 335 H264eRplmo op; in h264e_dpb_build_list() local 341 op.modification_of_pic_nums_idc = (refr->status.is_lt_ref) ? (2) : (0); in h264e_dpb_build_list() 343 op.modification_of_pic_nums_idc = 2; in h264e_dpb_build_list() 344 op.long_term_pic_idx = refr->status.lt_idx; in h264e_dpb_build_list() 346 h264e_dbg_list("reorder lt idx %d \n", op.long_term_pic_idx); in h264e_dpb_build_list() 348 op.modification_of_pic_nums_idc = curr->frame_num > refr->frame_num ? 0 : 1; in h264e_dpb_build_list() 349 op.abs_diff_pic_num_minus1 = MPP_ABS(curr->frame_num - refr->frame_num) - 1; in h264e_dpb_build_list() 353 op.abs_diff_pic_num_minus1); in h264e_dpb_build_list() 356 h264e_reorder_wr_op(dpb->reorder, &op); in h264e_dpb_build_list() 395 H264eMmco op; in h264e_dpb_build_marking() local [all …]
|
| H A D | h264e_slice.h | 148 MPP_RET h264e_reorder_wr_op(H264eReorderInfo *info, H264eRplmo *op); 149 MPP_RET h264e_reorder_rd_op(H264eReorderInfo *info, H264eRplmo *op); 156 MPP_RET h264e_marking_wr_op(H264eMarkingInfo *info, H264eMmco *op); 157 MPP_RET h264e_marking_rd_op(H264eMarkingInfo *info, H264eMmco *op);
|
| H A D | h264e_slice.c | 114 MPP_RET h264e_reorder_wr_op(H264eReorderInfo *info, H264eRplmo *op) in h264e_reorder_wr_op() argument 122 info->ops[info->wr_cnt++] = *op; in h264e_reorder_wr_op() 126 MPP_RET h264e_reorder_rd_op(H264eReorderInfo *info, H264eRplmo *op) in h264e_reorder_rd_op() argument 131 *op = info->ops[info->rd_cnt++]; in h264e_reorder_rd_op() 165 MPP_RET h264e_marking_wr_op(H264eMarkingInfo *info, H264eMmco *op) in h264e_marking_wr_op() argument 173 info->ops[info->wr_cnt++] = *op; in h264e_marking_wr_op() 177 MPP_RET h264e_marking_rd_op(H264eMarkingInfo *info, H264eMmco *op) in h264e_marking_rd_op() argument 182 *op = info->ops[info->rd_cnt++]; in h264e_marking_rd_op()
|
| /rockchip-linux_mpp/kmpp/base/inc/ |
| H A D | kmpp_obj_macro.h | 80 rk_u32 op : 4; member 121 switch (__flag.op) { \
|
| H A D | kmpp_obj.h | 44 rk_s32 kmpp_objdef_set_prop(KmppObjDef def, const char *op, rk_s32 value);
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_buf_slot.c | 537 static void buf_slot_logs_write(MppBufSlotLogs *logs, RK_S32 index, MppBufSlotOps op, in buf_slot_logs_write() argument 544 log->ops = op; in buf_slot_logs_write() 604 static void slot_ops_with_log(MppBufSlotsImpl *impl, MppBufSlotEntry *slot, MppBufSlotOps op, void … in slot_ops_with_log() argument 610 switch (op) { in slot_ops_with_log() 702 mpp_err("found invalid operation code %d\n", op); in slot_ops_with_log() 708 impl->slots_idx, index, op_string[op], arg, before.val, status.val); in slot_ops_with_log() 710 buf_slot_logs_write(impl->logs, index, op, before, status); in slot_ops_with_log()
|
| /rockchip-linux_mpp/kmpp/base/ |
| H A D | kmpp_obj.c | 783 rk_s32 kmpp_objdef_set_prop(KmppObjDef def, const char *op, rk_s32 value) in kmpp_objdef_set_prop() argument 785 if (def && op) { in kmpp_objdef_set_prop() 788 if (!strcmp(op, "disable_mismatch_log")) { in kmpp_objdef_set_prop() 791 mpp_loge_f("unknown property %s value %d\n", op, value); in kmpp_objdef_set_prop()
|