Searched refs:s_ive_ip (Results 1 – 4 of 4) sorted by relevance
79 iv_num_mem_rec_ip_t s_ive_ip; member96 iv_fill_mem_rec_ip_t s_ive_ip; member112 iv_retrieve_mem_rec_ip_t s_ive_ip; member128 ive_init_ip_t s_ive_ip; member143 ive_queue_inp_ip_t s_ive_ip; member156 ive_dequeue_inp_ip_t s_ive_ip; member170 ive_queue_out_ip_t s_ive_ip; member183 ive_dequeue_out_ip_t s_ive_ip; member197 ive_get_recon_ip_t s_ive_ip; member211 ive_ctl_flush_ip_t s_ive_ip; member[all …]
268 if (ps_ip->s_ive_ip.u4_size != sizeof(ih264e_num_mem_rec_ip_t)) in api_check_struct_sanity()293 WORD32 max_wd = ALIGN16(ps_ip->s_ive_ip.u4_max_wd); in api_check_struct_sanity()294 WORD32 max_ht = ALIGN16(ps_ip->s_ive_ip.u4_max_ht); in api_check_struct_sanity()298 if (ps_ip->s_ive_ip.u4_size != sizeof(ih264e_fill_mem_rec_ip_t)) in api_check_struct_sanity()329 if (NULL == ps_ip->s_ive_ip.ps_mem_rec) in api_check_struct_sanity()338 if (ps_ip->s_ive_ip.u4_num_mem_rec != MEM_REC_CNT) in api_check_struct_sanity()347 ps_mem_rec = ps_ip->s_ive_ip.ps_mem_rec; in api_check_struct_sanity()368 WORD32 max_wd = ALIGN16(ps_ip->s_ive_ip.u4_max_wd); in api_check_struct_sanity()369 WORD32 max_ht = ALIGN16(ps_ip->s_ive_ip.u4_max_ht); in api_check_struct_sanity()373 if (ps_ip->s_ive_ip.u4_size != sizeof(ih264e_init_ip_t)) in api_check_struct_sanity()[all …]
230 if (ps_video_encode_ip->s_ive_ip.s_out_buf.u4_bufsize < MIN_STREAM_SIZE) in ih264e_encode()240 s_out_buf.s_bits_buf = ps_video_encode_ip->s_ive_ip.s_out_buf; in ih264e_encode()242 s_out_buf.u4_timestamp_low = ps_video_encode_ip->s_ive_ip.u4_timestamp_low; in ih264e_encode()243 s_out_buf.u4_timestamp_high = ps_video_encode_ip->s_ive_ip.u4_timestamp_high; in ih264e_encode()272 if ( ((ps_cfg->u4_timestamp_high == ps_video_encode_ip->s_ive_ip.u4_timestamp_high) && in ih264e_encode()273 … (ps_cfg->u4_timestamp_low == ps_video_encode_ip->s_ive_ip.u4_timestamp_low)) || in ih264e_encode()364 ps_video_encode_op->s_ive_op.s_inp_buf = ps_video_encode_ip->s_ive_ip.s_inp_buf; in ih264e_encode()365 … ps_video_encode_op->s_ive_op.u4_timestamp_low = ps_video_encode_ip->s_ive_ip.u4_timestamp_low; in ih264e_encode()366 … ps_video_encode_op->s_ive_op.u4_timestamp_high = ps_video_encode_ip->s_ive_ip.u4_timestamp_high; in ih264e_encode()368 ps_video_encode_op->s_ive_op.u4_is_last = ps_video_encode_ip->s_ive_ip.u4_is_last; in ih264e_encode()[all …]
1017 s_frame_dimensions_ip.s_ive_ip.e_cmd = IVE_CMD_VIDEO_CTL; in set_dimensions()1018 s_frame_dimensions_ip.s_ive_ip.e_sub_cmd = IVE_CMD_CTL_SET_DIMENSIONS; in set_dimensions()1020 s_frame_dimensions_ip.s_ive_ip.u4_ht = ps_app_ctxt->u4_ht; in set_dimensions()1021 s_frame_dimensions_ip.s_ive_ip.u4_wd = ps_app_ctxt->u4_wd; in set_dimensions()1023 s_frame_dimensions_ip.s_ive_ip.u4_timestamp_high = u4_timestamp_high; in set_dimensions()1024 s_frame_dimensions_ip.s_ive_ip.u4_timestamp_low = u4_timestamp_low; in set_dimensions()1026 s_frame_dimensions_ip.s_ive_ip.u4_size = in set_dimensions()1052 s_frame_rate_ip.s_ive_ip.e_cmd = IVE_CMD_VIDEO_CTL; in set_frame_rate()1053 s_frame_rate_ip.s_ive_ip.e_sub_cmd = IVE_CMD_CTL_SET_FRAMERATE; in set_frame_rate()1055 s_frame_rate_ip.s_ive_ip.u4_src_frame_rate = in set_frame_rate()[all …]