Home
last modified time | relevance | path

Searched refs:MPP_INPUT_PORT (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_task_impl.cpp117 impl->status_curr = MPP_INPUT_PORT; in mpp_port_init()
123 impl->next_on_enqueue = MPP_INPUT_PORT; in mpp_port_init()
407 cond[MPP_INPUT_PORT] = new Condition(); in mpp_task_queue_init()
412 if (NULL == cond[MPP_INPUT_PORT] || in mpp_task_queue_init()
452 if (cond[MPP_INPUT_PORT]) in mpp_task_queue_init()
453 delete cond[MPP_INPUT_PORT]; in mpp_task_queue_init()
482 MppTaskStatusInfo *info = &impl->info[MPP_INPUT_PORT]; in mpp_task_queue_setup()
489 tasks[i].status = MPP_INPUT_PORT; in mpp_task_queue_setup()
510 p->info[MPP_INPUT_PORT].cond->signal(); in mpp_task_queue_deinit()
539 if (p->info[MPP_INPUT_PORT].cond) { in mpp_task_queue_deinit()
[all …]
/OK3568_Linux_fs/external/mpp/mpp/base/inc/
H A Dmpp_task_impl.h58 MPP_INPUT_PORT, /* in external queue and ready for external dequeue */ enumerator