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 - 9
of
9
) sorted by null
/external/libvpx/libvpx/
vpxdec.c
745
vpx_codec_error
(&decoder));
752
vpx_codec_error
(&decoder));
762
vpx_codec_error
(&decoder));
781
vpx_codec_error
(&decoder));
810
vpx_codec_error
(&decoder));
820
vpx_codec_error
(&decoder));
840
warn("Failed to flush decoder: %s",
vpx_codec_error
(&decoder));
857
warn("Failed VP8_GET_FRAME_CORRUPTED: %s",
vpx_codec_error
(&decoder));
904
vpx_codec_error
(&decoder));
[
all
...]
tools_common.c
72
printf("%s: %s\n", s,
vpx_codec_error
(ctx));
vpxenc.c
73
fprintf(stderr, ": %s\n",
vpx_codec_error
(ctx));
[
all
...]
/external/libvpx/libvpx/test/
decode_test_driver.h
79
return detail ? detail :
vpx_codec_error
(&decoder_);
decode_api_test.cc
43
EXPECT_TRUE(
vpx_codec_error
(NULL) != NULL);
88
EXPECT_EQ(
VPX_CODEC_ERROR
, res) << kControls[i];
98
EXPECT_EQ(
VPX_CODEC_ERROR
, vpx_codec_control(dec, VP9_GET_REFERENCE, &ref));
108
EXPECT_EQ(
VPX_CODEC_ERROR
,
encode_api_test.cc
46
EXPECT_TRUE(
vpx_codec_error
(NULL) != NULL);
encode_test_driver.h
162
return detail ? detail :
vpx_codec_error
(&encoder_);
/external/libvpx/libvpx/vpx/src/
vpx_codec.c
36
case
VPX_CODEC_ERROR
: return "Unspecified internal error";
53
const char *
vpx_codec_error
(vpx_codec_ctx_t *ctx) {
function
71
res =
VPX_CODEC_ERROR
;
94
res =
VPX_CODEC_ERROR
;
/external/libvpx/libvpx/vpx/
vpx_codec.h
95
VPX_CODEC_ERROR
,
318
const char *
vpx_codec_error
(vpx_codec_ctx_t *ctx);
368
* transparently, but will return #
VPX_CODEC_ERROR
if the request could not
379
* \retval #
VPX_CODEC_ERROR
Completed in 358 milliseconds