Searched refs:q_dst (Results 1 – 2 of 2) sorted by relevance
196 struct cx18_queue *q_src, struct cx18_queue *q_dst) in cx18_queue_flush() argument201 if (q_src == q_dst || q_dst == &s->q_full || q_dst == &s->q_busy) in cx18_queue_flush()205 spin_lock(&q_dst->lock); in cx18_queue_flush()208 list_move_tail(&mdl->list, &q_dst->list); in cx18_queue_flush()214 atomic_inc(&q_dst->depth); in cx18_queue_flush()218 spin_unlock(&q_dst->lock); in cx18_queue_flush()
320 struct vicodec_q_data *q_dst; in device_process() local323 q_dst = get_q_data(ctx, V4L2_BUF_TYPE_VIDEO_CAPTURE); in device_process()326 state->info = q_dst->info; in device_process()333 vb2_set_plane_payload(&dst_vb->vb2_buf, 0, q_dst->sizeimage); in device_process()409 struct vicodec_q_data *q_src, *q_dst; in device_run() local418 q_dst = get_q_data(ctx, V4L2_BUF_TYPE_VIDEO_CAPTURE); in device_run()424 dst_buf->sequence = q_dst->sequence++; in device_run()520 struct vicodec_q_data *q_dst = get_q_data(ctx, in update_capture_data_from_header() local534 q_dst->info = info; in update_capture_data_from_header()535 q_dst->visible_width = ntohl(p_hdr->width); in update_capture_data_from_header()[all …]