OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cx_data_dst_buf
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/vpx/src/
vpx_encoder.c
168
char *dst_buf = ctx->priv->enc.
cx_data_dst_buf
.buf;
175
<= ctx->priv->enc.
cx_data_dst_buf
.sz)
190
ctx->priv->enc.
cx_data_dst_buf
.buf = dst_buf + pkt->data.raw.sz;
191
ctx->priv->enc.
cx_data_dst_buf
.sz -= pkt->data.raw.sz;
209
ctx->priv->enc.
cx_data_dst_buf
= *buf;
215
ctx->priv->enc.
cx_data_dst_buf
.buf = NULL;
216
ctx->priv->enc.
cx_data_dst_buf
.sz = 0;
/external/libvpx/vpx/internal/
vpx_codec_internal.h
352
struct vpx_fixed_buf
cx_data_dst_buf
;
member in struct:vpx_codec_priv::__anon7753
Completed in 6503 milliseconds