Searched defs:status (Results 1 - 25 of 183) sorted by relevance

12345678

/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dpvmp4audiodecoderconfig.cpp70 status = 0 if no error occurred
186 Int status = MP4AUDEC_INCOMPLETE_FRAME; local
219 status = get_audio_specific_config(pVars);
226 if (status == SUCCESS)
257 * Default to nonrecoverable error status unless there is a Buffer overrun
259 status = MP4AUDEC_INVALID_FRAME;
266 status = MP4AUDEC_INCOMPLETE_FRAME; /* audio config too small */
280 pVars->status = status;
282 return (status);
[all...]
H A Dget_audio_specific_config.cpp30 (3) clean up status flag, default to SUCCESS
65 status = 0 if successfully decoded AudioSpecificConfig
108 status = SUCCESS;
141 status = 1;
149 (audioObjectType == MP4AUDIO_TWINVQ)) AND (status == -1))
151 status = CALL get_GA_specific_config(
157 RETURNING (status)
163 status = 1;
168 status = 1;
173 status
317 Int status; local
[all...]
H A Dget_ga_specific_config.cpp70 status = 0 if success
144 status = CALL get_prog_config(
148 RETURNING (status)
155 status = CALL set_mc_info(
176 status = 1;
222 status = 1;
226 RETURN status;
309 Int status = SUCCESS; local
346 status = 1; /* do not support scalable coding in this release */
360 if (status
[all...]
H A Dget_prog_config.cpp69 status = zero if no error was found, non-zero otherwise.
130 status = SUCCESS;
372 RETURN( status = return_value )
379 RETURN (status)
462 Int status = SUCCESS; local
725 status =
737 return (status);
H A Dget_pulse_data.cpp63 status = return value, zero signifies success, non-zero otherwise.
133 status = SUCCESS;
159 RETURN status
240 Int status = SUCCESS; local
284 return (status);
H A Dpvmp4setaudioconfig.cpp62 status = 0 if no error occurred
182 Int status = MP4AUDEC_INCOMPLETE_FRAME; local
245 status = -1;
274 status = -1; /* do not support more than two channels */
275 pVars->status = status;
276 return (status);
289 status = set_mc_info(&(pVars->mc_info),
303 status = set_mc_info(&(pVars->mc_info),
335 status
[all...]
H A Dset_mc_info.cpp275 Int status; local
276 status = infoinit(sampling_rate_idx,
279 if (SUCCESS != status)
H A Dfind_adts_syncword.cpp88 If no syncword is found, the function returns status == ERROR.
145 status = ERROR;
154 status = ERROR;
157 return (status);
236 Int status = SUCCESS; local
280 status = FIND_ADTS_ERROR;
298 status = FIND_ADTS_ERROR;
303 return (status);
H A Dget_adif_header.cpp37 4) ADD a test for status != SUCCESS in loop.
148 status = -1;
190 (i >= 0) && (status == SUCCESS);
203 RETURNING( status )
208 RETURN (status)
304 Int status = SUCCESS; local
333 status = -1;
392 (i >= 0) && (status == SUCCESS);
411 status =
441 return status;
[all...]
H A Dget_adts_header.cpp175 RETURNING status
187 RETURNING status
227 RETURNING status = SUCCESS/FAILURE
234 RETURNING status = SUCCESS/FAILURE
241 RETURNING status = SUCCESS/FAILURE
244 IF (status == SUCCESS)
277 status = 1;
280 return (status);
369 Int status = SUCCESS; local
385 status
[all...]
H A Dhuffdecode.cpp55 Description: Modified so getmask is NOT called if the status returned
111 status = 0 if success
201 status = 1;
205 IF (status == SUCCESS)
234 RETURNING(status)
236 IF (status == SUCCESS)
259 status = 1;
274 ENDIF (status)
278 WHILE((ch <= rightCh) AND (status == SUCCESS))
280 status
386 Int status = SUCCESS; local
[all...]
H A Dget_ics_info.cpp96 to call this left LTP status since if common_window = FALSE,
111 status = 0 implies no error occurred, non-zero otherwise.
187 status = 0;
240 status = 1
290 status = 1
305 status = 1;
317 RETURN (status);
420 Int status = SUCCESS; local
461 status = 1; /* ERROR CODE - needs to be updated */
522 status
[all...]
H A Dps_allocate_decoder.cpp142 Int32 status; local
201 status = ps_hybrid_filter_bank_allocation(&h_ps_dec->hHybrid,
333 return status;
H A Ds_sbr_header_data.h73 SBR_HEADER_STATUS status; /* the current status of the header */ member in struct:__anon480
74 SBR_MASTER_STATUS masterStatus;/* status of v_k_master freq table */
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
H A Ddec_pred_intra_dc.cpp32 PV_STATUS status = PV_SUCCESS; local
41 status = PV_VlcDecIntraDCPredSize(stream, compnum, &DC_size);
43 if (status == PV_SUCCESS)
73 return status;
H A Dbitstream.h53 PV_STATUS status = PV_SUCCESS; local
59 status = BitstreamFillCache(stream);
63 return status;
71 PV_STATUS status = PV_SUCCESS; local
76 status = BitstreamFillCache(stream);
79 return status;
85 PV_STATUS status = PV_SUCCESS; local
90 status = BitstreamFillCache(stream);
93 return status;
H A Dpacket_util.cpp30 PV_STATUS status; local
47 status = PV_BitstreamShowBitsByteAlign(stream, resync_marker_length, &tmpvar32);
48 /* if (status != PV_SUCCESS && status != PV_END_OF_BUFFER) return status; */
115 status = BitstreamCheckEndBuffer(stream); /* return end_of_VOP 03/30/01 */
116 if (status != PV_SUCCESS)
118 return status;
120 status = BitstreamShowBits32HC(stream, &tmpvar32); /* 07/07/01 */
196 PV_STATUS status; local
[all...]
/frameworks/base/cmds/servicemanager/
H A Dbctest.c36 unsigned status; local
49 status = bio_get_uint32(&reply);
53 return status;
/frameworks/base/location/java/android/location/
H A DLocationListener.java40 * Called when the provider status changes. This method is called when
46 * @param status {@link LocationProvider#OUT_OF_SERVICE} if the
53 * status variables.
63 void onStatusChanged(String provider, int status, Bundle extras); argument
/frameworks/base/media/libstagefright/rtsp/
H A DARTPAssembler.cpp39 AssemblyStatus status; local
41 status = assembleMore(source);
43 if (status == WRONG_SEQUENCE_NUMBER) {
59 if (status == NOT_ENOUGH_DATA) {
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallForwardInfo.java27 public int status; /*1 = active, 0 = not active */ field in class:CallForwardInfo
35 return super.toString() + (status == 0 ? " not active " : " active ")
/frameworks/base/core/java/com/google/android/mms/pdu/
H A DNotifyRespInd.java31 * @param status the status value
38 int status) throws InvalidHeaderValueException {
43 setStatus(status);
36 NotifyRespInd(int mmsVersion, byte[] transactionId, int status) argument
/frameworks/base/media/jni/soundpool/
H A DSoundPoolThread.cpp107 status_t status = -1; local
109 status = sample->doLoad();
111 mSoundPool->notify(SoundPoolEvent(SoundPoolEvent::SAMPLE_LOADED, sampleID, status));
/frameworks/base/media/libmedia/
H A DIAudioRecord.cpp49 status_t status = remote()->transact(START, data, &reply); local
50 if (status == NO_ERROR) {
51 status = reply.readInt32();
53 LOGW("start() error: %s", strerror(-status));
55 return status;
70 status_t status = remote()->transact(GET_CBLK, data, &reply); local
71 if (status == NO_ERROR) {
/frameworks/base/test-runner/src/junit/runner/
H A DTestRunListener.java10 /* test status constants*/
19 public void testFailed(int status, String testName, String trace); argument

Completed in 273 milliseconds

12345678