Searched refs:field_type (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | psb_cmdbuf.h | 177 uint32_t field_type, 187 uint32_t field_type, 199 uint32_t field_type, 212 uint32_t field_type,
|
D | pnw_H264.c | 162 uint32_t field_type; member 632 ctx->field_type = 1; in psb__H264_process_picture_param() 635 ctx->field_type = 0; in psb__H264_process_picture_param() 639 ctx->field_type = pic_params->seq_fields.bits.mb_adaptive_frame_field_flag ? 3 : 2; in psb__H264_process_picture_param() 1497 … REGIO_WRITE_FIELD_LITE(reg_value, MSVDX_CMDS, SLICE_PARAMS, SLICE_FIELD_TYPE, ctx->field_type); in psb__H264_build_rendec_params() 1542 …EC_H264, CR_VEC_H264_BE_SLICE0, H264_BE_SLICE0_FIELD_TYPE, ctx->field_type); in psb__H264_preprocess_slice() 1804 ctx->field_type, in pnw_H264_EndPicture() 1834 ctx->field_type, in pnw_H264_EndPicture() 1870 ctx->field_type, in pnw_H264_EndPicture()
|
D | psb_cmdbuf.c | 642 uint32_t field_type, in psb_context_submit_hw_deblock() argument 665 deblock_msg->flags.bits.slice_type = field_type; in psb_context_submit_hw_deblock() 693 uint32_t field_type, in psb_context_submit_host_be_opp() argument 712 deblock_msg->flags.bits.slice_type = field_type; in psb_context_submit_host_be_opp()
|
D | pnw_MPEG4.c | 1147 uint32_t field_type; member 1344 ctx->field_type = 2; in pnw_MPEG4_CreateContext() 2164 ctx->field_type, in pnw_MPEG4_EndPicture()
|
/hardware/intel/img/psb_video/src/mrst/ |
D | psb_H264.c | 147 uint32_t field_type; member 692 ctx->field_type = 1; in psb__H264_process_picture_param() 695 ctx->field_type = 0; in psb__H264_process_picture_param() 699 ctx->field_type = pic_params->seq_fields.bits.mb_adaptive_frame_field_flag ? 3 : 2; in psb__H264_process_picture_param() 1408 … REGIO_WRITE_FIELD_LITE(reg_value, MSVDX_CMDS, SLICE_PARAMS, SLICE_FIELD_TYPE, ctx->field_type); in psb__H264_build_rendec_params() 1502 …EC_H264, CR_VEC_H264_BE_SLICE0, H264_BE_SLICE0_FIELD_TYPE, ctx->field_type); in psb__H264_preprocess_slice() 1845 ctx->field_type, in psb_H264_EndPicture()
|