HomeSort by relevance Sort by last modified time
    Searched defs:error (Results 1126 - 1150 of 3032) sorted by null

<<41424344454647484950>>

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_h264_parser.c 1477 uint32 error = VBP_OK; local
    [all...]
vbp_vc1_parser.c 450 uint32 error = VBP_OK; local
485 return error;
512 uint32 error = VBP_OK; local
518 return error;
571 error = VBP_TYPE;
610 error = VBP_TYPE;
649 error = VBP_TYPE;
653 return error;
664 uint32 error = VBP_OK; local
718 return error;
965 uint32 error = VBP_OK; local
    [all...]
  /hardware/intel/common/utils/ISV/omx/
isv_omxcomponent.cpp 310 status_t error = local
315 if (error == OK) {
316 error = OMX_SetParameter(mComponent, index, (OMX_PTR)&number);
318 // ingore this error
775 ALOGE("%s: ERROR(0x%08x, %d)", __func__, nData1, nData2);
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraChannel.cpp 1122 int error = NO_ERROR; local
    [all...]
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc.cpp 447 error code : Failure
517 const char *error; local
522 dlerror(); /* Clear any existing error */
528 if ((error = dlerror()) != NULL) {
529 LOC_LOGE ("%s, dlopen for libgeofence.so failed, error = %s\n", __func__, error);
533 dlerror(); /* Clear any existing error */
535 if ((error = dlerror()) != NULL) {
536 LOC_LOGE ("%s, dlsym for get_gps_geofence_interface failed, error = %s\n", __func__, error);
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
decoder_driver_test.c 75 int error = 1; local
127 error = -1;
131 if (error != -1)
138 error = -1;
155 if ( error != -1 && (init_decoder (decoder_context) == -1 ))
158 error = -1;
164 if (error != -1 && (allocate_buffer (VDEC_BUFFER_TYPE_INPUT,
167 DEBUG_PRINT("\n Error in input Buffer allocation");
168 error = -1;
171 if (error != -1 && (allocate_buffer (VDEC_BUFFER_TYPE_OUTPUT
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/test/
video_encoder_test.c 74 int error = 1; local
133 error = -1;
137 if (error != -1)
144 error = -1;
161 if (error != -1)
166 if ( error != -1 && (init_encoder (encoder_context) == -1 ))
169 error = -1;
175 if (error != -1 && (allocate_buffer (0,encoder_context)== -1))
177 DEBUG_PRINT("\n Error in input Buffer allocation");
178 error = -1
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
decoder_driver_test.c 75 int error = 1; local
127 error = -1;
131 if (error != -1) {
136 error = -1;
150 if ( error != -1 && (init_decoder (decoder_context) == -1 )) {
152 error = -1;
159 if (error != -1 && (allocate_buffer (VDEC_BUFFER_TYPE_INPUT,
161 DEBUG_PRINT("\n Error in input Buffer allocation");
162 error = -1;
165 if (error != -1 && (allocate_buffer (VDEC_BUFFER_TYPE_OUTPUT
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
ring_buffer.cpp 77 int error = pthread_mutex_lock(lock); local
79 if (error)
80 ALOGE("Failed to acquire lock with err %d", error);
86 int error = pthread_mutex_unlock(lock); local
88 if (error)
89 ALOGE("Failed to release lock with err %d", error);
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Decoder.c 219 OMX_ERRORTYPE error = OMX_ErrorNone; local
247 error = OMX_ErrorInsufficientResources;
264 error = OMX_ErrorNone;
446 error = RMProxy_NewInitalize();
447 if (error != OMX_ErrorNone) {
448 G729DEC_DPRINT ("%d ::Error returned from loading ResourceManagerProxy thread\n",
454 error = G729DEC_StartComponentThread(pHandle);
455 if (error != OMX_ErrorNone) {
456 G729DEC_DPRINT ("%d ::Error returned from the Component\n",
473 G729DEC_DPRINT ("%d ::OMX_ComponentInit - returning %d\n", __LINE__,error);
1283 OMX_ERRORTYPE error = OMX_ErrorUndefined; local
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDecoder.c 204 OMX_ERRORTYPE error = OMX_ErrorNone; local
242 error = OMX_ErrorNone;
477 error = RMProxy_NewInitalize();
479 if (error != OMX_ErrorNone) {
480 OMX_ERROR4(pComponentPrivate->dbg, "%d ::OMX_AmrDecoder.c ::Error returned from loading ResourceManagerProxy thread\n",
486 error = NBAMRDEC_StartComponentThread(pHandle);
488 if (error != OMX_ErrorNone) {
489 OMX_ERROR4(pComponentPrivate->dbg, "%d ::OMX_AmrDecoder.c ::Error returned from the Component\n",
515 OMX_PRINT1(pComponentPrivate->dbg, "%d ::OMX_AmrDecoder.c ::OMX_ComponentInit - returning %d\n", __LINE__, error);
518 return error;
1441 OMX_ERRORTYPE error = OMX_ErrorUndefined; local
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDecoder.c 200 OMX_ERRORTYPE error = OMX_ErrorNone; local
452 error = RMProxy_NewInitalize();
453 if (error != OMX_ErrorNone) {
454 OMX_ERROR4(pComponentPrivate->dbg, "Error returned from loading ResourceManagerProxy thread\n");
459 error = WBAMR_DEC_StartComponentThread(pHandle);
460 if (error != OMX_ErrorNone) {
461 OMX_ERROR4(pComponentPrivate->dbg, "Error returned from the Component\n");
486 OMX_PRINT1(pComponentPrivate->dbg, "Exiting - returning %d\n", error);
488 return error;
616 OMX_ERROR4(pCompPrivate->dbg, "Error NotIfication
1371 OMX_ERRORTYPE error = OMX_ErrorUndefined; local
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDecoder.c 455 OMX_ERROR4(pComponentPrivate->dbg, "%d ::Error returned from loading ResourceManagerProxy thread\n",
464 OMX_ERROR4(pComponentPrivate->dbg, "%d ::Error returned from the Component\n",
645 OMX_ERROR4(pCompPrivate->dbg, "%d :: WMADEC: Error Notofication Sent to App\n",__LINE__);
715 error\n",__LINE__);
1300 OMX_ERRORTYPE error = OMX_ErrorUndefined; local
    [all...]
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
BinaryHprofWriter.java 135 String error = hprofTag.checkSize(recordLength); local
136 if (error != null) {
137 throw new AssertionError(error);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ObjectTest.java 302 long error = (after - before - delay); local
303 if (error < 0)
304 error = -error;
305 if (i > 0 && error > allowableError) {
313 if (error > (1000 + delay) || count == toLong.length) {
  /libcore/libart/src/main/java/java/lang/reflect/
Proxy.java 240 AssertionError error = new AssertionError(); local
241 error.initCause(cause);
242 throw error;
  /libcore/luni/src/main/java/java/lang/
Runtime.java 330 String error = doLoad(absolutePath, loader); local
331 if (error != null) {
332 throw new UnsatisfiedLinkError(error);
370 String error = doLoad(filename, loader); local
371 if (error != null) {
372 throw new UnsatisfiedLinkError(error);
385 String error = doLoad(candidate, loader); local
386 if (error == null) {
389 lastError = error;
  /libcore/luni/src/main/java/java/nio/charset/
CharsetDecoderICU.java 112 int error = NativeConverter.decode(converterHandle, input, inEnd, output, outEnd, data, true); local
113 if (ICU.U_FAILURE(error)) {
114 if (error == ICU.U_BUFFER_OVERFLOW_ERROR) {
116 } else if (error == ICU.U_TRUNCATED_CHAR_FOUND) {
138 int error = NativeConverter.decode(converterHandle, input, inEnd, output, outEnd, data, false); local
139 if (ICU.U_FAILURE(error)) {
140 if (error == ICU.U_BUFFER_OVERFLOW_ERROR) {
142 } else if (error == ICU.U_INVALID_CHAR_FOUND) {
144 } else if (error == ICU.U_ILLEGAL_CHAR_FOUND) {
147 throw new AssertionError(error);
    [all...]
CharsetEncoderICU.java 140 int error = NativeConverter.encode(converterHandle, input, inEnd, output, outEnd, data, true); local
141 if (ICU.U_FAILURE(error)) {
142 if (error == ICU.U_BUFFER_OVERFLOW_ERROR) {
144 } else if (error == ICU.U_TRUNCATED_CHAR_FOUND) {
167 int error = NativeConverter.encode(converterHandle, input, inEnd, output, outEnd, data, false); local
168 if (ICU.U_FAILURE(error)) {
169 if (error == ICU.U_BUFFER_OVERFLOW_ERROR) {
171 } else if (error == ICU.U_INVALID_CHAR_FOUND) {
173 } else if (error == ICU.U_ILLEGAL_CHAR_FOUND) {
176 throw new AssertionError(error);
    [all...]
  /libcore/luni/src/main/java/libcore/net/url/
FileURLConnection.java 109 * if an IO error occurs while connecting
114 IOException error = null; local
125 error = ioe;
128 if (error == null) {
141 if (error != null) {
142 throw error;
303 * if an IO error occurs
  /libcore/luni/src/main/java/libcore/reflect/
AnnotationMember.java 44 * means that the error occured during parsing or resolution of corresponding
59 protected static final char ERROR = '!';
112 tag = ERROR;
203 } else if (tag == ERROR) {
287 * Throws contained error (if any) with a renewed stack trace.
290 if (tag == ERROR) {
306 // got some other error, have to go with deep cloning
308 Throwable error = (Throwable)value; local
309 StackTraceElement[] ste = error.getStackTrace();
313 oos.writeObject(error);
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/zip/
OldAndroidZipFileTest.java 186 Exception error = null; local
190 error = ex;
193 assertNotNull("ZipFile shouldn't allow reading of closed files.", error);
  /libcore/luni/src/test/java/libcore/net/
NetworkSecurityPolicyTest.java 309 public void error(String message, Exception exception, int errorCode) { method in class:NetworkSecurityPolicyTest.MockErrorManager
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DOMTestCase.java 206 public void error(SAXParseException ex) { method in class:DOMTestCase.LoadErrorHandler
  /ndk/sources/android/crazy_linker/src/
crazy_linker_api.cpp 23 using crazy::Error;
37 error(),
50 Error error; member in struct:crazy_context_t
71 const char* error = context->error.c_str(); local
72 return (error[0] != '\0') ? error : NULL;
75 // Clear error in a given context.
77 context->error = ""
    [all...]

Completed in 599 milliseconds

<<41424344454647484950>>