Home
last modified time | relevance | path

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

12

/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.c205 IH264E_ERROR_T error_status = IH264E_SUCCESS; in ih264e_encode() local
238 error_status = IH264E_INSUFFICIENT_OUTPUT_BUFFER; in ih264e_encode()
239 SET_ERROR_ON_RETURN(error_status, in ih264e_encode()
283 error_status = ih264e_codec_update_config(ps_codec, ps_cfg); in ih264e_encode()
284 SET_ERROR_ON_RETURN(error_status, in ih264e_encode()
407 error_status = ih264e_mv_buf_mgr_add_bufs(ps_codec); in ih264e_encode()
408 SET_ERROR_ON_RETURN(error_status, in ih264e_encode()
414 error_status = ih264e_pic_buf_mgr_add_bufs(ps_codec); in ih264e_encode()
415 SET_ERROR_ON_RETURN(error_status, in ih264e_encode()
437 error_status = ih264e_generate_sps_pps(ps_codec); in ih264e_encode()
[all …]
Dih264e_process.c946 WORD32 error_status = IH264_SUCCESS; in ih264e_update_proc_ctxt() local
1111 error_status = ih264_list_queue(ps_proc->pv_entropy_jobq, &s_job, 1); in ih264e_update_proc_ctxt()
1112 if(error_status != IH264_SUCCESS) in ih264e_update_proc_ctxt()
1114 return error_status; in ih264e_update_proc_ctxt()
1187 return error_status; in ih264e_update_proc_ctxt()
1974 WORD32 error_status = IH264_SUCCESS; in ih264e_process() local
2325 error_status = ih264e_update_proc_ctxt(ps_proc); in ih264e_process()
2326 if(error_status != IH264E_SUCCESS) in ih264e_process()
2328 return error_status; in ih264e_process()
2352 error_status = ih264_buf_mgr_release(ps_codec->pv_mv_buf_mgr, in ih264e_process()
[all …]
Dih264e_utils.c876 IH264E_ERROR_T error_status = IH264E_SUCCESS; in ih264e_mv_buf_mgr_add_bufs() local
932 error_status = IH264E_INSUFFICIENT_MEM_MVBANK; in ih264e_mv_buf_mgr_add_bufs()
934 return error_status; in ih264e_mv_buf_mgr_add_bufs()
952 error_status = IH264E_BUF_MGR_ERROR; in ih264e_mv_buf_mgr_add_bufs()
953 return error_status; in ih264e_mv_buf_mgr_add_bufs()
960 return error_status; in ih264e_mv_buf_mgr_add_bufs()
1407 IH264E_ERROR_T error_status = IH264E_SUCCESS; in ih264e_pic_init() local
2205 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/flac/src/metaflac/
Doperations_shorthand_seektable.c105 FLAC__StreamDecoderErrorStatus error_status; member
160 cd->error_status = status; in error_callback_()
211 …s)\n", filename, (unsigned)client_data.error_status, FLAC__StreamDecoderErrorStatusString[client_d… in populate_seekpoint_values()
/external/pdfium/core/fxcodec/
Dprogressivedecoder.cpp421 FXCODEC_STATUS error_status = FXCODEC_STATUS_ERROR; in GifInputRecordPositionBuf() local
422 if (!GifReadMoreData(m_pCodecMgr->GetGifModule(), error_status)) { in GifInputRecordPositionBuf()
563 FXCODEC_STATUS error_status = FXCODEC_STATUS_ERROR; in BmpInputImagePositionBuf() local
565 error_status); in BmpInputImagePositionBuf()
710 FXCODEC_STATUS error_status = FXCODEC_STATUS_ERR_FORMAT; in BmpDetectImageTypeInBuffer() local
711 if (!BmpReadMoreData(pBmpModule, pBmpContext.get(), error_status)) { in BmpDetectImageTypeInBuffer()
712 m_status = error_status; in BmpDetectImageTypeInBuffer()
805 FXCODEC_STATUS error_status = FXCODEC_STATUS_DECODE_FINISH; in BmpContinueDecode() local
806 if (!BmpReadMoreData(pBmpModule, m_pBmpContext.get(), error_status)) { in BmpContinueDecode()
809 m_status = error_status; in BmpContinueDecode()
[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/openscreen/cast/standalone_receiver/
Dstreaming_playback_controller.cc65 client_->OnPlaybackError(this, audio_player_->error_status()); in OnMirroringNegotiated()
72 client_->OnPlaybackError(this, video_player_->error_status()); in OnMirroringNegotiated()
Dsdl_player_base.h33 const Error& error_status() const { return error_status_; } in error_status() function
/external/pigweed/pw_log_rpc/
Dlogs_rpc_test.cc34 void SetPopStatus(Status error_status) { in SetPopStatus() argument
35 pop_status_for_test_ = error_status; in SetPopStatus()
/external/libtextclassifier/native/utils/base/
Dstatusor_test.cc101 StatusOr<Foo> error_status(Status::UNKNOWN); in TEST() local
102 StatusOr<Bar> moved_error_status(std::move(error_status)); in TEST()
/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.h85 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
398 start_response(self.error_status,self.error_headers[:],sys.exc_info())
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares_send.c116 query->error_status = ARES_ECONNREFUSED; in ares_send()
Dares_private.h224 int error_status; member
Dares_process.c559 query->error_status = ARES_ETIMEOUT; in process_timeouts()
802 end_query(channel, query, query->error_status, NULL, 0); in next_server()
/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.cc605 Status error_status = ShapeUtil::ForEachIndexWithStatus( in TEST() local
609 EXPECT_FALSE(error_status.ok()); in TEST()
610 EXPECT_THAT(error_status.error_message(), in TEST()
/external/libcups/backend/
Dsnmp.c915 debug_printf("DEBUG: error-status=%d\n", packet.error_status); in read_snmp_response()
917 if (packet.error_status && packet.request_id != DEVICE_TYPE) in read_snmp_response()
/external/tensorflow/tensorflow/compiler/xla/service/
Dlayout_assignment_test.cc830 Status error_status = layout_assignment.Run(m.get()).status(); in TEST_F() local
831 EXPECT_FALSE(error_status.ok()); in TEST_F()
833 error_status.error_message(), in TEST_F()
/external/minijail/
Dlibminijail.c3387 int error_status = st; in minijail_wait_internal() local
3402 error_status = MINIJAIL_ERR_JAIL; in minijail_wait_internal()
3404 error_status = MINIJAIL_ERR_SIG_BASE + signum; in minijail_wait_internal()
3407 return error_status; in minijail_wait_internal()
/external/mesa3d/src/gallium/frontends/va/
Dva_private.h368 VAStatus error_status, void **error_info);

12