Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/test/
H A Dmpi_dec_mt_test.c69 mpp_log_q(quiet, "put packet thread start\n"); in thread_input()
87 mpp_log_q(quiet, "%p loop again\n", ctx); in thread_input()
91 mpp_log_q(quiet, "%p found last packet\n", ctx); in thread_input()
112 mpp_log_q(quiet, "put packet thread end\n"); in thread_input()
125 mpp_log_q(quiet, "get frame thread start\n"); in thread_output()
151 mpp_log_q(quiet, "decode_get_frame get info changed found\n"); in thread_output()
152 mpp_log_q(quiet, "decoder require buffer w:h [%d:%d] stride [%d:%d] size %d\n", in thread_output()
214 mpp_log_q(quiet, "%p %s\n", ctx, log_buf); in thread_output()
231 mpp_log_q(quiet, "get frame thread end\n"); in thread_output()
H A Dmpi_dec_multi_test.c97 mpp_log_q(quiet, "%p loop again\n", ctx); in multi_dec_simple()
101 mpp_log_q(quiet, "%p found last packet\n", ctx); in multi_dec_simple()
155 mpp_log_q(quiet, "decode_get_frame get info changed found\n"); in multi_dec_simple()
156mpp_log_q(quiet, "decoder require buffer w:h [%d:%d] stride [%d:%d] buf_size %d", in multi_dec_simple()
207 mpp_log_q(quiet, "decoder_get_frame get err info:%d discard:%d.\n", in multi_dec_simple()
211 mpp_log_q(quiet, "decode_get_frame get frame %d\n", in multi_dec_simple()
337 mpp_log_q(quiet, "%p decoded frame %d\n", ctx, data->frame_count); in multi_dec_advanced()
341 mpp_log_q(quiet, "%p found eos frame\n", ctx); in multi_dec_advanced()
H A Dmpi_dec_test.c84 mpp_log_q(quiet, "%p loop again\n", ctx); in dec_simple()
88 mpp_log_q(quiet, "%p found last packet\n", ctx); in dec_simple()
143 mpp_log_q(quiet, "%p decode_get_frame get info changed found\n", ctx); in dec_simple()
144mpp_log_q(quiet, "%p decoder require buffer w:h [%d:%d] stride [%d:%d] buf_size %d", in dec_simple()
273 mpp_log_q(quiet, "%p %s\n", ctx, log_buf); in dec_simple()
305 mpp_log_q(quiet, "%p found last packet\n", ctx); in dec_simple()
422 mpp_log_q(quiet, "%p decoded frame %d\n", ctx, data->frame_count); in dec_advanced()
426 mpp_log_q(quiet, "%p found eos frame\n", ctx); in dec_advanced()
H A Dmpi_dec_nt_test.c84 mpp_log_q(quiet, "%p loop again\n", ctx); in dec_loop()
88 mpp_log_q(quiet, "%p found last packet\n", ctx); in dec_loop()
120 mpp_log_q(quiet, "%p decode_get_frame get info changed found\n", ctx); in dec_loop()
121 mpp_log_q(quiet, "%p decoder require buffer w:h [%d:%d] stride [%d:%d] buf_size %d", in dec_loop()
250 mpp_log_q(quiet, "%p %s\n", ctx, log_buf); in dec_loop()
286 mpp_log_q(quiet, "%p found last packet\n", ctx); in dec_loop()
H A Dmpi_enc_mt_test.cpp455 mpp_log_q(quiet, "%p split mode %d arg %d out %d\n", ctx, in test_mt_cfg_setup()
528 mpp_log_q(quiet, "%s start\n", info->name); in mt_test_res_init()
565 mpp_log_q(quiet, "%p encoder test start w %d h %d type %d\n", in mt_test_res_init()
678 mpp_log_q(quiet, "%s start\n", info->name); in enc_test_input()
711 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()
972 mpp_log_q(quiet, "chn %d %s\n", chn, log_buf); in enc_test_output()
994 mpp_log_q(quiet, "chn %d found last packet\n", chn); in enc_test_output()
H A Dmpi_enc_test.c456 mpp_log_q(quiet, "%p split mode %d arg %d out %d\n", ctx, in test_mpp_enc_cfg_setup()
595 mpp_log_q(quiet, "chn %d loop times %d\n", chn, ++p->loop_times); in test_mpp_run()
598 mpp_log_q(quiet, "chn %d found last frame. feof %d\n", chn, feof(p->fp_input)); in test_mpp_run()
814 mpp_log_q(quiet, "chn %d %s\n", chn, log_buf); in test_mpp_run()
823 mpp_log_q(quiet, "chn %d found last packet\n", chn); in test_mpp_run()
859 mpp_log_q(quiet, "%s start\n", info->name); in enc_test()
898 mpp_log_q(quiet, "%p encoder test start w %d h %d type %d\n", in enc_test()
/OK3568_Linux_fs/external/mpp/utils/
H A Dutils.h48 #define mpp_log_q(quiet, fmt, ...) \ macro