Lines Matching refs:quiet
47 RK_U32 quiet; member
57 RK_U32 quiet = data->quiet; in thread_input() local
59 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()
113 RK_U32 quiet = data->quiet; in thread_output() local
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()
337 data.quiet = cmd->quiet; in mt_dec_decode()