Searched refs:s5p_mfc_write_info_v5 (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/media/platform/s5p-mfc/ | 
| D | s5p_mfc_opr_v5.c | 260 static void s5p_mfc_write_info_v5(struct s5p_mfc_ctx *ctx, unsigned int data,  in s5p_mfc_write_info_v5()  function 371 	s5p_mfc_write_info_v5(ctx, start_num_byte, START_BYTE_NUM);  in s5p_mfc_set_dec_stream_buffer_v5() 497 	s5p_mfc_write_info_v5(ctx, frame_size_lu, ALLOC_LUMA_DPB_SIZE);  in s5p_mfc_set_dec_frame_buffer_v5() 498 	s5p_mfc_write_info_v5(ctx, frame_size_ch, ALLOC_CHROMA_DPB_SIZE);  in s5p_mfc_set_dec_frame_buffer_v5() 500 		s5p_mfc_write_info_v5(ctx, frame_size_mv, ALLOC_MV_SIZE);  in s5p_mfc_set_dec_frame_buffer_v5() 751 	s5p_mfc_write_info_v5(ctx, shm, EXT_ENC_CONTROL);  in s5p_mfc_set_enc_params() 753 	s5p_mfc_write_info_v5(ctx, p->fixed_target_bit, RC_CONTROL_CONFIG);  in s5p_mfc_set_enc_params() 868 		s5p_mfc_write_info_v5(ctx, shm, P_B_FRAME_QP);  in s5p_mfc_set_enc_params_h264() 875 	s5p_mfc_write_info_v5(ctx, shm, EXT_ENC_CONTROL);  in s5p_mfc_set_enc_params_h264() 881 		s5p_mfc_write_info_v5(ctx, shm, SAMPLE_ASPECT_RATIO_IDC);  in s5p_mfc_set_enc_params_h264() [all …] 
 |