| /OK3568_Linux_fs/external/mpp/mpp/base/test/ |
| H A D | mpp_buffer_test.c | 37 MPP_RET ret = MPP_OK; in main() 62 if (MPP_OK != ret) { in main() 87 if (MPP_OK != ret) { in main() 95 if (MPP_OK != ret) { in main() 104 if (MPP_OK != ret) { in main() 127 if (MPP_OK != ret) { in main() 149 if (MPP_OK != ret) { in main() 173 if (MPP_OK != ret) { in main() 179 if (MPP_OK != ret) { in main() 188 if (MPP_OK != ret) { in main() [all …]
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/dummy/ |
| H A D | hal_dummy_enc_api.c | 27 return MPP_OK; in hal_dummy_enc_init() 33 return MPP_OK; in hal_dummy_enc_deinit() 40 return MPP_OK; in hal_dummy_enc_gen_regs() 46 return MPP_OK; in hal_dummy_enc_start() 53 return MPP_OK; in hal_dummy_enc_wait() 59 return MPP_OK; in hal_dummy_enc_reset() 65 return MPP_OK; in hal_dummy_enc_flush() 73 return MPP_OK; in hal_dummy_enc_control()
|
| H A D | hal_dummy_dec_api.c | 27 return MPP_OK; in hal_dummy_dec_init() 33 return MPP_OK; in hal_dummy_dec_deinit() 40 return MPP_OK; in hal_dummy_dec_gen_regs() 46 return MPP_OK; in hal_dummy_dec_start() 53 return MPP_OK; in hal_dummy_dec_wait() 59 return MPP_OK; in hal_dummy_dec_reset() 65 return MPP_OK; in hal_dummy_dec_flush() 73 return MPP_OK; in hal_dummy_dec_control()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/ |
| H A D | h265e_stream.c | 49 return MPP_OK; in h265e_stream_init() 56 return MPP_OK; in h265e_stream_deinit() 62 return MPP_OK; in h265e_stream_reset() 69 return MPP_OK; in h265e_stream_realign() 80 return MPP_OK; in h265e_stream_write_with_log() 90 return MPP_OK; in h265e_stream_write1_with_log() 122 return MPP_OK; in h265e_stream_write_ue_with_log() 152 return MPP_OK; in h265e_stream_write32() 169 return MPP_OK; in h265e_stream_rbsp_trailing() 180 return MPP_OK; in h265e_stream_flush()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/vp9/ |
| H A D | vp9d_api.c | 40 MPP_RET ret = MPP_OK; in vp9d_init() 50 if ((ret = vp9d_parser_init(vp9_ctx, init)) != MPP_OK) in vp9d_init() 53 if ((ret = vp9d_split_init(vp9_ctx)) != MPP_OK) in vp9d_init() 63 if ((ret = mpp_packet_init(&vp9_ctx->pkt, (void *)buf, size)) != MPP_OK) in vp9d_init() 94 return MPP_OK; in vp9d_deinit() 109 return ret = MPP_OK; in vp9d_reset() 123 return ret = MPP_OK; in vp9d_flush() 134 MPP_RET ret = MPP_OK; in vp9d_prepare() 173 return ret = MPP_OK; in vp9d_prepare() 186 MPP_RET ret = MPP_OK; in vp9d_parse() [all …]
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/ |
| H A D | av1d_api.c | 41 MPP_RET ret = MPP_OK; in av1d_init() 54 if ((ret = av1d_parser_init(av1_ctx, init)) != MPP_OK) in av1d_init() 57 if ((ret = av1d_split_init(av1_ctx)) != MPP_OK) in av1d_init() 67 if ((ret = mpp_packet_init(&av1_ctx->pkt, (void *)buf, size)) != MPP_OK) in av1d_init() 103 return MPP_OK; in av1d_deinit() 118 return ret = MPP_OK; in av1d_reset() 132 return ret = MPP_OK; in av1d_flush() 143 MPP_RET ret = MPP_OK; in av1d_prepare() 228 return ret = MPP_OK; in av1d_prepare() 240 MPP_RET ret = MPP_OK; in av1d_parser() [all …]
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/ |
| H A D | mpp_parser.cpp | 111 if (MPP_OK != ret) { in mpp_parser_init() 121 return MPP_OK; in mpp_parser_init() 140 return MPP_OK; in mpp_parser_deinit() 152 return MPP_OK; in mpp_parser_prepare() 166 return MPP_OK; in mpp_parser_parse() 179 return MPP_OK; in mpp_parser_callback() 192 return MPP_OK; in mpp_parser_reset() 206 return MPP_OK; in mpp_parser_flush() 220 return MPP_OK; in mpp_parser_control()
|
| H A D | enc_impl.cpp | 84 if (MPP_OK != ret) { in enc_impl_init() 95 return MPP_OK; in enc_impl_init() 115 return MPP_OK; in enc_impl_deinit() 125 MPP_RET ret = MPP_OK; in enc_impl_proc_cfg() 140 MPP_RET ret = MPP_OK; in enc_impl_gen_hdr() 160 MPP_RET ret = MPP_OK; in enc_impl_start() 175 MPP_RET ret = MPP_OK; in enc_impl_proc_dpb() 190 MPP_RET ret = MPP_OK; in enc_impl_proc_hal() 206 MPP_RET ret = MPP_OK; in enc_impl_add_prefix() 225 MPP_RET ret = MPP_OK; in enc_impl_sw_enc()
|
| /OK3568_Linux_fs/external/mpp/osal/driver/ |
| H A D | mpp_service.c | 107 return found ? MPP_OK : MPP_NOK; in mpp_service_check_cmd_valid() 282 if (MPP_OK == mpp_service_check_cmd_valid(MPP_CMD_SEND_CODEC_INFO, p->cap)) in mpp_service_init() 284 if (MPP_OK == mpp_service_check_cmd_valid(MPP_CMD_SET_RCB_INFO, p->cap)) { in mpp_service_init() 288 if (MPP_OK == mpp_service_check_cmd_valid(MPP_CMD_POLL_HW_IRQ, p->cap)) in mpp_service_init() 344 return MPP_OK; in mpp_service_deinit() 359 return MPP_OK; in mpp_service_attach() 374 return MPP_OK; in mpp_service_detach() 415 return MPP_OK; in mpp_service_delimit() 424 return MPP_OK; in mpp_service_set_cb_ctx() 438 return MPP_OK; in mpp_service_reg_wr() [all …]
|
| /OK3568_Linux_fs/external/mpp/mpp/ |
| H A D | mpp_impl.cpp | 258 return MPP_OK; in mpp_dump_init() 275 return MPP_OK; in mpp_dump_init() 294 return MPP_OK; in mpp_dump_deinit() 300 return MPP_OK; in mpp_ops_init() 337 return MPP_OK; in mpp_ops_init() 344 return MPP_OK; in mpp_ops_dec_put_pkt() 360 return MPP_OK; in mpp_ops_dec_put_pkt() 367 return MPP_OK; in mpp_ops_dec_get_frm() 397 return MPP_OK; in mpp_ops_dec_get_frm() 404 return MPP_OK; in mpp_ops_enc_put_frm() [all …]
|
| H A D | mpp.cpp | 71 return MPP_OK; in check_frm_task_cnt_cap() 332 return MPP_OK; in start() 337 return MPP_OK; in stop() 342 return MPP_OK; in pause() 347 return MPP_OK; in resume() 422 ret = MPP_OK; in put_packet() 512 return MPP_OK; in get_frame() 530 return MPP_OK; in get_frame_noblock() 537 MPP_RET ret = MPP_OK; in decode() 555 return MPP_OK; in decode() [all …]
|
| /OK3568_Linux_fs/external/mpp/mpp/base/ |
| H A D | mpp_packet.cpp | 35 return MPP_OK; in check_is_mpp_packet() 58 return MPP_OK; in mpp_packet_new() 77 return MPP_OK; in mpp_packet_init() 98 return MPP_OK; in mpp_packet_init_with_buffer() 157 return MPP_OK; in mpp_packet_copy_init() 183 return MPP_OK; in mpp_packet_deinit() 226 return MPP_OK; in mpp_packet_set_eos() 236 return MPP_OK; in mpp_packet_clr_eos() 255 return MPP_OK; in mpp_packet_set_extra_data() 273 return MPP_OK; in mpp_packet_reset() [all …]
|
| H A D | mpp_bitread.c | 35 return MPP_OK; in update_curbyte_default() 63 return MPP_OK; in update_curbyte_h264() 86 return MPP_OK; in update_curbyte_h2645_sei() 107 return MPP_OK; in update_curbyte_avs2() 138 return MPP_OK; in mpp_read_bits() 162 return MPP_OK; in mpp_read_longbits() 184 return MPP_OK; in mpp_skip_bits() 203 return MPP_OK; in mpp_skip_longbits() 268 return MPP_OK; in mpp_read_ue() 288 return MPP_OK; in mpp_read_se()
|
| H A D | mpp_enc_ref.cpp | 47 return MPP_OK; in _check_is_mpp_enc_ref_cfg() 68 return MPP_OK; in mpp_enc_ref_cfg_init() 83 return MPP_OK; in mpp_enc_ref_cfg_deinit() 97 return MPP_OK; in mpp_enc_ref_cfg_reset() 134 return MPP_OK; in mpp_enc_ref_cfg_set_cfg_cnt() 152 return MPP_OK; in mpp_enc_ref_cfg_add_lt_cfg() 172 return MPP_OK; in mpp_enc_ref_cfg_add_st_cfg() 312 MPP_RET ret = MPP_OK; in mpp_enc_ref_cfg_check() 340 return ready ? MPP_OK : MPP_NOK; in mpp_enc_ref_cfg_check() 351 return MPP_OK; in mpp_enc_ref_cfg_set_keep_cpb() [all …]
|
| H A D | mpp_buffer.cpp | 51 MPP_RET ret = MPP_OK; in mpp_buffer_import_with_tag() 94 return (buf) ? (MPP_OK) : (MPP_NOK); in mpp_buffer_get_with_tag() 127 return MPP_OK; in mpp_buffer_read_with_caller() 138 return MPP_OK; in mpp_buffer_read_with_caller() 150 return MPP_OK; in mpp_buffer_write_with_caller() 163 return MPP_OK; in mpp_buffer_write_with_caller() 235 return MPP_OK; in mpp_buffer_set_index_with_caller() 258 return MPP_OK; in mpp_buffer_set_offset_with_caller() 275 return MPP_OK; in mpp_buffer_info_get_with_caller() 377 return MPP_OK; in mpp_buffer_group_limit_config()
|
| H A D | mpp_cfg.cpp | 66 return MPP_OK; in mpp_cfg_set() 72 return MPP_OK; in mpp_cfg_get() 87 return MPP_OK; in mpp_cfg_set_s32() 107 return MPP_OK; in mpp_cfg_set_u32() 127 return MPP_OK; in mpp_cfg_set_s64() 147 return MPP_OK; in mpp_cfg_set_u64() 173 return MPP_OK; in mpp_cfg_set_ptr() 208 return MPP_OK; in mpp_cfg_node_fixup_func() 221 MPP_RET ret = MPP_OK; in check_cfg_info()
|
| H A D | mpp_cluster.cpp | 162 return (ret) ? MPP_NOK : MPP_OK; in cluster_queue_lock_f() 176 return (ret) ? MPP_NOK : MPP_OK; in cluster_queue_unlock_f() 194 return MPP_OK; in mpp_cluster_queue_init() 204 return MPP_OK; in mpp_cluster_queue_deinit() 221 return MPP_OK; in mpp_node_task_attach() 287 return MPP_OK; in mpp_node_task_schedule_f() 293 MPP_RET ret = MPP_OK; in mpp_node_task_detach() 324 return p ? MPP_OK : MPP_NOK; in mpp_node_init() 342 return MPP_OK; in mpp_node_deinit() 354 return MPP_OK; in mpp_node_set_func() [all …]
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/vp8e/ |
| H A D | hal_vp8e_putbit.c | 37 return MPP_OK; in vp8e_set_buffer() 69 return MPP_OK; in vp8e_put_bool() 78 return MPP_OK; in vp8e_put_lit() 85 return MPP_OK; in vp8e_put_byte() 95 return MPP_OK; in vp8e_buffer_gap() 101 return MPP_OK; in vp8e_buffer_overflow()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/jpeg/ |
| H A D | jpegd_parser.c | 74 return MPP_OK; in jpegd_find_eoi() 82 MPP_RET ret = MPP_OK; in jpeg_judge_yuv_mode() 204 return MPP_OK; in jpegd_skip_section() 304 ret = MPP_OK; in jpegd_decode_dht() 307 if (ret != MPP_OK) in jpegd_decode_dht() 381 ret = MPP_OK; in jpegd_decode_dqt() 384 if (ret != MPP_OK) in jpegd_decode_dqt() 477 if (ret != MPP_OK) in jpegd_decode_sof() 564 ret = MPP_OK; in jpegd_decode_sos() 567 if (ret != MPP_OK) in jpegd_decode_sos() [all …]
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/rc/ |
| H A D | rc.cpp | 82 ret = MPP_OK; in rc_init() 99 MPP_RET ret = MPP_OK; in rc_deinit() 119 MPP_RET ret = MPP_OK; in rc_update_usr_cfg() 138 MPP_RET ret = MPP_OK; in rc_frm_check_drop() 182 return MPP_OK; in rc_frm_check_reenc() 193 return MPP_OK; in rc_frm_start() 204 return MPP_OK; in rc_frm_end() 215 return MPP_OK; in rc_hal_start() 226 return MPP_OK; in rc_hal_end()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/vp8d/ |
| H A D | hal_vp8d_api.c | 32 return MPP_OK; in hal_vp8d_reg_gen() 42 return MPP_OK; in hal_vp8d_start() 52 return MPP_OK; in hal_vp8d_wait() 62 return MPP_OK; in hal_vp8d_reset() 72 return MPP_OK; in hal_vp8d_flush() 82 return MPP_OK; in hal_vp8d_control() 92 return MPP_OK; in hal_vp8d_deinit()
|
| /OK3568_Linux_fs/external/mpp/osal/allocator/ |
| H A D | allocator_ext_dma.c | 31 MPP_RET ret = MPP_OK; in allocator_ext_dma_open() 82 return ((info->fd < 0) ? MPP_ERR_VALUE : MPP_OK); in allocator_ext_dma_import() 94 return MPP_OK; in allocator_ext_dma_mmap() 107 return MPP_OK; in allocator_ext_dma_mmap() 123 return MPP_OK; in allocator_ext_dma_release() 130 return MPP_OK; in allocator_ext_dma_close()
|
| H A D | allocator_std.c | 62 return MPP_OK; in allocator_std_free() 73 return MPP_OK; in allocator_std_import() 85 return MPP_OK; in allocator_std_release() 93 return MPP_OK; in allocator_std_mmap() 100 return MPP_OK; in allocator_std_close()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/mpg4/ |
| H A D | mpg4d_api.c | 105 return MPP_OK; in mpg4d_init() 139 return MPP_OK; in mpg4d_deinit() 177 return MPP_OK; in mpg4d_control() 201 return MPP_OK; in mpg4d_prepare() 242 return MPP_OK; in mpg4d_prepare() 265 if (MPP_OK == mpp_mpg4_parser_split(p->parser, p->task_pkt, pkt)) { in mpg4d_prepare() 277 return MPP_OK; in mpg4d_prepare() 308 return MPP_OK; in mpg4d_parse() 313 return MPP_OK; in mpg4d_parse() 339 return MPP_OK; in mpg4d_callback()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/dummy/ |
| H A D | dummy_dec_api.c | 89 return MPP_OK; in dummy_dec_init() 105 return MPP_OK; in dummy_dec_deinit() 114 return MPP_OK; in dummy_dec_reset() 124 return MPP_OK; in dummy_dec_flush() 136 return MPP_OK; in dummy_dec_control() 183 return MPP_OK; in dummy_dec_prepare() 280 return MPP_OK; in dummy_dec_parse() 287 return MPP_OK; in dummy_dec_callback()
|