Home
last modified time | relevance | path

Searched refs:enc_buf (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dtls_schannel.c56 uint8_t *enc_buf; member
135 av_freep(&c->enc_buf); in tls_close()
156 if (c->enc_buf == NULL) { in tls_client_handshake_loop()
158 ret = av_reallocp(&c->enc_buf, SCHANNEL_INITIAL_BUFFER_SIZE); in tls_client_handshake_loop()
175 ret = av_reallocp(&c->enc_buf, c->enc_buf_size); in tls_client_handshake_loop()
183 ret = ffurl_read(c->tls_shared.tcp, c->enc_buf + c->enc_buf_offset, in tls_client_handshake_loop()
203 memcpy(inbuf[0].pvBuffer, c->enc_buf, c->enc_buf_offset); in tls_client_handshake_loop()
259 memmove(c->enc_buf, (c->enc_buf + c->enc_buf_offset) - inbuf[1].cbBuffer, in tls_client_handshake_loop()
411 ret = av_reallocp(&c->enc_buf, in tls_read()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dqsvenc.c1706 mfxExtBuffer **enc_buf = NULL; in encode_frame() local
1751 enc_buf = av_mallocz(sizeof(mfxExtBuffer *)); in encode_frame()
1752 if (!enc_buf) in encode_frame()
1754 enc_buf[0] = (mfxExtBuffer *)enc_info; in encode_frame()
1756 pkt.bs->ExtParam = enc_buf; in encode_frame()
1804 av_freep(&enc_buf); in encode_frame()
1831 mfxExtBuffer **enc_buf; in ff_qsv_encode() local
1862 enc_buf = qpkt.bs->ExtParam; in ff_qsv_encode()
1863 enc_info = (mfxExtAVCEncodedFrameInfo *)(*enc_buf); in ff_qsv_encode()
1867 av_freep(&enc_buf); in ff_qsv_encode()
1907 mfxExtBuffer **enc_buf = pkt.bs->ExtParam; ff_qsv_enc_close() local
[all...]

Completed in 3 milliseconds