Home
last modified time | relevance | path

Searched refs:mpp_log_q (Results 1 – 7 of 7) sorted by relevance

/rockchip-linux_mpp/test/
H A Dmpi_dec_mt_test.c59 mpp_log_q(quiet, "put packet thread start\n"); in thread_input()
77 mpp_log_q(quiet, "%p loop again\n", ctx); in thread_input()
81 mpp_log_q(quiet, "%p found last packet\n", ctx); in thread_input()
102 mpp_log_q(quiet, "put packet thread end\n"); in thread_input()
115 mpp_log_q(quiet, "get frame thread start\n"); in thread_output()
142 mpp_log_q(quiet, "decode_get_frame get info changed found\n"); in thread_output()
143 mpp_log_q(quiet, "decoder require buffer w:h [%d:%d] stride [%d:%d] size %d\n", in thread_output()
201 mpp_log_q(quiet, "%p %s\n", ctx, log_buf); in thread_output()
218 mpp_log_q(quiet, "get frame thread end\n"); in thread_output()
H A Dmpi_dec_multi_test.c87 mpp_log_q(quiet, "%p loop again\n", ctx); in multi_dec_simple()
91 mpp_log_q(quiet, "%p found last packet\n", ctx); in multi_dec_simple()
146 mpp_log_q(quiet, "decode_get_frame get info changed found\n"); in multi_dec_simple()
147mpp_log_q(quiet, "decoder require buffer w:h [%d:%d] stride [%d:%d] buf_size %d", in multi_dec_simple()
194 mpp_log_q(quiet, "decoder_get_frame get err info:%d discard:%d.\n", in multi_dec_simple()
198 mpp_log_q(quiet, "decode_get_frame get frame %d\n", in multi_dec_simple()
324 mpp_log_q(quiet, "%p decoded frame %d\n", ctx, data->frame_count); in multi_dec_advanced()
328 mpp_log_q(quiet, "%p found eos frame\n", ctx); in multi_dec_advanced()
H A Dmpi_dec_test.c74 mpp_log_q(quiet, "%p loop again\n", ctx); in dec_simple()
78 mpp_log_q(quiet, "%p found last packet\n", ctx); in dec_simple()
134 mpp_log_q(quiet, "%p decode_get_frame get info changed found\n", ctx); in dec_simple()
135mpp_log_q(quiet, "%p decoder require buffer w:h [%d:%d] stride [%d:%d] buf_size %d", in dec_simple()
200 mpp_log_q(quiet, "%p %s\n", ctx, log_buf); in dec_simple()
232 mpp_log_q(quiet, "%p found last packet\n", ctx); in dec_simple()
329 mpp_log_q(quiet, "%p decoded frame %d\n", ctx, data->frame_count); in dec_advanced()
333 mpp_log_q(quiet, "%p found eos frame\n", ctx); in dec_advanced()
H A Dmpi_dec_nt_test.c74 mpp_log_q(quiet, "%p loop again\n", ctx); in dec_loop()
78 mpp_log_q(quiet, "%p found last packet\n", ctx); in dec_loop()
125 mpp_log_q(quiet, "%p decode_get_frame get info changed found\n", ctx); in dec_loop()
126 mpp_log_q(quiet, "%p decoder require buffer w:h [%d:%d] stride [%d:%d] buf_size %d", in dec_loop()
195 mpp_log_q(quiet, "%p %s\n", ctx, log_buf); in dec_loop()
231 mpp_log_q(quiet, "%p found last packet\n", ctx); in dec_loop()
H A Dmpi_enc_mt_test.c449 mpp_log_q(quiet, "%p split mode %d arg %d out %d\n", ctx, in test_mt_cfg_setup()
522 mpp_log_q(quiet, "%s start\n", info->name); in mt_test_res_init()
559 mpp_log_q(quiet, "%p encoder test start w %d h %d type %d\n", in mt_test_res_init()
672 mpp_log_q(quiet, "%s start\n", info->name); in enc_test_input()
706 mpp_log_q(quiet, "chn %d loop times %d\n", chn, ++p->loop_times); in enc_test_input()
714 mpp_log_q(quiet, "chn %d found last frame. feof %d\n", chn, feof(p->fp_input)); in enc_test_input()
973 mpp_log_q(quiet, "chn %d %s\n", chn, log_buf); in enc_test_output()
995 mpp_log_q(quiet, "chn %d found last packet\n", chn); in enc_test_output()
H A Dmpi_enc_test.c611 mpp_log_q(quiet, "%p split mode %d arg %d out %d\n", ctx, in test_mpp_enc_cfg_setup()
810 mpp_log_q(quiet, "chn %d loop times %d\n", chn, ++p->loop_times); in test_mpp_run()
813 mpp_log_q(quiet, "chn %d found last frame. feof %d\n", chn, feof(p->fp_input)); in test_mpp_run()
1098 mpp_log_q(quiet, "chn %d %s\n", chn, log_buf); in test_mpp_run()
1107 mpp_log_q(quiet, "chn %d found last packet\n", chn); in test_mpp_run()
1143 mpp_log_q(quiet, "%s start\n", info->name); in enc_test()
1182 mpp_log_q(quiet, "%p encoder test start w %d h %d type %d\n", in enc_test()
/rockchip-linux_mpp/utils/
H A Dutils.h48 #define mpp_log_q(quiet, fmt, ...) \ macro