OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VPX_CODEC_ERROR
(Results
1 - 8
of
8
) sorted by null
/external/libvpx/vpx/src/
vpx_codec.c
52
case
VPX_CODEC_ERROR
:
75
const char *
vpx_codec_error
(vpx_codec_ctx_t *ctx)
function
97
res =
VPX_CODEC_ERROR
;
128
res =
VPX_CODEC_ERROR
;
133
res =
VPX_CODEC_ERROR
;
vpx_decoder.c
101
res =
VPX_CODEC_ERROR
;
128
res =
VPX_CODEC_ERROR
;
162
res =
VPX_CODEC_ERROR
;
184
res =
VPX_CODEC_ERROR
;
205
res =
VPX_CODEC_ERROR
;
222
res =
VPX_CODEC_ERROR
;
vpx_encoder.c
127
res =
VPX_CODEC_ERROR
;
155
ctx->err =
VPX_CODEC_ERROR
;
232
ctx->err =
VPX_CODEC_ERROR
;
252
ctx->err =
VPX_CODEC_ERROR
;
/external/libvpx/vpx/
vpx_decoder_compat.h
39
VPX_DEC_ERROR =
VPX_CODEC_ERROR
,
vpx_codec.h
86
VPX_CODEC_ERROR
,
303
const char *
vpx_codec_error
(vpx_codec_ctx_t *ctx);
357
* transparently, but will return #
VPX_CODEC_ERROR
if the request could not
368
* \retval #
VPX_CODEC_ERROR
512
* \retval #
VPX_CODEC_ERROR
/external/libvpx/vp8/decoder/
onyxd_if.c
338
pbi->common.error.error_code =
VPX_CODEC_ERROR
;
358
pbi->common.error.error_code =
VPX_CODEC_ERROR
;
375
pbi->common.error.error_code =
VPX_CODEC_ERROR
;
/external/libvpx/vp8/
vp8_dx_iface.c
383
res =
VPX_CODEC_ERROR
;
vp8_cx_iface.c
[
all
...]
Completed in 107 milliseconds