OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VPX_CODEC_INVALID_PARAM
(Results
1 - 7
of
7
) sorted by null
/external/libvpx/vpx/src/
vpx_codec.c
66
case
VPX_CODEC_INVALID_PARAM
:
78
: vpx_codec_err_to_string(
VPX_CODEC_INVALID_PARAM
);
95
res =
VPX_CODEC_INVALID_PARAM
;
126
res =
VPX_CODEC_INVALID_PARAM
;
vpx_decoder.c
32
res =
VPX_CODEC_INVALID_PARAM
;
79
res =
VPX_CODEC_INVALID_PARAM
;
99
res =
VPX_CODEC_INVALID_PARAM
;
126
res =
VPX_CODEC_INVALID_PARAM
;
159
res =
VPX_CODEC_INVALID_PARAM
;
181
res =
VPX_CODEC_INVALID_PARAM
;
203
res =
VPX_CODEC_INVALID_PARAM
;
220
res =
VPX_CODEC_INVALID_PARAM
;
vpx_encoder.c
33
res =
VPX_CODEC_INVALID_PARAM
;
75
res =
VPX_CODEC_INVALID_PARAM
;
80
res =
VPX_CODEC_INVALID_PARAM
;
125
res =
VPX_CODEC_INVALID_PARAM
;
153
ctx->err =
VPX_CODEC_INVALID_PARAM
;
205
return
VPX_CODEC_INVALID_PARAM
;
271
res =
VPX_CODEC_INVALID_PARAM
;
/external/libvpx/vp8/
vp8_cx_iface.c
114
return
VPX_CODEC_INVALID_PARAM
;\
430
return
VPX_CODEC_INVALID_PARAM
;
669
return
VPX_CODEC_INVALID_PARAM
;
837
return
VPX_CODEC_INVALID_PARAM
;
858
return
VPX_CODEC_INVALID_PARAM
;
875
return
VPX_CODEC_INVALID_PARAM
;
980
return
VPX_CODEC_INVALID_PARAM
;
983
return
VPX_CODEC_INVALID_PARAM
;
[
all
...]
vp8_dx_iface.c
235
res =
VPX_CODEC_INVALID_PARAM
;
591
return
VPX_CODEC_INVALID_PARAM
;
613
return
VPX_CODEC_INVALID_PARAM
;
631
return
VPX_CODEC_INVALID_PARAM
;
677
return
VPX_CODEC_INVALID_PARAM
;
696
return
VPX_CODEC_INVALID_PARAM
;
/external/libvpx/vpx/
vpx_decoder_compat.h
76
VPX_DEC_INVALID_PARAM =
VPX_CODEC_INVALID_PARAM
,
vpx_codec.h
126
VPX_CODEC_INVALID_PARAM
,
370
* \retval #
VPX_CODEC_INVALID_PARAM
Completed in 972 milliseconds