HomeSort by relevance Sort by last modified time
    Searched defs:error_status (Results 1 - 7 of 7) sorted by null

  /external/libavc/encoder/
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_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_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...]
ih264e_process.c 878 WORD32 error_status = IH264_SUCCESS; local
1893 WORD32 error_status = IH264_SUCCESS; local
2437 WORD32 error_status = IH264_SUCCESS; local
    [all...]
  /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())
  /external/libnfc-nxp/src/
phHciNfc_Generic.h 691 NFCSTATUS error_status; member in struct:phHciNfc_sContext
    [all...]

Completed in 310 milliseconds