Home
last modified time | relevance | path

Searched refs:ps_op (Results 1 – 6 of 6) sorted by relevance

/external/libmpeg2/decoder/
Dimpeg2d_decoder.c96 impeg2d_video_decode_op_t *ps_op) in impeg2d_dec_hdr() argument
104 ps_op->s_ivd_video_decode_op_t.u4_error_code = 0; in impeg2d_dec_hdr()
121 ps_op->s_ivd_video_decode_op_t.u4_error_code = e_error; in impeg2d_dec_hdr()
125 ps_op->s_ivd_video_decode_op_t.u4_num_bytes_consumed = u4_bits_read>> 3; in impeg2d_dec_hdr()
126 …if(ps_op->s_ivd_video_decode_op_t.u4_num_bytes_consumed > ps_ip->s_ivd_video_decode_ip_t.u4_num_By… in impeg2d_dec_hdr()
128ps_op->s_ivd_video_decode_op_t.u4_num_bytes_consumed = ps_ip->s_ivd_video_decode_ip_t.u4_num_Bytes; in impeg2d_dec_hdr()
130 if(ps_op->s_ivd_video_decode_op_t.u4_error_code == 0) in impeg2d_dec_hdr()
131 ps_op->s_ivd_video_decode_op_t.u4_error_code = e_error; in impeg2d_dec_hdr()
135 ps_op->s_ivd_video_decode_op_t.u4_num_bytes_consumed = 0; in impeg2d_dec_hdr()
138 ps_op->s_ivd_video_decode_op_t.u4_pic_ht = ps_dec->u2_reinit_max_height; in impeg2d_dec_hdr()
[all …]
Dimpeg2d_api_main.c304 impeg2d_ctl_set_num_cores_op_t *ps_op; in impeg2d_api_set_num_cores() local
309 ps_op = (impeg2d_ctl_set_num_cores_op_t *)pv_api_op; in impeg2d_api_set_num_cores()
326 ps_op->u4_error_code = IV_SUCCESS; in impeg2d_api_set_num_cores()
336 impeg2d_ctl_get_seq_info_op_t *ps_op; in impeg2d_api_get_seq_info() local
341 ps_op = (impeg2d_ctl_get_seq_info_op_t *)pv_api_op; in impeg2d_api_get_seq_info()
348 ps_op->u1_aspect_ratio_information = ps_codec->u2_aspect_ratio_info; in impeg2d_api_get_seq_info()
349 ps_op->u1_frame_rate_code = ps_codec->u2_frame_rate_code; in impeg2d_api_get_seq_info()
350 ps_op->u1_frame_rate_extension_n = ps_codec->u2_frame_rate_extension_n; in impeg2d_api_get_seq_info()
351 ps_op->u1_frame_rate_extension_d = ps_codec->u2_frame_rate_extension_d; in impeg2d_api_get_seq_info()
354 ps_op->u1_video_format = ps_codec->u1_video_format; in impeg2d_api_get_seq_info()
[all …]
Dimpeg2d_api.h76 void *ps_op);
127 impeg2d_fill_mem_rec_op_t *ps_op);
131 impeg2d_video_decode_op_t *ps_op);
135 impeg2d_video_decode_op_t *ps_op);
/external/libavc/encoder/
Dih264e_api.c264 ih264e_num_mem_rec_op_t *ps_op = pv_api_op; in api_check_struct_sanity() local
266 ps_op->s_ive_op.u4_error_code = 0; in api_check_struct_sanity()
270 ps_op->s_ive_op.u4_error_code |= 1 << IVE_UNSUPPORTEDPARAM; in api_check_struct_sanity()
271 ps_op->s_ive_op.u4_error_code |= in api_check_struct_sanity()
276 if (ps_op->s_ive_op.u4_size != sizeof(ih264e_num_mem_rec_op_t)) in api_check_struct_sanity()
278 ps_op->s_ive_op.u4_error_code |= 1 << IVE_UNSUPPORTEDPARAM; in api_check_struct_sanity()
279 ps_op->s_ive_op.u4_error_code |= in api_check_struct_sanity()
289 ih264e_fill_mem_rec_op_t *ps_op = pv_api_op; in api_check_struct_sanity() local
296 ps_op->s_ive_op.u4_error_code = 0; in api_check_struct_sanity()
300 ps_op->s_ive_op.u4_error_code |= 1 << IVE_UNSUPPORTEDPARAM; in api_check_struct_sanity()
[all …]
/external/libhevc/decoder/
Dihevcd_api.c198 ihevcd_cxa_create_op_t *ps_op = (ihevcd_cxa_create_op_t *)pv_api_op; in api_check_struct_sanity() local
201 ps_op->s_ivd_create_op_t.u4_error_code = 0; in api_check_struct_sanity()
207 ps_op->s_ivd_create_op_t.u4_error_code |= 1 in api_check_struct_sanity()
209 ps_op->s_ivd_create_op_t.u4_error_code |= in api_check_struct_sanity()
215 if((ps_op->s_ivd_create_op_t.u4_size != sizeof(ihevcd_cxa_create_op_t)) in api_check_struct_sanity()
216 && (ps_op->s_ivd_create_op_t.u4_size in api_check_struct_sanity()
219 ps_op->s_ivd_create_op_t.u4_error_code |= 1 in api_check_struct_sanity()
221 ps_op->s_ivd_create_op_t.u4_error_code |= in api_check_struct_sanity()
238 ps_op->s_ivd_create_op_t.u4_error_code |= 1 in api_check_struct_sanity()
240 ps_op->s_ivd_create_op_t.u4_error_code |= in api_check_struct_sanity()
[all …]
/external/libavc/decoder/
Dih264d_api.c228 ih264d_create_op_t *ps_op = (ih264d_create_op_t *)pv_api_op; in api_check_struct_sanity() local
231 ps_op->s_ivd_create_op_t.u4_error_code = 0; in api_check_struct_sanity()
237 ps_op->s_ivd_create_op_t.u4_error_code |= 1 in api_check_struct_sanity()
239 ps_op->s_ivd_create_op_t.u4_error_code |= in api_check_struct_sanity()
245 if((ps_op->s_ivd_create_op_t.u4_size != sizeof(ih264d_create_op_t)) in api_check_struct_sanity()
246 && (ps_op->s_ivd_create_op_t.u4_size in api_check_struct_sanity()
249 ps_op->s_ivd_create_op_t.u4_error_code |= 1 in api_check_struct_sanity()
251 ps_op->s_ivd_create_op_t.u4_error_code |= in api_check_struct_sanity()
268 ps_op->s_ivd_create_op_t.u4_error_code |= 1 in api_check_struct_sanity()
270 ps_op->s_ivd_create_op_t.u4_error_code |= in api_check_struct_sanity()
[all …]