Lines Matching refs:status

110     IV_API_CALL_STATUS_T status;
119 status = ivdec_api_function(mCodecCtx, (void *)&s_ctl_ip,
122 if (status != IV_SUCCESS) {
135 IV_API_CALL_STATUS_T status;
147 status = ivdec_api_function(mCodecCtx, (void *)&s_ctl_ip,
150 if (status != IV_SUCCESS) {
175 IV_API_CALL_STATUS_T status;
182 status = ivdec_api_function(mCodecCtx, (void *)&s_ctl_ip,
184 if (IV_SUCCESS != status) {
201 IV_API_CALL_STATUS_T status;
208 status = ivdec_api_function(mCodecCtx, (void *)&s_set_cores_ip,
210 if (IV_SUCCESS != status) {
219 IV_API_CALL_STATUS_T status;
230 status = ivdec_api_function(mCodecCtx, (void *)&s_video_flush_ip,
233 if (status != IV_SUCCESS) {
234 ALOGE("Error in setting the decoder in flush mode: (%d) 0x%x", status,
244 IV_API_CALL_STATUS_T status;
284 status = ivdec_api_function(mCodecCtx, (void*)&s_num_mem_rec_ip,
286 if (IV_SUCCESS != status) {
330 status = ivdec_api_function(mCodecCtx, (void *)&s_fill_mem_ip,
333 if (IV_SUCCESS != status) {
349 status = IV_FAIL;
386 status = ivdec_api_function(mCodecCtx, (void *)&s_init_ip,
388 if (status != IV_SUCCESS) {
533 IV_API_CALL_STATUS_T status;
538 status = ivdec_api_function(mCodecCtx, (void *)&s_dec_ip,
645 IV_API_CALL_STATUS_T status;
646 status = ivdec_api_function(mCodecCtx, (void *)&s_dec_ip, (void *)&s_dec_op);
647 // FIXME: Compare |status| to IHEVCD_UNSUPPORTED_DIMENSIONS, which is not one of the
649 // The decoder should be fixed so that |u4_error_code| instead of |status| returns
652 ((IHEVCD_UNSUPPORTED_DIMENSIONS == (IHEVCD_CXA_ERROR_CODES_T)status)