HomeSort by relevance Sort by last modified time
    Searched refs:error_status (Results 1 - 25 of 27) sorted by null

1 2

  /external/libavc/encoder/
ih264e_cavlc.c 248 IH264E_ERROR_T error_status = IH264E_SUCCESS; local
308 error_status = ih264e_put_bits(ps_bit_stream, u4_codeword, u4_codesize);
310 return error_status;
369 error_status = ih264e_put_bits(ps_bit_stream, u4_codeword, u4_codesize);
376 error_status = ih264e_put_bits(ps_bit_stream, u4_sign1, u4_trailing_ones);
461 error_status = ih264e_put_bits(ps_bit_stream, u4_codeword, u4_codesize);
520 error_status = ih264e_put_bits(ps_bit_stream, u4_codeword, u4_codesize);
551 error_status = ih264e_put_bits(ps_bit_stream, u4_codeword, u4_codesize);
563 return error_status;
613 IH264E_ERROR_T error_status = IH264E_SUCCESS local
703 IH264E_ERROR_T error_status = IH264E_SUCCESS; local
955 IH264E_ERROR_T error_status = IH264E_SUCCESS; local
1177 IH264E_ERROR_T error_status = IH264E_SUCCESS; local
1475 IH264E_ERROR_T error_status = IH264E_SUCCESS; local
    [all...]
ih264e_encode.c 162 * @returns error_status
202 IH264E_ERROR_T error_status = IH264E_SUCCESS; local
232 error_status |= IH264E_INSUFFICIENT_OUTPUT_BUFFER;
233 SET_ERROR_ON_RETURN(error_status,
277 error_status |= ih264e_codec_update_config(ps_codec, ps_cfg);
278 SET_ERROR_ON_RETURN(error_status,
324 error_status |= ih264e_mv_buf_mgr_add_bufs(ps_codec);
325 SET_ERROR_ON_RETURN(error_status,
331 error_status |= ih264e_pic_buf_mgr_add_bufs(ps_codec);
332 SET_ERROR_ON_RETURN(error_status,
    [all...]
ih264e_process.c 879 WORD32 error_status = IH264_SUCCESS; local
1894 WORD32 error_status = IH264_SUCCESS; local
2437 WORD32 error_status = IH264_SUCCESS; local
    [all...]
ih264e_utils.c 864 IH264E_ERROR_T error_status = IH264E_SUCCESS; local
920 error_status = IH264E_INSUFFICIENT_MEM_MVBANK;
922 return error_status;
940 error_status = IH264E_BUF_MGR_ERROR;
941 return error_status;
948 return error_status;
1395 IH264E_ERROR_T error_status = IH264E_SUCCESS; local
    [all...]
  /external/libnfc-nxp/src/
phHciNfc_Sequence.c 620 status = psHciContext->error_status;
634 NFCSTATUS error_status,
647 HCI_DEBUG ("HCI : Error Status : %04X\n", error_status);
669 comp_info.status = error_status ;
679 comp_info.status = error_status ;
681 psHciContext->error_status = error_status;
685 psHciContext->error_status = NFCSTATUS_SUCCESS;
697 psHciContext->error_status = error_status;
    [all...]
phHciNfc_Sequence.h 354 NFCSTATUS error_status,
phHciNfc_Generic.h 691 NFCSTATUS error_status; member in struct:phHciNfc_sContext
    [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_progress.cpp 622 FXCODEC_STATUS error_status = FXCODEC_STATUS_ERROR; local
624 error_status)) {
882 FXCODEC_STATUS error_status = FXCODEC_STATUS_ERROR; local
1047 FXCODEC_STATUS error_status = FXCODEC_STATUS_ERR_FORMAT; local
1103 FXCODEC_STATUS error_status = FXCODEC_STATUS_ERR_FORMAT; local
1220 FXCODEC_STATUS error_status = FXCODEC_STATUS_ERR_FORMAT; local
1826 FXCODEC_STATUS error_status = FXCODEC_STATUS_ERR_READ; local
1914 FXCODEC_STATUS error_status = FXCODEC_STATUS_ERROR; local
2089 FXCODEC_STATUS error_status = FXCODEC_STATUS_DECODE_FINISH; local
2164 FXCODEC_STATUS error_status = FXCODEC_STATUS_DECODE_FINISH; local
2190 FXCODEC_STATUS error_status = FXCODEC_STATUS_DECODE_FINISH; local
    [all...]
  /external/c-ares/
ares_send.c 113 query->error_status = ARES_ECONNREFUSED;
ares_private.h 210 int error_status; member in struct:query
ares_process.c 525 query->error_status = ARES_ETIMEOUT;
721 end_query(channel, query, query->error_status, NULL, 0);
    [all...]
  /hardware/intel/common/libva/va/
va_trace.h 167 VAStatus error_status,
va_backend.h 197 VAStatus error_status,
va.c 379 * Returns a short english description of error_status
381 const char *vaErrorStr(VAStatus error_status)
383 switch(error_status) {
    [all...]
va.h 245 * Returns a short english description of error_status
247 const char *vaErrorStr(VAStatus error_status);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/wsgiref/
handlers.py 66 error_status = "500 Internal Server Error" variable in class:BaseHandler
312 By default, this just uses the 'error_status', 'error_headers',
322 start_response(self.error_status,self.error_headers[:],sys.exc_info())
  /prebuilts/gdb/linux-x86/lib/python2.7/wsgiref/
handlers.py 66 error_status = "500 Internal Server Error" variable in class:BaseHandler
312 By default, this just uses the 'error_status', 'error_headers',
322 start_response(self.error_status,self.error_headers[:],sys.exc_info())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
handlers.py 66 error_status = "500 Internal Server Error" variable in class:BaseHandler
312 By default, this just uses the 'error_status', 'error_headers',
322 start_response(self.error_status,self.error_headers[:],sys.exc_info())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
handlers.py 66 error_status = "500 Internal Server Error" variable in class:BaseHandler
312 By default, this just uses the 'error_status', 'error_headers',
322 start_response(self.error_status,self.error_headers[:],sys.exc_info())
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsnmp.h 251 HSNMP_PDU WINAPI SnmpCreatePdu(HSNMP_SESSION session,smiINT PDU_type,smiINT32 request_id,smiINT error_status,smiINT error_index,HSNMP_VBL varbindlist);
252 SNMPAPI_STATUS WINAPI SnmpGetPduData(HSNMP_PDU PDU,smiLPINT PDU_type,smiLPINT32 request_id,smiLPINT error_status,smiLPINT error_index,LPHSNMP_VBL varbindlist);
  /external/minijail/
libminijail.c 1947 int error_status = st; local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_wsgiref.py 478 "\r\n%s" % (h.error_status,len(h.error_body),h.error_body))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_wsgiref.py 478 "\r\n%s" % (h.error_status,len(h.error_body),h.error_body))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_wsgiref.py 478 "\r\n%s" % (h.error_status,len(h.error_body),h.error_body))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_wsgiref.py 478 "\r\n%s" % (h.error_status,len(h.error_body),h.error_body))

Completed in 1280 milliseconds

1 2