Searched refs:errorStatus (Results 1 - 15 of 15) sorted by relevance

/external/aac/libAACdec/src/
H A Daacdecoder_lib.cpp259 AAC_DECODER_ERROR errorStatus = AAC_DEC_OK; local
282 errorStatus =
291 if ( (errorStatus != AAC_DEC_OK)
292 && (errorStatus != AAC_DEC_INVALID_HANDLE) ) {
319 errorStatus = AAC_DEC_SET_PARAM_FAIL;
324 errorStatus =
330 if ( (errorStatus != AAC_DEC_OK)
331 && (errorStatus != AAC_DEC_INVALID_HANDLE) ) {
335 if (errorStatus == AAC_DEC_OK) {
344 errorStatus
396 AAC_DECODER_ERROR errorStatus = AAC_DEC_OK; local
[all...]
/external/aac/libSBRdec/src/
H A Dsbrdecoder.cpp579 SBR_ERROR errorStatus = SBRDEC_OK; local
584 errorStatus = resetFreqBandTables(hSbrHeader, self->flags);
586 if (errorStatus == SBRDEC_OK) {
599 return errorStatus;
693 SBR_ERROR errorStatus = SBRDEC_OK; local
700 errorStatus = SBRDEC_SET_PARAM_FAIL;
704 errorStatus = SBRDEC_NOT_INITIALIZED;
711 errorStatus = SBRDEC_NOT_INITIALIZED;
722 errorStatus = SBRDEC_NOT_INITIALIZED;
736 errorStatus
911 SBR_ERROR errorStatus = SBRDEC_OK; local
1192 SBR_ERROR errorStatus = SBRDEC_OK; local
1383 SBR_ERROR errorStatus = SBRDEC_OK; local
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
H A Dbg.js151 }, function(errorStatus) {
152 if (errorStatus == 404) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.appserver_3.1.400.v20100427.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/aac/libPCMutils/src/
H A Dpcmutils_lib.cpp766 PCMDMX_ERROR errorStatus = PCMDMX_OK; local
782 errorStatus = pcmDmx_Reset(self, PCMDMX_RESET_BS_DATA);
796 if (self->applyProcessing == 0) { return (errorStatus); }
1079 errorStatus = PCMDMX_INVALID_MODE;
1215 return (errorStatus);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DOverridesSupport.js276 WebInspector.OverridesSupport.GeolocationPosition.parseUserInput = function(latitudeString, longitudeString, errorStatus)
297 return new WebInspector.OverridesSupport.GeolocationPosition(latitude, longitude, errorStatus ? "PositionUnavailable" : "");
/external/aac/libSBRenc/src/
H A Dsbr_encoder.cpp1387 INT errorStatus = 1; local
1459 errorStatus = 0;
1460 return errorStatus;
1465 return errorStatus;
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DSerializedScriptValue.cpp1004 StateBase* handleError(Status errorStatus, StateBase* state) argument
1006 ASSERT(errorStatus != Success);
1007 m_status = errorStatus;

Completed in 1814 milliseconds