OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vpx_dec_ctx_t
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/vpx/
vpx_decoder_compat.h
141
typedef vpx_codec_ctx_t
vpx_dec_ctx_t
;
typedef
149
}
vpx_dec_ctx_t
;
typedef in typeref:struct:__anon7762
194
const char *vpx_dec_error(
vpx_dec_ctx_t
*ctx) DEPRECATED;
207
const char *vpx_dec_error_detail(
vpx_dec_ctx_t
*ctx) DEPRECATED;
233
vpx_dec_err_t vpx_dec_init_ver(
vpx_dec_ctx_t
*ctx,
251
vpx_dec_err_t vpx_dec_destroy(
vpx_dec_ctx_t
*ctx) DEPRECATED;
300
vpx_dec_err_t vpx_dec_get_stream_info(
vpx_dec_ctx_t
*ctx,
326
vpx_dec_err_t vpx_dec_control(
vpx_dec_ctx_t
*ctx,
353
vpx_dec_err_t vpx_dec_decode(
vpx_dec_ctx_t
*ctx,
375
vpx_image_t *vpx_dec_get_frame(
vpx_dec_ctx_t
*ctx
[
all
...]
/external/libvpx/vpx/src/
vpx_decoder_compat.c
33
const char *vpx_dec_error(
vpx_dec_ctx_t
*ctx)
38
const char *vpx_dec_error_detail(
vpx_dec_ctx_t
*ctx)
44
vpx_dec_err_t vpx_dec_init_ver(
vpx_dec_ctx_t
*ctx,
56
vpx_dec_err_t vpx_dec_destroy(
vpx_dec_ctx_t
*ctx)
78
vpx_dec_err_t vpx_dec_get_stream_info(
vpx_dec_ctx_t
*ctx,
86
vpx_dec_err_t vpx_dec_control(
vpx_dec_ctx_t
*ctx,
94
vpx_dec_err_t vpx_dec_decode(
vpx_dec_ctx_t
*ctx,
105
vpx_image_t *vpx_dec_get_frame(
vpx_dec_ctx_t
*ctx,
112
vpx_dec_err_t vpx_dec_register_put_frame_cb(
vpx_dec_ctx_t
*ctx,
121
vpx_dec_err_t vpx_dec_register_put_slice_cb(
vpx_dec_ctx_t
*ctx
[
all
...]
Completed in 19 milliseconds