Lines Matching refs:quiet
57 RK_U32 quiet; member
67 RK_U32 quiet = data->quiet; in thread_input() local
69 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()
123 RK_U32 quiet = data->quiet; in thread_output() local
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()
344 data.quiet = cmd->quiet; in mt_dec_decode()