Searched refs:EncoderError (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/test/ |
D | encode_test_driver.h | 124 ASSERT_EQ(VPX_CODEC_OK, res) << EncoderError(); in Control() 129 ASSERT_EQ(VPX_CODEC_OK, res) << EncoderError(); in Control() 134 ASSERT_EQ(VPX_CODEC_OK, res) << EncoderError(); in Control() 139 ASSERT_EQ(VPX_CODEC_OK, res) << EncoderError(); in Control() 144 ASSERT_EQ(VPX_CODEC_OK, res) << EncoderError(); in Control() 149 ASSERT_EQ(VPX_CODEC_OK, res) << EncoderError(); in Control() 155 ASSERT_EQ(VPX_CODEC_OK, res) << EncoderError(); in Config() 166 const char *EncoderError() { in EncoderError() function
|
D | encode_test_driver.cc | 35 ASSERT_EQ(VPX_CODEC_OK, res) << EncoderError(); in InitEncoder() 43 ASSERT_EQ(VPX_CODEC_OK, res) << EncoderError(); in InitEncoder() 52 ASSERT_EQ(VPX_CODEC_OK, res) << EncoderError(); in InitEncoder() 91 ASSERT_EQ(VPX_CODEC_OK, res) << EncoderError(); in EncodeFrameInternal() 98 ASSERT_EQ(VPX_CODEC_OK, res) << EncoderError(); in EncodeFrameInternal() 105 ASSERT_EQ(VPX_CODEC_ERROR, res) << EncoderError(); in Flush() 107 ASSERT_EQ(VPX_CODEC_OK, res) << EncoderError(); in Flush()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/roboto/ |
D | awsqueryrequest.py | 81 class EncoderError(boto.exception.BotoClientError): class 85 super(EncoderError, self).__init__(s) 104 raise EncoderError('Unknown type: %s' % p.ptype)
|