Home | History | Annotate | Download | only in src

Lines Matching refs:seq_out

579     venc_seqheader seq_in, seq_out;
593 ioctl_msg.out = (void*)&seq_out;
600 if (seq_out.hdrlen == 0) {
602 DEBUG_PRINT_ERROR("seq_out: buf=%x, sz=%d, hdrlen=%d", seq_out.hdrbufptr,
603 seq_out.bufsize, seq_out.hdrlen);
607 *header_len = seq_out.hdrlen;
608 DEBUG_PRINT_LOW("seq_out: buf=%x, sz=%d, hdrlen=%d", seq_out.hdrbufptr,
609 seq_out.bufsize, seq_out.hdrlen);