Lines Matching refs:status

22     DecTaskStatus *status = &task->status;  in mpp_dec_decode()  local
37 if (input == NULL && !status->curr_task_rdy) { in mpp_dec_decode()
48 input, mpp_packet_get_length(input), status->curr_task_rdy); in mpp_dec_decode()
51 input, status->curr_task_rdy); in mpp_dec_decode()
56 if (!status->curr_task_rdy) { in mpp_dec_decode()
64 status->curr_task_rdy = 1; in mpp_dec_decode()
75 if (!status->curr_task_rdy) { in mpp_dec_decode()
142 if (!status->dec_pkt_copy_rdy) { in mpp_dec_decode()
159 status->dec_pkt_copy_rdy = 1; in mpp_dec_decode()
165 if (!status->task_parsed_rdy) { in mpp_dec_decode()
169 status->task_parsed_rdy = 1; in mpp_dec_decode()
195 if (status->dec_pkt_copy_rdy) { in mpp_dec_decode()
197 status->dec_pkt_copy_rdy = 0; in mpp_dec_decode()
199 status->curr_task_rdy = 0; in mpp_dec_decode()
200 status->task_parsed_rdy = 0; in mpp_dec_decode()
216 if (!status->info_task_gen_rdy) { in mpp_dec_decode()
226 status->info_task_gen_rdy = 1; in mpp_dec_decode()
240 status->info_task_gen_rdy = 0; in mpp_dec_decode()
336 status->dec_pkt_copy_rdy = 0; in mpp_dec_decode()
337 status->curr_task_rdy = 0; in mpp_dec_decode()
338 status->task_parsed_rdy = 0; in mpp_dec_decode()
339 status->prev_task_rdy = 0; in mpp_dec_decode()
359 task->status.curr_task_rdy = 0; in mpp_dec_reset_no_thread()
360 task->status.prev_task_rdy = 1; in mpp_dec_reset_no_thread()
376 if (task->status.task_parsed_rdy) { in mpp_dec_reset_no_thread()
384 task->status.task_parsed_rdy = 0; in mpp_dec_reset_no_thread()
397 if (task->status.dec_pkt_copy_rdy) { in mpp_dec_reset_no_thread()
400 task->status.dec_pkt_copy_rdy = 0; in mpp_dec_reset_no_thread()
408 task->status.task_parsed_rdy = 0; in mpp_dec_reset_no_thread()