Searched refs:seq_out (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
H A Dvideo_encoder_device.cpp473 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
[all...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp579 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
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp580 venc_seqheader seq_in, seq_out; local
594 ioctl_msg.out = (void*)&seq_out;
601 if (seq_out.hdrlen == 0) {
603 DEBUG_PRINT_ERROR("seq_out: buf=%x, sz=%d, hdrlen=%d", seq_out.hdrbufptr,
604 seq_out.bufsize, seq_out.hdrlen);
608 *header_len = seq_out.hdrlen;
609 DEBUG_PRINT_LOW("seq_out: buf=%x, sz=%d, hdrlen=%d", seq_out
[all...]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp580 venc_seqheader seq_in, seq_out; local
594 ioctl_msg.out = (void*)&seq_out;
601 if (seq_out.hdrlen == 0) {
603 DEBUG_PRINT_ERROR("seq_out: buf=%x, sz=%d, hdrlen=%d", seq_out.hdrbufptr,
604 seq_out.bufsize, seq_out.hdrlen);
608 *header_len = seq_out.hdrlen;
609 DEBUG_PRINT_LOW("seq_out: buf=%x, sz=%d, hdrlen=%d", seq_out
[all...]

Completed in 26 milliseconds