Home
last modified time | relevance | path

Searched refs:s_inp_props (Results 1 – 4 of 4) sorted by relevance

/external/libavc/encoder/svc/
Disvce_encode.c385 s_inp_buf.s_inp_props.s_raw_buf = ps_video_encode_ip->s_ive_ip.s_inp_buf; in isvce_encode()
386 s_inp_buf.s_inp_props.s_raw_buf.au4_wd[Y] = ps_codec->s_cfg.u4_wd; in isvce_encode()
387 s_inp_buf.s_inp_props.s_raw_buf.au4_ht[Y] = ps_codec->s_cfg.u4_ht; in isvce_encode()
446 s_out_buf.u4_is_last = s_inp_buf.s_inp_props.u4_is_last; in isvce_encode()
447 ps_video_encode_op->s_ive_op.u4_is_last = s_inp_buf.s_inp_props.u4_is_last; in isvce_encode()
450 if(!i4_rc_pre_enc_skip && s_inp_buf.s_inp_props.s_raw_buf.apv_bufs[0]) in isvce_encode()
528 s_inp_buf.s_inp_props.u4_is_last)) in isvce_encode()
695 s_inp_buf.s_inp_props.s_raw_buf.apv_bufs[0]) in isvce_encode()
705 ps_video_encode_op->s_ive_op.u4_timestamp_low = s_inp_buf.s_inp_props.u4_timestamp_low; in isvce_encode()
706 ps_video_encode_op->s_ive_op.u4_timestamp_high = s_inp_buf.s_inp_props.u4_timestamp_high; in isvce_encode()
[all …]
Disvce_utils.c1030 UWORD32 u4_wd = ps_inp->s_inp_props.s_raw_buf.au4_wd[Y]; in isvce_init_svc_dimension()
1031 UWORD32 u4_ht = ps_inp->s_inp_props.s_raw_buf.au4_ht[Y]; in isvce_init_svc_dimension()
1205 u4_raw_input_wd = ps_inp->s_inp_props.s_raw_buf.au4_wd[0]; in isvce_pad_input_to_svc_compliant_dims()
1206 u4_raw_input_ht = ps_inp->s_inp_props.s_raw_buf.au4_ht[0]; in isvce_pad_input_to_svc_compliant_dims()
1375 UWORD32 u4_raw_input_wd = ps_inp->s_inp_props.s_raw_buf.au4_wd[0]; in isvce_svc_inp_buf_populate()
1376 UWORD32 u4_raw_input_ht = ps_inp->s_inp_props.s_raw_buf.au4_ht[0]; in isvce_svc_inp_buf_populate()
1383 ASSERT((ps_inp->s_inp_props.s_raw_buf.e_color_fmt == IV_YUV_420P) || in isvce_svc_inp_buf_populate()
1384 (ps_inp->s_inp_props.s_raw_buf.e_color_fmt == IV_YUV_420SP_UV)); in isvce_svc_inp_buf_populate()
1387 if(!(ps_inp->s_inp_props.s_raw_buf.apv_bufs[0])) in isvce_svc_inp_buf_populate()
1395 if(ps_inp->s_inp_props.s_raw_buf.e_color_fmt == IV_YUV_420P) in isvce_svc_inp_buf_populate()
[all …]
Disvce_structs.h135 isvce_raw_inp_buf_t s_inp_props; member
Disvce_process.c746 ps_codec->as_inp_list[ps_codec->i4_poc % SVC_MAX_NUM_INP_FRAMES].s_inp_props.s_sei_ccv; in isvce_entropy()
759 .s_inp_props.u1_sei_ccv_params_present_flag; in isvce_entropy()
781 .s_inp_props.u1_sei_ccv_params_present_flag = 0; in isvce_entropy()