HomeSort by relevance Sort by last modified time
    Searched refs:VPX_CODEC_ERROR (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
vpx_codec.c 47 case VPX_CODEC_ERROR:
70 const char *vpx_codec_error(vpx_codec_ctx_t *ctx) { function
89 res = VPX_CODEC_ERROR;
116 res = VPX_CODEC_ERROR;
120 res = VPX_CODEC_ERROR;
vpx_decoder.c 95 res = VPX_CODEC_ERROR;
120 res = VPX_CODEC_ERROR;
151 res = VPX_CODEC_ERROR;
171 res = VPX_CODEC_ERROR;
190 res = VPX_CODEC_ERROR;
vpx_encoder.c 211 res = VPX_CODEC_ERROR;
262 ctx->err = VPX_CODEC_ERROR;
328 ctx->err = VPX_CODEC_ERROR;
346 ctx->err = VPX_CODEC_ERROR;
  /external/libvpx/libvpx/vpx/src/
vpx_decoder.c 100 res = VPX_CODEC_ERROR;
125 res = VPX_CODEC_ERROR;
156 res = VPX_CODEC_ERROR;
176 res = VPX_CODEC_ERROR;
195 res = VPX_CODEC_ERROR;
211 res = VPX_CODEC_ERROR;
239 res = VPX_CODEC_ERROR;
vpx_codec.c 47 case VPX_CODEC_ERROR:
70 const char *vpx_codec_error(vpx_codec_ctx_t *ctx) { function
89 res = VPX_CODEC_ERROR;
117 res = VPX_CODEC_ERROR;
121 res = VPX_CODEC_ERROR;
vpx_encoder.c 215 res = VPX_CODEC_ERROR;
266 ctx->err = VPX_CODEC_ERROR;
332 ctx->err = VPX_CODEC_ERROR;
350 ctx->err = VPX_CODEC_ERROR;
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
decode_api_test.cc 42 EXPECT_TRUE(vpx_codec_error(NULL) != NULL);
75 EXPECT_EQ(VPX_CODEC_ERROR, res) << kControls[i];
87 EXPECT_EQ(VPX_CODEC_ERROR, vpx_codec_control(dec, VP9_GET_REFERENCE, &ref));
97 EXPECT_EQ(VPX_CODEC_ERROR,
encode_test_driver.cc 73 ASSERT_EQ(VPX_CODEC_ERROR, res) << EncoderError();
external_frame_buffer_test.cc 472 ASSERT_EQ(VPX_CODEC_ERROR,
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decoder.c 129 vpx_internal_error(&cm->error, VPX_CODEC_ERROR,
131 return VPX_CODEC_ERROR;
134 vpx_internal_error(&cm->error, VPX_CODEC_ERROR,
139 vpx_internal_error(&cm->error, VPX_CODEC_ERROR,
163 vpx_internal_error(&cm->error, VPX_CODEC_ERROR,
169 vpx_internal_error(&cm->error, VPX_CODEC_ERROR,
vp9_decodeframe.c 850 vpx_internal_error(&cm->error, VPX_CODEC_ERROR,
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
onyxd_if.c 122 vpx_internal_error(&pbi->common.error, VPX_CODEC_ERROR,
131 vpx_internal_error(&pbi->common.error, VPX_CODEC_ERROR,
154 vpx_internal_error(&pbi->common.error, VPX_CODEC_ERROR,
163 vpx_internal_error(&pbi->common.error, VPX_CODEC_ERROR,
344 pbi->common.error.error_code = VPX_CODEC_ERROR;
350 pbi->common.error.error_code = VPX_CODEC_ERROR;
459 return VPX_CODEC_ERROR;
484 return VPX_CODEC_ERROR;
  /external/libvpx/libvpx/vp8/decoder/
onyxd_if.c 122 vpx_internal_error(&pbi->common.error, VPX_CODEC_ERROR,
131 vpx_internal_error(&pbi->common.error, VPX_CODEC_ERROR,
154 vpx_internal_error(&pbi->common.error, VPX_CODEC_ERROR,
163 vpx_internal_error(&pbi->common.error, VPX_CODEC_ERROR,
362 pbi->common.error.error_code = VPX_CODEC_ERROR;
368 pbi->common.error.error_code = VPX_CODEC_ERROR;
485 return VPX_CODEC_ERROR;
510 return VPX_CODEC_ERROR;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_dx_iface.c 295 return VPX_CODEC_ERROR;
302 return VPX_CODEC_ERROR;
464 return VPX_CODEC_ERROR;
506 if (fb == NULL) return VPX_CODEC_ERROR;
549 return VPX_CODEC_ERROR;
563 if (frame == NULL) return VPX_CODEC_ERROR;
581 return VPX_CODEC_ERROR;
599 return VPX_CODEC_ERROR;
vp9_cx_iface.c     [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decoder.c 199 vpx_internal_error(&cm->error, VPX_CODEC_ERROR,
204 vpx_internal_error(&cm->error, VPX_CODEC_ERROR,
228 vpx_internal_error(&cm->error, VPX_CODEC_ERROR,
234 vpx_internal_error(&cm->error, VPX_CODEC_ERROR,
342 cm->error.error_code = VPX_CODEC_ERROR;
vp9_decodeframe.c 903 vpx_internal_error(&cm->error, VPX_CODEC_ERROR,
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/
vpx_codec.h 94 VPX_CODEC_ERROR,
318 const char *vpx_codec_error(vpx_codec_ctx_t *ctx);
372 * transparently, but will return #VPX_CODEC_ERROR if the request could not
383 * \retval #VPX_CODEC_ERROR
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 276 return VPX_CODEC_ERROR;
425 return VPX_CODEC_ERROR;
521 return VPX_CODEC_ERROR;
537 return VPX_CODEC_ERROR;
554 return VPX_CODEC_ERROR;
vp9_cx_iface.c 779 return VPX_CODEC_ERROR;
    [all...]
  /external/libvpx/libvpx/vpx/
vpx_codec.h 94 VPX_CODEC_ERROR,
309 const char *vpx_codec_error(vpx_codec_ctx_t *ctx);
363 * transparently, but will return #VPX_CODEC_ERROR if the request could not
374 * \retval #VPX_CODEC_ERROR
517 * \retval #VPX_CODEC_ERROR
  /external/libvpx/libvpx/test/
external_frame_buffer_test.cc 459 ASSERT_EQ(VPX_CODEC_ERROR,
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_dx_iface.c 757 if (frame == NULL) return VPX_CODEC_ERROR;

Completed in 440 milliseconds