HomeSort by relevance Sort by last modified time
    Searched full:seq_out (Results 1 - 1 of 1) sorted by null

  /hardware/qcom/media/mm-video/vidc/venc/src/
video_encoder_device.cpp 475 venc_seqheader seq_in, seq_out; local
487 ioctl_msg.out = (void*)&seq_out;
493 if (seq_out.hdrlen == 0) {
495 DEBUG_PRINT_ERROR("seq_out: buf=%x, sz=%d, hdrlen=%d", seq_out.hdrbufptr,
496 seq_out.bufsize, seq_out.hdrlen);
499 *header_len = seq_out.hdrlen;
500 DEBUG_PRINT_LOW("seq_out: buf=%x, sz=%d, hdrlen=%d", seq_out.hdrbufptr
    [all...]

Completed in 1218 milliseconds