Home
last modified time | relevance | path

Searched refs:VPU_INST_STATE_NONE (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/media/platform/chips-media/wave5/
A Dwave5-helper.c13 case VPU_INST_STATE_NONE: in state_to_str()
65 if (inst->state != VPU_INST_STATE_NONE) { in wave5_vpu_release_device()
A Dwave5-vpu-dec.c129 case VPU_INST_STATE_NONE: in switch_state()
132 if (inst->state != VPU_INST_STATE_NONE) in switch_state()
855 if (inst->state != VPU_INST_STATE_NONE) { in wave5_vpu_dec_stop()
897 if (inst->state == VPU_INST_STATE_NONE) { in wave5_vpu_dec_stop()
1404 if (q->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE && inst->state == VPU_INST_STATE_NONE) { in wave5_vpu_dec_start_streaming()
1744 case VPU_INST_STATE_NONE: in wave5_vpu_dec_job_ready()
A Dwave5-vpu-enc.c79 case VPU_INST_STATE_NONE: in switch_state()
82 if (inst->state != VPU_INST_STATE_NONE) in switch_state()
1311 if (inst->state == VPU_INST_STATE_NONE && q->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) { in wave5_vpu_enc_start_streaming()
1506 case VPU_INST_STATE_NONE: in wave5_vpu_enc_job_ready()
A Dwave5-vpuapi.h36 VPU_INST_STATE_NONE = 0, enumerator

Completed in 19 milliseconds