Searched refs:picture_type (Results 1 – 16 of 16) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/power/cpupower/bench/ |
| H A D | cpufreq-bench_plot.sh | 12 picture_type="jpeg" 35 output_file="$OPTARG".$picture_type 41 picture_type="$OPTARG" 63 echo "set terminal $picture_type" >> $dir/plot_script.gpl
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs2/ |
| H A D | avs2d_dpb.c | 246 if (mgr->output_poi == NO_VAL && ph->picture_type == I_PICTURE) { in compute_frame_order_index() 339 if (p->picture_type == GB_PICTURE || p->invisible) { in dpb_remove_frame() 390 if (ph->picture_type == G_PICTURE || ph->picture_type == GB_PICTURE) { in dpb_remove_scene_frame() 395 if (p->picture_type == GB_PICTURE) { in dpb_remove_scene_frame() 490 frm->picture_type = ph->picture_type; in dpb_alloc_frame() 491 frm->invisible = (frm->picture_type == GB_PICTURE); in dpb_alloc_frame() 492 frm->scene_frame_flag = (frm->picture_type == G_PICTURE || frm->picture_type == GB_PICTURE); in dpb_alloc_frame() 493 frm->intra_frame_flag = (frm->scene_frame_flag || frm->picture_type == I_PICTURE); in dpb_alloc_frame() 495 frm->refered_by_others = (frm->picture_type != GB_PICTURE && mgr->cur_rps.refered_by_others); in dpb_alloc_frame() 496 …avs2d_dbg_dpb("frame picture type %d, ref by others %d\n", frm->picture_type, frm->refered_by_othe… in dpb_alloc_frame() [all …]
|
| H A D | avs2d_ps.c | 598 ph->picture_type = I_PICTURE; in parse_picture_header_intra() 617 ph->picture_type = G_PICTURE; in parse_picture_header_intra() 619 ph->picture_type = GB_PICTURE; in parse_picture_header_intra() 625 AVS2D_PARSE_TRACE("Picture type %d doi %d\n", ph->picture_type, ph->doi); in parse_picture_header_intra() 723 ph->picture_type = ph->background_pred_flag ? S_PICTURE : P_PICTURE; in parse_picture_header_inter() 725 ph->picture_type = B_PICTURE; in parse_picture_header_inter() 727 ph->picture_type = F_PICTURE; in parse_picture_header_inter() 735 AVS2D_PARSE_TRACE("Picture type %d doi %d\n", ph->picture_type, ph->doi); in parse_picture_header_inter()
|
| H A D | avs2d_global.h | 240 Avs2dPicType picture_type; member 296 Avs2dPicType picture_type; //!< I/G/GB/P/F/B/S member
|
| H A D | avs2d_parse.c | 391 pp->picture_type = ph->picture_type; in avs2d_fill_parameters()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/qcom/venus/ |
| H A D | hfi_msgs.h | 175 u32 picture_type; member 202 u32 picture_type; member
|
| H A D | hfi_helper.h | 832 u32 picture_type; member 1084 u32 picture_type; member
|
| H A D | hfi_msgs.c | 474 pic_type = pkt->picture_type; in hfi_session_ftb_done() 488 pic_type = pkt->picture_type; in hfi_session_ftb_done()
|
| H A D | hfi_cmds.c | 503 en->picture_type = in->picture_type; in pkt_session_set_property_1x()
|
| /OK3568_Linux_fs/external/mpp/mpp/common/ |
| H A D | avs2d_syntax.h | 45 RK_U32 picture_type : 3; member
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/avs2d/ |
| H A D | hal_avs2d_rkv.c | 138 mpp_put_bits(&bp, pp->picture_type, 3); in prepare_header() 364 …common->reg013.cur_pic_is_idr = (pp->picture_type == 0 || pp->picture_type == 4 || pp->picture_typ… in fill_registers()
|
| H A D | hal_avs2d_vdpu382.c | 138 mpp_put_bits(&bp, pp->picture_type, 3); in prepare_header() 425 …common->reg013.cur_pic_is_idr = (pp->picture_type == 0 || pp->picture_type == 4 || pp->picture_typ… in fill_registers()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/vp8e/ |
| H A D | hal_vp8e_vepu1_reg.h | 74 RK_U32 picture_type : 2; member
|
| H A D | hal_vp8e_vepu2_reg.h | 446 RK_U32 picture_type : 2; member
|
| H A D | hal_vp8e_vepu1_v2.c | 86 regs->sw14.picture_type = hw_cfg->frame_coding_type; in vp8e_vpu_frame_start()
|
| H A D | hal_vp8e_vepu2_v2.c | 89 regs->sw103.picture_type = hw_cfg->frame_coding_type; in vp8e_vpu_frame_start()
|