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

  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
video_encoder_device.cpp 473 venc_seqheader seq_in, seq_out; local
485 ioctl_msg.out = (void*)&seq_out;
491 if (seq_out.hdrlen == 0) {
493 DEBUG_PRINT_ERROR("seq_out: buf=%x, sz=%d, hdrlen=%d", seq_out.hdrbufptr,
494 seq_out.bufsize, seq_out.hdrlen);
497 *header_len = seq_out.hdrlen;
498 DEBUG_PRINT_LOW("seq_out: buf=%x, sz=%d, hdrlen=%d", seq_out.hdrbufptr
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 579 venc_seqheader seq_in, seq_out; local
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
    [all...]

Completed in 81 milliseconds