Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/usb/caiaq/
H A Daudio.c614 int i, frame, len, send_it = 0, outframe = 0; in read_completed() local
645 len = urb->iso_frame_desc[outframe].actual_length; in read_completed()
646 out->iso_frame_desc[outframe].length = len; in read_completed()
647 out->iso_frame_desc[outframe].actual_length = 0; in read_completed()
648 out->iso_frame_desc[outframe].offset = offset; in read_completed()
653 fill_out_urb(cdev, out, &out->iso_frame_desc[outframe]); in read_completed()
661 outframe++; in read_completed()
665 out->number_of_packets = outframe; in read_completed()
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/
H A Dximagesink.c789 GstVideoFrame inframe, outframe; in gst_kms_sink_copy_to_dumb_buffer() local
808 if (!gst_video_frame_map (&outframe, &self->vinfo, buf, GST_MAP_WRITE)) in gst_kms_sink_copy_to_dumb_buffer()
811 success = gst_video_frame_copy (&outframe, &inframe); in gst_kms_sink_copy_to_dumb_buffer()
812 gst_video_frame_unmap (&outframe); in gst_kms_sink_copy_to_dumb_buffer()