OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vpx_fixed_buf_t
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/vpx/
vpx_encoder.h
99
}
vpx_fixed_buf_t
; /**< alias for struct vpx_fixed_buf */
typedef in typeref:struct:vpx_fixed_buf
787
vpx_fixed_buf_t
*vpx_codec_get_global_headers(vpx_codec_ctx_t *ctx);
[
all
...]
/external/libvpx/libvpx/test/
encode_test_driver.h
63
vpx_fixed_buf_t
buf() {
64
const
vpx_fixed_buf_t
buf = { &buffer_[0], buffer_.size() };
/external/libvpx/libvpx/vpx/src/
vpx_encoder.c
330
const
vpx_fixed_buf_t
*buf,
375
vpx_fixed_buf_t
*vpx_codec_get_global_headers(vpx_codec_ctx_t *ctx)
377
vpx_fixed_buf_t
*buf = NULL;
/external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h
263
typedef
vpx_fixed_buf_t
*
/external/libvpx/libvpx/
vpxenc.c
155
vpx_fixed_buf_t
buf;
285
vpx_fixed_buf_t
stats_get(stats_io_t *stats)
[
all
...]
Completed in 28 milliseconds