Searched refs:seq_out (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/ |
D | video_encoder_device.cpp | 473 venc_seqheader seq_in, seq_out; in venc_get_seq_hdr() local 485 ioctl_msg.out = (void*)&seq_out; in venc_get_seq_hdr() 491 if (seq_out.hdrlen == 0) { in venc_get_seq_hdr() 493 DEBUG_PRINT_ERROR("seq_out: buf=%x, sz=%d, hdrlen=%d", seq_out.hdrbufptr, in venc_get_seq_hdr() 494 seq_out.bufsize, seq_out.hdrlen); in venc_get_seq_hdr() 497 *header_len = seq_out.hdrlen; in venc_get_seq_hdr() 498 DEBUG_PRINT_LOW("seq_out: buf=%x, sz=%d, hdrlen=%d", seq_out.hdrbufptr, in venc_get_seq_hdr() 499 seq_out.bufsize, seq_out.hdrlen); in venc_get_seq_hdr()
|
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device.cpp | 579 venc_seqheader seq_in, seq_out; in venc_get_seq_hdr() local 593 ioctl_msg.out = (void*)&seq_out; in venc_get_seq_hdr() 600 if (seq_out.hdrlen == 0) { in venc_get_seq_hdr() 602 DEBUG_PRINT_ERROR("seq_out: buf=%x, sz=%d, hdrlen=%d", seq_out.hdrbufptr, in venc_get_seq_hdr() 603 seq_out.bufsize, seq_out.hdrlen); in venc_get_seq_hdr() 607 *header_len = seq_out.hdrlen; in venc_get_seq_hdr() 608 DEBUG_PRINT_LOW("seq_out: buf=%x, sz=%d, hdrlen=%d", seq_out.hdrbufptr, in venc_get_seq_hdr() 609 seq_out.bufsize, seq_out.hdrlen); in venc_get_seq_hdr()
|