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

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

Completed in 139 milliseconds