Home
last modified time | relevance | path

Searched refs:error_status (Results 1 – 23 of 23) sorted by relevance

/external/libavc/encoder/
Dih264e_cavlc.c248 IH264E_ERROR_T error_status = IH264E_SUCCESS; in ih264e_write_coeff4x4_cavlc() local
308 error_status = ih264e_put_bits(ps_bit_stream, u4_codeword, u4_codesize); in ih264e_write_coeff4x4_cavlc()
310 return error_status; in ih264e_write_coeff4x4_cavlc()
369 error_status = ih264e_put_bits(ps_bit_stream, u4_codeword, u4_codesize); in ih264e_write_coeff4x4_cavlc()
376 error_status = ih264e_put_bits(ps_bit_stream, u4_sign1, u4_trailing_ones); in ih264e_write_coeff4x4_cavlc()
461 error_status = ih264e_put_bits(ps_bit_stream, u4_codeword, u4_codesize); in ih264e_write_coeff4x4_cavlc()
520 error_status = ih264e_put_bits(ps_bit_stream, u4_codeword, u4_codesize); in ih264e_write_coeff4x4_cavlc()
551 error_status = ih264e_put_bits(ps_bit_stream, u4_codeword, u4_codesize); in ih264e_write_coeff4x4_cavlc()
563 return error_status; in ih264e_write_coeff4x4_cavlc()
613 IH264E_ERROR_T error_status = IH264E_SUCCESS; in ih264e_write_coeff8x8_cavlc() local
[all …]
Dih264e_encode.c202 IH264E_ERROR_T error_status = IH264E_SUCCESS; in ih264e_encode() local
232 error_status |= IH264E_INSUFFICIENT_OUTPUT_BUFFER; in ih264e_encode()
233 SET_ERROR_ON_RETURN(error_status, in ih264e_encode()
277 error_status |= ih264e_codec_update_config(ps_codec, ps_cfg); in ih264e_encode()
278 SET_ERROR_ON_RETURN(error_status, in ih264e_encode()
324 error_status |= ih264e_mv_buf_mgr_add_bufs(ps_codec); in ih264e_encode()
325 SET_ERROR_ON_RETURN(error_status, in ih264e_encode()
331 error_status |= ih264e_pic_buf_mgr_add_bufs(ps_codec); in ih264e_encode()
332 SET_ERROR_ON_RETURN(error_status, in ih264e_encode()
354 error_status |= ih264e_generate_sps_pps(ps_codec); in ih264e_encode()
[all …]
Dih264e_process.c886 WORD32 error_status = IH264_SUCCESS; in ih264e_update_proc_ctxt() local
1051 error_status |= ih264_list_queue(ps_proc->pv_entropy_jobq, &s_job, 1); in ih264e_update_proc_ctxt()
1124 return error_status; in ih264e_update_proc_ctxt()
1901 WORD32 error_status = IH264_SUCCESS; in ih264e_process() local
2252 error_status |= ih264e_update_proc_ctxt(ps_proc); in ih264e_process()
2276error_status |= ih264_buf_mgr_release(ps_codec->pv_mv_buf_mgr, ps_cur_mv_buf->i4_buf_id , BUF_MGR_… in ih264e_process()
2278error_status |= ih264_buf_mgr_release(ps_codec->pv_ref_buf_mgr, ps_cur_pic->i4_buf_id , BUF_MGR_CO… in ih264e_process()
2301 return error_status; in ih264e_process()
2444 WORD32 error_status = IH264_SUCCESS; in ih264e_process_thread() local
2524 error_status |= ih264e_process(ps_proc); in ih264e_process_thread()
[all …]
Dih264e_utils.c874 IH264E_ERROR_T error_status = IH264E_SUCCESS; in ih264e_mv_buf_mgr_add_bufs() local
930 error_status = IH264E_INSUFFICIENT_MEM_MVBANK; in ih264e_mv_buf_mgr_add_bufs()
932 return error_status; in ih264e_mv_buf_mgr_add_bufs()
950 error_status = IH264E_BUF_MGR_ERROR; in ih264e_mv_buf_mgr_add_bufs()
951 return error_status; in ih264e_mv_buf_mgr_add_bufs()
958 return error_status; in ih264e_mv_buf_mgr_add_bufs()
1405 IH264E_ERROR_T error_status = IH264E_SUCCESS; in ih264e_pic_init() local
2203 return error_status; in ih264e_pic_init()
/external/tensorflow/tensorflow/core/grappler/
Dmutable_graph_view.cc496 auto error_status = [node_name, op, device, attrs](absl::string_view msg) { in UpdateNode() local
511 TF_RETURN_IF_ERROR(CheckNodeExists(node_name, node, error_status)); in UpdateNode()
516 return error_status( in UpdateNode()
550 auto error_status = [from_node_name, to_node_name, in UpdateNodeName() local
559 TF_RETURN_IF_ERROR(CheckNodeExists(from_node_name, node, error_status)); in UpdateNodeName()
565 return error_status( in UpdateNodeName()
581 return error_status("can't update node name because node has fanouts"); in UpdateNodeName()
593 auto error_status = [from_node_name, to_node_name, in SwapNodeNames() local
602 TF_RETURN_IF_ERROR(CheckNodeExists(from_node_name, from_node, error_status)); in SwapNodeNames()
607 TF_RETURN_IF_ERROR(CheckNodeExists(to_node_name, to_node, error_status)); in SwapNodeNames()
[all …]
/external/u-boot/drivers/usb/gadget/
Df_sdp.c106 u32 error_status; member
263 sdp->error_status = 0x0; in sdp_rx_command_complete()
274 sdp->error_status = SDP_WRITE_FILE_COMPLETE; in sdp_rx_command_complete()
287 sdp->error_status = 0; in sdp_rx_command_complete()
294 sdp->error_status = SDP_WRITE_REGISTER_COMPLETE; in sdp_rx_command_complete()
302 sdp->error_status = 0; in sdp_rx_command_complete()
310 sdp->error_status = SDP_SKIP_DCD_HEADER_COMPLETE; in sdp_rx_command_complete()
385 if (sdp->always_send_status || sdp->error_status) in sdp_tx_complete()
658 memcpy(&data[1], &sdp_func->error_status, 4); in sdp_handle_in_ep()
700 sdp_func->error_status = status; in sdp_handle_in_ep()
/external/pdfium/core/fxcodec/codec/
Dfx_codec_progress.cpp610 FXCODEC_STATUS error_status = FXCODEC_STATUS_ERROR; in GifInputRecordPositionBuf() local
611 if (!GifReadMoreData(m_pCodecMgr->GetGifModule(), error_status)) { in GifInputRecordPositionBuf()
871 FXCODEC_STATUS error_status = FXCODEC_STATUS_ERROR; in BmpInputImagePositionBuf() local
872 return BmpReadMoreData(m_pCodecMgr->GetBmpModule(), error_status); in BmpInputImagePositionBuf()
1047 FXCODEC_STATUS error_status = FXCODEC_STATUS_ERR_FORMAT; in BmpDetectImageType() local
1048 if (!BmpReadMoreData(pBmpModule, error_status)) { in BmpDetectImageType()
1049 m_status = error_status; in BmpDetectImageType()
1145 FXCODEC_STATUS error_status = FXCODEC_STATUS_ERR_FORMAT; in JpegDetectImageType() local
1146 if (!JpegReadMoreData(pJpegModule, error_status)) { in JpegDetectImageType()
1147 m_status = error_status; in JpegDetectImageType()
[all …]
/external/libxaac/decoder/
Dixheaacd_multichannel.c155 IA_ERRORCODE error_status = IA_NO_ERROR; in ixheaacd_dec_coupling_channel_element() local
195 error_status = ixheaacd_individual_ch_stream( in ixheaacd_dec_coupling_channel_element()
199 if (error_status) return error_status; in ixheaacd_dec_coupling_channel_element()
255 return error_status; in ixheaacd_dec_coupling_channel_element()
/external/python/cpython2/Lib/wsgiref/
Dhandlers.py66 error_status = "500 Internal Server Error" variable in BaseHandler
322 start_response(self.error_status,self.error_headers[:],sys.exc_info())
/external/libcups/cups/
Dsnmp-private.h90 int error_status; /* error-status value */ member
Dsnmp.c615 if (packet.error || packet.error_status) in _cupsSNMPWalk()
985 packet->error_status = asn1_get_integer(&bufptr, bufend, length); in asn1_decode_snmp()
1138 2 + asn1_size_integer(packet->error_status) + in asn1_encode_snmp()
1175 asn1_set_integer(&bufptr, packet->error_status); in asn1_encode_snmp()
/external/python/cpython3/Lib/wsgiref/
Dhandlers.py118 error_status = "500 Internal Server Error" variable in BaseHandler
384 start_response(self.error_status,self.error_headers[:],sys.exc_info())
/external/tcpdump/
Dprint-snmp.c1323 int count = 0, error_status; in snmppdu_print() local
1346 error_status = 0; in snmppdu_print()
1358 error_status = elem.data.integer; in snmppdu_print()
1378 if (!error_status) in snmppdu_print()
1382 } else if (error_status) { in snmppdu_print()
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util_test.cc581 Status error_status = ShapeUtil::ForEachIndexWithStatus( in TEST() local
585 EXPECT_FALSE(error_status.ok()); in TEST()
586 EXPECT_THAT(error_status.error_message(), in TEST()
/external/tensorflow/tensorflow/compiler/xla/service/
Dlayout_assignment_test.cc833 Status error_status = layout_assignment.Run(m.get()).status(); in TEST_F() local
834 EXPECT_FALSE(error_status.ok()); in TEST_F()
836 error_status.error_message(), in TEST_F()
/external/minijail/
Dlibminijail.c3043 int error_status = st; in minijail_wait() local
3056 error_status = MINIJAIL_ERR_JAIL; in minijail_wait()
3058 error_status = 128 + signum; in minijail_wait()
3061 return error_status; in minijail_wait()
/external/mesa3d/src/gallium/state_trackers/va/
Dva_private.h346 VAStatus error_status, void **error_info);
Dsurface.c153 vlVaQuerySurfaceError(VADriverContextP ctx, VASurfaceID render_target, VAStatus error_status, void … in vlVaQuerySurfaceError() argument
/external/tensorflow/tensorflow/contrib/verbs/
DREADME.md140 …_addr/checksum | rkey | is_dead | data_type | tensor_shape | tensor_bytes | error_status |
167 * error_status - The error status (code, message, details).
/external/python/cpython2/Lib/test/
Dtest_wsgiref.py489 "\r\n%s" % (h.error_status,len(h.error_body),h.error_body))
/external/python/cpython3/Lib/test/
Dtest_wsgiref.py663 "\r\n" % (h.error_status,len(h.error_body))).encode('iso-8859-1')
/external/python/cpython2/Doc/library/
Dwsgiref.rst635 The default implementation just uses the :attr:`error_status`,
645 .. attribute:: BaseHandler.error_status
/external/python/cpython3/Doc/library/
Dwsgiref.rst670 The default implementation just uses the :attr:`error_status`,
680 .. attribute:: BaseHandler.error_status