Lines Matching refs:input
27 MppPacket input = dec->mpp_pkt_in; in mpp_dec_decode() local
37 if (input == NULL && !status->curr_task_rdy) { in mpp_dec_decode()
38 input = packet; in mpp_dec_decode()
40 if (input == NULL) { in mpp_dec_decode()
46 if (input) 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()
57 mpp_parser_prepare(dec->parser, input, task_dec); in mpp_dec_decode()
60 input, task_dec->valid); in mpp_dec_decode()
65 dec->mpp_pkt_in = input; in mpp_dec_decode()
68 if (input && !mpp_packet_get_length(input)) in mpp_dec_decode()
135 task_dec->input = slot_pkt; in mpp_dec_decode()
156 mpp_buf_slot_set_flag(packet_slots, task_dec->input, SLOT_CODEC_READY); in mpp_dec_decode()
157 mpp_buf_slot_set_flag(packet_slots, task_dec->input, SLOT_HAL_INPUT); in mpp_dec_decode()
196 mpp_buf_slot_clr_flag(packet_slots, task_dec->input, SLOT_HAL_INPUT); in mpp_dec_decode()
321 mpp_buf_slot_clr_flag(packet_slots, task_dec->input, SLOT_HAL_INPUT); in mpp_dec_decode()
398 mpp_buf_slot_clr_flag(dec->packet_slots, task_dec->input, SLOT_HAL_INPUT); in mpp_dec_reset_no_thread()
399 mpp_buf_slot_clr_flag(dec->packet_slots, task_dec->input, SLOT_CODEC_READY); in mpp_dec_reset_no_thread()
402 task_dec->input = -1; in mpp_dec_reset_no_thread()