OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vpx_codec_cx_pkt_t
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/vpx/
vpx_encoder.h
155
}
vpx_codec_cx_pkt_t
; /**< alias for struct vpx_codec_cx_pkt */
typedef in typeref:struct:vpx_codec_cx_pkt
770
const
vpx_codec_cx_pkt_t
*vpx_codec_get_cx_data(vpx_codec_ctx_t *ctx,
/external/libvpx/vpx/src/
vpx_encoder.c
145
const
vpx_codec_cx_pkt_t
*vpx_codec_get_cx_data(vpx_codec_ctx_t *ctx,
148
const
vpx_codec_cx_pkt_t
*pkt = NULL;
177
vpx_codec_cx_pkt_t
*modified_pkt = &ctx->priv->enc.cx_data_pkt;
294
const
vpx_codec_cx_pkt_t
*vpx_codec_pkt_list_get(struct vpx_codec_pkt_list *list,
297
const
vpx_codec_cx_pkt_t
*pkt;
/external/libvpx/examples/
encoder_tmpl.c
93
const
vpx_codec_cx_pkt_t
*pkt)
157
const
vpx_codec_cx_pkt_t
*pkt;
/external/libvpx/vpx/internal/
vpx_codec_internal.h
255
typedef const
vpx_codec_cx_pkt_t
*(*vpx_codec_get_cx_data_fn_t)(vpx_codec_alg_priv_t *ctx,
355
vpx_codec_cx_pkt_t
cx_data_pkt;
431
const
vpx_codec_cx_pkt_t
*
/external/libvpx/vp8/
vp8_cx_iface.c
768
vpx_codec_cx_pkt_t
pkt;
815
static const
vpx_codec_cx_pkt_t
*vp8e_get_cxdata(vpx_codec_alg_priv_t *ctx,
[
all
...]
/external/libvpx/
vpxenc.c
429
const
vpx_codec_cx_pkt_t
*pkt)
668
const
vpx_codec_cx_pkt_t
*pkt)
[
all
...]
Completed in 44 milliseconds