HomeSort by relevance Sort by last modified time
    Searched full:e_handle (Results 1 - 19 of 19) sorted by null

  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_cache.c 78 i, p_cur_srvc->s_handle, p_cur_srvc->e_handle,
118 APPL_TRACE_ERROR("\t rec[%d] uuid[0x%04x] s_handle[%d] e_handle[%d] is_primary[%d]",
119 i + 1, pp->uuid.uu.uuid16, pp->s_handle, pp->e_handle, pp->is_primary);
296 UINT16 s_handle, UINT16 e_handle,
317 p_new_srvc->e_handle = e_handle;
448 *p_e_hdl = p_rec->e_handle;
450 APPL_TRACE_DEBUG("discover range [%d ~ %d]",p_rec->s_handle, p_rec->e_handle);
499 param.e_handle = 0xFFFF;
506 bta_gattc_get_disc_range(p_server_cb, &param.s_handle, &param.e_handle, is_service)
    [all...]
bta_gattc_int.h 274 UINT16 e_handle; member in struct:gattc_svc_cache
285 UINT16 e_handle; member in struct:__anon5194
  /external/bluetooth/bluedroid/stack/gatt/
gatt_attr.c 333 p_clcb->e_handle = p_data->value.group_value.e_handle;
427 srvc_disc_param.e_handle = 0xffff;
439 srvc_disc_param.e_handle = p_clcb->e_handle;
451 srvc_disc_param.e_handle = p_clcb->e_handle;
gatt_cl.c 86 if (p_clcb->s_handle <= p_clcb->e_handle && p_clcb->s_handle != 0)
91 cl_req.browse.e_handle = p_clcb->e_handle;
104 cl_req.find_type_value.e_handle = p_clcb->e_handle;
151 msg.browse.e_handle = p_clcb->e_handle;
433 STREAM_TO_UINT16 (result.value.group_value.e_handle, p);
443 p_clcb->s_handle = (result.value.group_value.e_handle == 0) ? 0 : (result.value.group_value.e_handle + 1)
    [all...]
gatt_int.h 107 UINT16 e_handle; /* ending handle */ member in struct:__anon5899
405 UINT16 e_handle; /* ending handle of the active request */ member in struct:__anon5917
483 UINT16 e_handle; member in struct:__anon5924
679 extern UINT8 gatt_act_send_browse(tGATT_TCB *p_tcb, UINT16 index, UINT8 op, UINT16 s_handle, UINT16 e_handle,
697 extern UINT16 gatts_add_included_service (tGATT_SVC_DB *p_db, UINT16 s_handle, UINT16 e_handle, tBT_UUID service);
701 UINT16 e_handle, tBT_UUID type, UINT16 *p_len, tGATT_SEC_FLAG sec_flag, UINT8 key_size,UINT32 trans_id, UINT16 *p_cur_handle);
att_protocol.c 176 p_buf->len = 5; /* opcode + s_handle + e_handle */
180 UINT16_TO_STREAM (p, p_value_type->e_handle);
557 GATT_HANDLE_IS_VALID (p_msg->browse.e_handle) &&
558 p_msg->browse.s_handle <= p_msg->browse.e_handle)
562 p_msg->browse.e_handle,
gatt_api.c 185 s_hdl = p_list->asgn_range.e_handle + 1;
214 p_list->asgn_range.e_handle = s_hdl+num_handles-1;
256 num_handles, p_list->asgn_range.s_handle , p_list->asgn_range.e_handle,
295 p_incl_decl->asgn_range.e_handle,
439 p_list->asgn_range.s_handle , p_list->asgn_range.e_handle );
857 !GATT_HANDLE_IS_VALID(p_param->e_handle) ||
869 p_clcb->e_handle = p_param->e_handle;
    [all...]
gatt_db.c 289 UINT16_TO_STREAM(p, p_attr16->p_value->incl_handle.e_handle);
317 ** e_handle: ending handle of the range we are looking for.
331 UINT16 e_handle,
352 while (p_attr && p_attr->handle <= e_handle)
451 UINT16 gatts_add_included_service (tGATT_SVC_DB *p_db, UINT16 s_handle, UINT16 e_handle,
458 s_handle, e_handle, service.uu.uuid16);
460 if (service.len == 0 || s_handle == 0 || e_handle == 0)
471 p_attr->p_value->incl_handle.e_handle = e_handle;
    [all...]
gatt_utils.c     [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_test.c 158 p_data->handle, p_data->value.group_value.e_handle,
159 p_data->handle, p_data->value.group_value.e_handle);
172 p_data->value.incl_service.s_handle, p_data->value.incl_service.e_handle,
173 p_data->value.incl_service.s_handle, p_data->value.incl_service.e_handle);
274 param.e_handle = params->u3;
  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 407 UINT16 e_handle; member in struct:__anon6159
429 UINT16 e_handle; member in struct:__anon6161
512 UINT16 e_handle; /* ending handle of the group */ member in struct:__anon6169
523 UINT16 e_handle; /* ending handle */ member in struct:__anon6170
609 UINT16 e_handle; member in struct:__anon6174
    [all...]
  /external/bluetooth/bluedroid/stack/srvc/
srvc_dis.c 236 param.service.e_handle = 0xFFFF;
  /external/bluetooth/bluedroid/stack/gap/
gap_ble.c 673 param.service.e_handle = 0xFFFF;
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 276 UINT16 e_handle; /* used for service only */ member in struct:__anon5399
494 UINT16 e_handle; member in struct:__anon5416
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winerror.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/
libdxerr8.a 51 Do you want to debug the application?Unexpected error encountred%hs(%Lu): %s (hr=%s(0x%Lx))Unknownn/aS_OKThe function completed successfullyS_FALSECall successful, but returned FALSEDXERROR_FILE_NOT_FOUNDThe system cannot find the file specified.DXERROR_PATH_NOT_FOUNDThe system cannot find the path specified.DXERROR_TOO_MANY_OPEN_FILESThe system cannot open the file.DXERROR_ACCESS_DENIEDAccess is denied.DXERROR_INVALID_HANDLEThe handle is invalid.DXERROR_NOT_ENOUGH_MEMORYNot enough storage is available to process this command.DXERROR_INVALID_BLOCKThe storage control block address is invalid.DXERROR_BAD_ENVIRONMENTThe environment is incorrect.DXERROR_BAD_FORMATAn attempt was made to load a program with an incorrect format.DXERROR_OUTOFMEMORYThe system cannot find the drive specified.VFW_S_NO_MORE_ITEMSThe end of the list has been reached.VFW_S_DUPLICATE_NAMEAn attempt to add a filter with a duplicate name succeeded with a modified name.VFW_S_STATE_INTERMEDIATEThe state transition has not completed.VFW_S_PARTIAL_RENDERSome of the streams in this movie are in an unsupported format.VFW_S_SOME_DATA_IGNOREDThe file contained some property settings that were not used.VFW_S_CONNECTIONS_DEFERREDSome connections have failed and have been deferred.VFW_S_RESOURCE_NOT_NEEDEDThe resource specified is no longer needed.VFW_S_MEDIA_TYPE_IGNOREDA connection could not be made with the media type in the persistent graph, but has been made with a negotiated media type.VFW_S_VIDEO_NOT_RENDEREDCannot play back the video stream: no suitable decompressor could be found.VFW_S_AUDIO_NOT_RENDEREDCannot play back the audio stream: no audio hardware is available.VFW_S_RPZACannot play back the video stream: format 'RPZA' is not supported.VFW_S_ESTIMATEDThe value returned had to be estimated. It's accuracy can not be guaranteed.VFW_S_RESERVEDThis success code is reserved for internal purposes within ActiveMovie.VFW_S_STREAM_OFFThe stream has been turned off.VFW_S_CANT_CUEThe graph can't be cued because of lack of or corrupt data.VFW_S_NO_STOP_TIMEThe stop time for the sample was not set.VFW_S_NOPREVIEWPINThere was no preview pin available, so the capture pin output is being split to provide both capture and preview.VFW_S_DVD_NON_ONE_SEQUENTIALThe current title was not a sequential set of chapters (PGC) and the returned timing information might not be continuous.VFW_S_DVD_CHANNEL_CONTENTS_NOT_AVAILABLEThe audio stream did not contain sufficient information to determine the contents of each channel.VFW_S_DVD_NOT_ACCURATEThe seek into the movie was not frame accurate.DS_NO_VIRTUALIZATIONThe call succeeded, but we had to substitute the 3D algorithmDS_INCOMPLETEThe call succeeded, but not all of the optional effects were obtained.DMUS_S_PARTIALLOADThe object could only load partially. This can happen if some components are not registered properly, such as embedded tracks and tools. This can also happen if some content is missing. For example, if a segment uses a DLS collection that is not in the loader's current search directory.DMUS_S_PARTIALDOWNLOADReturn value from IDirectMusicBand::Download() which indicates that some of the instruments safely downloaded, but others failed. This usually occurs when some instruments are on PChannels not supported by the performance or port.DMUS_S_REQUEUEReturn value from IDirectMusicTool::ProcessPMsg() which indicates to the performance that it should cue the PMsg again automatically.DMUS_S_FREEReturn value from IDirectMusicTool::ProcessPMsg() which indicates to the performance that it should free the PMsg automatically.DMUS_S_ENDReturn value from IDirectMusicTrack::Play() which indicates to the segment that the track has no more data after mtEnd.DMUS_S_STRING_TRUNCATEDReturned string has been truncated to fit the buffer size.DMUS_S_LAST_TOOLReturned from IDirectMusicGraph::StampPMsg() this indicates that the PMsg is already stamped with the last tool in the graph. The returned PMsg's tool pointer is now NULL.DMUS_S_OVER_CHORDReturned from IDirectMusicPerformance::MusicToMIDI() this indicates that no note has been calculated because the music value has the note at a position higher than the top note of the chord. This applies only to DMUS_PLAYMODE_NORMALCHORD play mode. This success code indicates that the caller should not do anything with the note. It is not meant to be played against this chord.DMUS_S_UP_OCTAVEReturned from IDirectMusicPerformance::MIDIToMusic() and IDirectMusicPerformance::MusicToMIDI() this indicates that the note conversion generated a note value that is below 0, so it has been bumped up one or more octaves to be in the proper MIDI range of 0 through 127. Note that this is valid for MIDIToMusic() when using play modes DMUS_PLAYMODE_FIXEDTOCHORD and DMUS_PLAYMODE_FIXEDTOKEY, both of which store MIDI values in wMusicValue. With MusicToMIDI() it is valid for all play modes. Ofcourse, DMUS_PLAYMODE_FIXED will never return this success code.DMUS_S_DOWN_OCTAVEReturned from IDirectMusicPerformance::MIDIToMusic() and IDirectMusicPerformance::MusicToMIDI() this indicates that the note conversion generated a note value that is above 127, so it has been bumped down one or more octaves to be in the proper MIDI range of 0 through 127. Note that this is valid for MIDIToMusic() when using play modes DMUS_PLAYMODE_FIXEDTOCHORD and DMUS_PLAYMODE_FIXEDTOKEY, both of which store MIDI values in wMusicValue. With MusicToMIDI() it is valid for all play modes. Ofcourse, DMUS_PLAYMODE_FIXED will never return this success code.DMUS_S_NOBUFFERCONTROLAlthough the audio output from the port will be routed to the same device as the given DirectSound buffer, buffer controls such as pan and volume will not affect the output.DMUS_S_GARBAGE_COLLECTEDThe requested operation was not performed because during CollectGarbage the loader determined that the object had been released.E_PENDINGThe data necessary to complete this operation is not yet available.E_NOTIMPLThe function called is not supported at this timeE_NOINTERFACEThe requested COM interface is not availableE_POINTERInvalid pointerE_ABORTOperation abortedE_FAILAn undetermined error occurredE_UNEXPECTEDCatastrophic failureCLASS_E_NOAGGREGATIONThis object does not support aggregationREGDB_E_CLASSNOTREGClass not registeredCO_E_NOTINITIALIZEDCoInitialize has not been called.CO_E_ALREADYINITIALIZEDCoInitialize has already been called.DIERR_INSUFFICIENTPRIVS & VFW_E_INVALIDMEDIATYPEUnable to IDirectInputJoyConfig_Acquire because the user does not have sufficient privileges to change the joystick configuration. & An invalid media type was specifiedDIERR_DEVICEFULL & VFW_E_INVALIDSUBTYPEThe device is full. & An invalid media subtype was specified.DIERR_MOREDATA & VFW_E_NEED_OWNERNot all the requested information fit into the buffer. & This object can only be created as an aggregated object.DIERR_NOTDOWNLOADED & VFW_E_ENUM_OUT_OF_SYNCThe effect is not downloaded. & The enumerator has become invalid.DIERR_HASEFFECTS & VFW_E_ALREADY_CONNECTEDThe device cannot be reinitialized because there are still effects attached to it. & At least one of the pins involved in the operation is already connected.DIERR_NOTEXCLUSIVEACQUIRED & VFW_E_FILTER_ACTIVEThe operation cannot be performed unless the device is acquired in DISCL_EXCLUSIVE mode. & This operation cannot be performed because the filter is active.DIERR_INCOMPLETEEFFECT & VFW_E_NO_TYPESThe effect could not be downloaded because essential information is missing. For example, no axes have been associated with the effect, or no type-specific information has been created. & One of the specified pins supports no media types.DIERR_NOTBUFFERED & VFW_E_NO_ACCEPTABLE_TYPESAttempted to read buffered device data from a device that is not buffered. & There is no common media type between these pins.DIERR_EFFECTPLAYING & VFW_E_INVALID_DIRECTIONAn attempt was made to modify parameters of an effect while it is playing. Not all hardware devices support altering the parameters of an effect while it is playing. & Two pins of the same direction cannot be connected together.DIERR_UNPLUGGED & VFW_E_NOT_CONNECTEDThe operation could not be completed because the device is not plugged in. & The operation cannot be performed because the pins are not connected.DIERR_REPORTFULL & VFW_E_NO_ALLOCATORSendDeviceData failed because more information was requested to be sent than can be sent to the device. Some devices have restrictions on how much data can be sent to them. (For example, there might be a limit on the number of buttons that can be pressed at once.) & No sample buffer allocator is available.DIERR_MAPFILEFAIL & VFW_E_RUNTIME_DXERRORA mapper file function failed because reading or writing the user or IHV settings file failed. & A run-time error occurred.VFW_E_BUFFER_NOTSETNo buffer space has been setVFW_E_BUFFER_OVERFLOWThe buffer is not big enough.VFW_E_BADALIGNAn invalid alignment was specified.VFW_E_ALREADY_COMMITTEDCannot change allocated memory while the filter is active.VFW_E_BUFFERS_OUTSTANDINGOne or more buffers are still active.VFW_E_NOT_COMMITTEDCannot allocate a sample when the allocator is not active.VFW_E_SIZENOTSETCannot allocate memory because no size has been set.VFW_E_NO_CLOCKCannot lock for synchronization because no clock has been defined.VFW_E_NO_SINKQuality messages could not be sent because no quality sink has been defined.VFW_E_NO_INTERFACEA required interface has not been implemented.VFW_E_NOT_FOUNDAn object or name was not found.VFW_E_CANNOT_CONNECTNo combination of intermediate filters could be found to make the connection.VFW_E_CANNOT_RENDERNo combination of filters could be found to render the stream.VFW_E_CHANGING_FORMATCould not change formats dynamically.VFW_E_NO_COLOR_KEY_SETNo color key has been set.VFW_E_NOT_OVERLAY_CONNECTIONCurrent pin connection is not using the IOverlay transport.VFW_E_NOT_SAMPLE_CONNECTIONCurrent pin connection is not using the IMemInputPin transport.VFW_E_PALETTE_SETSetting a color key would conflict with the palette already set.VFW_E_COLOR_KEY_SETSetting a palette would conflict with the color key already set.VFW_E_NO_COLOR_KEY_FOUNDNo matching color key is available.VFW_E_NO_PALETTE_AVAILABLENo palette is available.VFW_E_NO_DISPLAY_PALETTEDisplay does not use a palette.VFW_E_TOO_MANY_COLORSToo many colors for the current display settings.VFW_E_STATE_CHANGEDThe state changed while waiting to process the sample.VFW_E_NOT_STOPPEDThe operation could not be performed because the filter is not stopped.VFW_E_NOT_PAUSEDThe operation could not be performed because the filter is not paused.VFW_E_NOT_RUNNINGThe operation could not be performed because the filter is not running.VFW_E_WRONG_STATEThe operation could not be performed because the filter is in the wrong state.VFW_E_START_TIME_AFTER_ENDThe sample start time is after the sample end time.VFW_E_INVALID_RECTThe supplied rectangle is invalid.VFW_E_TYPE_NOT_ACCEPTEDThis pin cannot use the supplied media type.VFW_E_SAMPLE_REJECTEDThis sample cannot be rendered.VFW_E_SAMPLE_REJECTED_EOSThis sample cannot be rendered because the end of the stream has been reached.VFW_E_DUPLICATE_NAMEAn attempt to add a filter with a duplicate name failed.VFW_E_TIMEOUTA time-out has expired.VFW_E_INVALID_FILE_FORMATThe file format is invalid.VFW_E_ENUM_OUT_OF_RANGEThe list has already been exhausted.VFW_E_CIRCULAR_GRAPHThe filter graph is circular.VFW_E_NOT_ALLOWED_TO_SAVEUpdates are not allowed in this state.VFW_E_TIME_ALREADY_PASSEDAn attempt was made to queue a command for a time in the past.VFW_E_ALREADY_CANCELLEDThe queued command has already been canceled.VFW_E_CORRUPT_GRAPH_FILECannot render the file because it is corrupt.VFW_E_ADVISE_ALREADY_SETAn overlay advise link already exists.VFW_E_NO_MODEX_AVAILABLENo full-screen modes are available.VFW_E_NO_ADVISE_SETThis Advise cannot be canceled because it was not successfully set.VFW_E_NO_FULLSCREENA full-screen mode is not available.VFW_E_IN_FULLSCREEN_MODECannot call IVideoWindow methods while in full-screen mode.VFW_E_UNKNOWN_FILE_TYPEThe media type of this file is not recognized.VFW_E_CANNOT_LOAD_SOURCE_FILTERThe source filter for this file could not be loaded.VFW_E_FILE_TOO_SHORTA file appeared to be incomplete.VFW_E_INVALID_FILE_VERSIONThe version number of the file is invalid.VFW_E_INVALID_CLSIDThis file is corrupt: it contains an invalid class identifier.VFW_E_INVALID_MEDIA_TYPEThis file is corrupt: it contains an invalid media type.VFW_E_SAMPLE_TIME_NOT_SETNo time stamp has been set for this sample.VFW_E_MEDIA_TIME_NOT_SETNo media time stamp has been set for this sample.VFW_E_NO_TIME_FORMAT_SETNo media time format has been selected.VFW_E_MONO_AUDIO_HWCannot change balance because audio device is mono only.VFW_E_NO_DECOMPRESSORVFW_E_NO_AUDIO_HARDWARECannot play back the audio stream: no audio hardware is available, or the hardware is not responding.VFW_E_RPZAVFW_E_PROCESSOR_NOT_SUITABLEActiveMovie cannot play MPEG movies on this processor.VFW_E_UNSUPPORTED_AUDIOCannot play back the audio stream: the audio format is not supported.VFW_E_UNSUPPORTED_VIDEOCannot play back the video stream: the video format is not supported.VFW_E_MPEG_NOT_CONSTRAINEDActiveMovie cannot play this video stream because it falls outside the constrained standard.VFW_E_NOT_IN_GRAPHCannot perform the requested function on an object that is not in the filter graph.VFW_E_NO_TIME_FORMATCannot get or set time related information on an object that is using a time format of TIME_FORMAT_NONE.VFW_E_READ_ONLYThe connection cannot be made because the stream is read only and the filter alters the data.VFW_E_BUFFER_UNDERFLOWThe buffer is not full enough.VFW_E_UNSUPPORTED_STREAMCannot play back the file. The format is not supported.VFW_E_NO_TRANSPORTPins cannot connect due to not supporting the same transport.VFW_E_BAD_VIDEOCDThe Video CD can't be read correctly by the device or is the data is corrupt.VFW_E_OUT_OF_VIDEO_MEMORYThere is not enough Video Memory at this display resolution and number of colors. Reducing resolution might help.VFW_E_VP_NEGOTIATION_FAILEDThe VideoPort connection negotiation process has failed.VFW_E_DDRAW_CAPS_NOT_SUITABLEEither DirectDraw has not been installed or the Video Card capabilities are not suitable. Make sure the display is not in 16 color mode.VFW_E_NO_VP_HARDWARENo VideoPort hardware is available, or the hardware is not responding.VFW_E_NO_CAPTURE_HARDWARENo Capture hardware is available, or the hardware is not responding.VFW_E_DVD_OPERATION_INHIBITEDThis User Operation is inhibited by DVD Content at this time.VFW_E_DVD_INVALIDDOMAINThis Operation is not permitted in the current domain.VFW_E_DVD_NO_BUTTONThe specified button is invalid or is not present at the current time, or there is no button present at the specified location.VFW_E_DVD_GRAPHNOTREADYDVD-Video playback graph has not been built yet.VFW_E_DVD_RENDERFAILDVD-Video playback graph building failed.VFW_E_DVD_DECNOTENOUGHDVD-Video playback graph could not be built due to insufficient decoders.VFW_E_DDRAW_VERSION_NOT_SUITABLEVersion number of DirectDraw not suitable. Make sure to install dx5 or higher version.VFW_E_COPYPROT_FAILEDCopy protection cannot be enabled. Please make sure any other copy protected content is not being shown now.VFW_E_TIME_EXPIREDThis object cannot be used anymore as its time has expired.VFW_E_DVD_WRONG_SPEEDThe operation cannot be performed at the current playback speed.VFW_E_DVD_MENU_DOES_NOT_EXISTThe specified menu doesn't exist.VFW_E_DVD_CMD_CANCELLEDThe specified command was either cancelled or no longer exists.VFW_E_DVD_STATE_WRONG_VERSIONThe data did not contain a recognized version.VFW_E_DVD_STATE_CORRUPTThe state data was corrupt.VFW_E_DVD_STATE_WRONG_DISCThe state data is from a different disc.VFW_E_DVD_INCOMPATIBLE_REGIONThe region was not compatible with the current drive.VFW_E_DVD_NO_ATTRIBUTESThe requested DVD stream attribute does not exist.VFW_E_DVD_NO_GOUP_PGCCurrently there is no GoUp (Annex J user function) program chain (PGC).VFW_E_DVD_LOW_PARENTAL_LEVELThe current parental level was too low.VFW_E_DVD_NOT_IN_KARAOKE_MODEThe current audio is not karaoke content.VFW_E_FRAME_STEP_UNSUPPORTEDFrame step is not supported on this configuration.VFW_E_DVD_STREAM_DISABLEDThe specified stream is disabled and cannot be selected.VFW_E_DVD_TITLE_UNKNOWNThe operation depends on the current title number, however the navigator has not yet entered the VTSM or the title domains, so the 'current' title index is unknown.VFW_E_DVD_INVALID_DISCThe specified path does not point to a valid DVD disc.VFW_E_DVD_NO_RESUME_INFORMATIONThere is currently no resume information.VFW_E_PIN_ALREADY_BLOCKED_ON_THIS_THREADThis thread has already blocked this output pin. There is no need to call IPinFlowControl::Block() again.VFW_E_PIN_ALREADY_BLOCKEDIPinFlowControl::Block() has been called on another thread. The current thread cannot make any assumptions about this pin's block state.VFW_E_CERTIFICATION_FAILUREAn operation failed due to a certification failure.DIERR_DRIVERFIRSTDevice driver-specific codes. Unless the specific driver has been precisely identified, no meaning should be attributed to these values other than that the driver originated the error.DIERR_DRIVERFIRST+1DIERR_DRIVERFIRST+2DIERR_DRIVERFIRST+3DIERR_DRIVERFIRST+4DIERR_DRIVERFIRST+5VFW_E_BAD_KEYA registry entry is corrupt.DIERR_DRIVERLASTDevice installer errors.DIERR_INVALIDCLASSINSTALLERRegistry entry or DLL for class installer invalid or class installer not found.DIERR_CANCELLEDThe user cancelled the install operation.DIERR_BADINFThe INF file for the selected device could not be found or is invalid or is damaged.DIERR_NOTFOUNDThe requested object does not exist.E_ACCESSDENIEDAccess is deniedE_HANDLEInvalid handleDIERR_NOTACQUIREDThe operation cannot be performed unless the device is acquired. (…)
    [all...]
libdxerr9.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib32/
libdxerr8.a 77 Do you want to debug the application?Unexpected error encountred%hs(%Lu): %s (hr=%s(0x%Lx))Unknownn/aS_OKThe function completed successfullyS_FALSECall successful, but returned FALSEDXERROR_FILE_NOT_FOUNDThe system cannot find the file specified.DXERROR_PATH_NOT_FOUNDThe system cannot find the path specified.DXERROR_TOO_MANY_OPEN_FILESThe system cannot open the file.DXERROR_ACCESS_DENIEDAccess is denied.DXERROR_INVALID_HANDLEThe handle is invalid.DXERROR_NOT_ENOUGH_MEMORYNot enough storage is available to process this command.DXERROR_INVALID_BLOCKThe storage control block address is invalid.DXERROR_BAD_ENVIRONMENTThe environment is incorrect.DXERROR_BAD_FORMATAn attempt was made to load a program with an incorrect format.DXERROR_OUTOFMEMORYThe system cannot find the drive specified.VFW_S_NO_MORE_ITEMSThe end of the list has been reached.VFW_S_DUPLICATE_NAMEAn attempt to add a filter with a duplicate name succeeded with a modified name.VFW_S_STATE_INTERMEDIATEThe state transition has not completed.VFW_S_PARTIAL_RENDERSome of the streams in this movie are in an unsupported format.VFW_S_SOME_DATA_IGNOREDThe file contained some property settings that were not used.VFW_S_CONNECTIONS_DEFERREDSome connections have failed and have been deferred.VFW_S_RESOURCE_NOT_NEEDEDThe resource specified is no longer needed.VFW_S_MEDIA_TYPE_IGNOREDA connection could not be made with the media type in the persistent graph, but has been made with a negotiated media type.VFW_S_VIDEO_NOT_RENDEREDCannot play back the video stream: no suitable decompressor could be found.VFW_S_AUDIO_NOT_RENDEREDCannot play back the audio stream: no audio hardware is available.VFW_S_RPZACannot play back the video stream: format 'RPZA' is not supported.VFW_S_ESTIMATEDThe value returned had to be estimated. It's accuracy can not be guaranteed.VFW_S_RESERVEDThis success code is reserved for internal purposes within ActiveMovie.VFW_S_STREAM_OFFThe stream has been turned off.VFW_S_CANT_CUEThe graph can't be cued because of lack of or corrupt data.VFW_S_NO_STOP_TIMEThe stop time for the sample was not set.VFW_S_NOPREVIEWPINThere was no preview pin available, so the capture pin output is being split to provide both capture and preview.VFW_S_DVD_NON_ONE_SEQUENTIALThe current title was not a sequential set of chapters (PGC) and the returned timing information might not be continuous.VFW_S_DVD_CHANNEL_CONTENTS_NOT_AVAILABLEThe audio stream did not contain sufficient information to determine the contents of each channel.VFW_S_DVD_NOT_ACCURATEThe seek into the movie was not frame accurate.DS_NO_VIRTUALIZATIONThe call succeeded, but we had to substitute the 3D algorithmDS_INCOMPLETEThe call succeeded, but not all of the optional effects were obtained.DMUS_S_PARTIALLOADThe object could only load partially. This can happen if some components are not registered properly, such as embedded tracks and tools. This can also happen if some content is missing. For example, if a segment uses a DLS collection that is not in the loader's current search directory.DMUS_S_PARTIALDOWNLOADReturn value from IDirectMusicBand::Download() which indicates that some of the instruments safely downloaded, but others failed. This usually occurs when some instruments are on PChannels not supported by the performance or port.DMUS_S_REQUEUEReturn value from IDirectMusicTool::ProcessPMsg() which indicates to the performance that it should cue the PMsg again automatically.DMUS_S_FREEReturn value from IDirectMusicTool::ProcessPMsg() which indicates to the performance that it should free the PMsg automatically.DMUS_S_ENDReturn value from IDirectMusicTrack::Play() which indicates to the segment that the track has no more data after mtEnd.DMUS_S_STRING_TRUNCATEDReturned string has been truncated to fit the buffer size.DMUS_S_LAST_TOOLReturned from IDirectMusicGraph::StampPMsg() this indicates that the PMsg is already stamped with the last tool in the graph. The returned PMsg's tool pointer is now NULL.DMUS_S_OVER_CHORDReturned from IDirectMusicPerformance::MusicToMIDI() this indicates that no note has been calculated because the music value has the note at a position higher than the top note of the chord. This applies only to DMUS_PLAYMODE_NORMALCHORD play mode. This success code indicates that the caller should not do anything with the note. It is not meant to be played against this chord.DMUS_S_UP_OCTAVEReturned from IDirectMusicPerformance::MIDIToMusic() and IDirectMusicPerformance::MusicToMIDI() this indicates that the note conversion generated a note value that is below 0, so it has been bumped up one or more octaves to be in the proper MIDI range of 0 through 127. Note that this is valid for MIDIToMusic() when using play modes DMUS_PLAYMODE_FIXEDTOCHORD and DMUS_PLAYMODE_FIXEDTOKEY, both of which store MIDI values in wMusicValue. With MusicToMIDI() it is valid for all play modes. Ofcourse, DMUS_PLAYMODE_FIXED will never return this success code.DMUS_S_DOWN_OCTAVEReturned from IDirectMusicPerformance::MIDIToMusic() and IDirectMusicPerformance::MusicToMIDI() this indicates that the note conversion generated a note value that is above 127, so it has been bumped down one or more octaves to be in the proper MIDI range of 0 through 127. Note that this is valid for MIDIToMusic() when using play modes DMUS_PLAYMODE_FIXEDTOCHORD and DMUS_PLAYMODE_FIXEDTOKEY, both of which store MIDI values in wMusicValue. With MusicToMIDI() it is valid for all play modes. Ofcourse, DMUS_PLAYMODE_FIXED will never return this success code.DMUS_S_NOBUFFERCONTROLAlthough the audio output from the port will be routed to the same device as the given DirectSound buffer, buffer controls such as pan and volume will not affect the output.DMUS_S_GARBAGE_COLLECTEDThe requested operation was not performed because during CollectGarbage the loader determined that the object had been released.E_PENDINGThe data necessary to complete this operation is not yet available.E_NOTIMPLThe function called is not supported at this timeE_NOINTERFACEThe requested COM interface is not availableE_POINTERInvalid pointerE_ABORTOperation abortedE_FAILAn undetermined error occurredE_UNEXPECTEDCatastrophic failureCLASS_E_NOAGGREGATIONThis object does not support aggregationREGDB_E_CLASSNOTREGClass not registeredCO_E_NOTINITIALIZEDCoInitialize has not been called.CO_E_ALREADYINITIALIZEDCoInitialize has already been called.DIERR_INSUFFICIENTPRIVS & VFW_E_INVALIDMEDIATYPEUnable to IDirectInputJoyConfig_Acquire because the user does not have sufficient privileges to change the joystick configuration. & An invalid media type was specifiedDIERR_DEVICEFULL & VFW_E_INVALIDSUBTYPEThe device is full. & An invalid media subtype was specified.DIERR_MOREDATA & VFW_E_NEED_OWNERNot all the requested information fit into the buffer. & This object can only be created as an aggregated object.DIERR_NOTDOWNLOADED & VFW_E_ENUM_OUT_OF_SYNCThe effect is not downloaded. & The enumerator has become invalid.DIERR_HASEFFECTS & VFW_E_ALREADY_CONNECTEDThe device cannot be reinitialized because there are still effects attached to it. & At least one of the pins involved in the operation is already connected.DIERR_NOTEXCLUSIVEACQUIRED & VFW_E_FILTER_ACTIVEThe operation cannot be performed unless the device is acquired in DISCL_EXCLUSIVE mode. & This operation cannot be performed because the filter is active.DIERR_INCOMPLETEEFFECT & VFW_E_NO_TYPESThe effect could not be downloaded because essential information is missing. For example, no axes have been associated with the effect, or no type-specific information has been created. & One of the specified pins supports no media types.DIERR_NOTBUFFERED & VFW_E_NO_ACCEPTABLE_TYPESAttempted to read buffered device data from a device that is not buffered. & There is no common media type between these pins.DIERR_EFFECTPLAYING & VFW_E_INVALID_DIRECTIONAn attempt was made to modify parameters of an effect while it is playing. Not all hardware devices support altering the parameters of an effect while it is playing. & Two pins of the same direction cannot be connected together.DIERR_UNPLUGGED & VFW_E_NOT_CONNECTEDThe operation could not be completed because the device is not plugged in. & The operation cannot be performed because the pins are not connected.DIERR_REPORTFULL & VFW_E_NO_ALLOCATORSendDeviceData failed because more information was requested to be sent than can be sent to the device. Some devices have restrictions on how much data can be sent to them. (For example, there might be a limit on the number of buttons that can be pressed at once.) & No sample buffer allocator is available.DIERR_MAPFILEFAIL & VFW_E_RUNTIME_DXERRORA mapper file function failed because reading or writing the user or IHV settings file failed. & A run-time error occurred.VFW_E_BUFFER_NOTSETNo buffer space has been setVFW_E_BUFFER_OVERFLOWThe buffer is not big enough.VFW_E_BADALIGNAn invalid alignment was specified.VFW_E_ALREADY_COMMITTEDCannot change allocated memory while the filter is active.VFW_E_BUFFERS_OUTSTANDINGOne or more buffers are still active.VFW_E_NOT_COMMITTEDCannot allocate a sample when the allocator is not active.VFW_E_SIZENOTSETCannot allocate memory because no size has been set.VFW_E_NO_CLOCKCannot lock for synchronization because no clock has been defined.VFW_E_NO_SINKQuality messages could not be sent because no quality sink has been defined.VFW_E_NO_INTERFACEA required interface has not been implemented.VFW_E_NOT_FOUNDAn object or name was not found.VFW_E_CANNOT_CONNECTNo combination of intermediate filters could be found to make the connection.VFW_E_CANNOT_RENDERNo combination of filters could be found to render the stream.VFW_E_CHANGING_FORMATCould not change formats dynamically.VFW_E_NO_COLOR_KEY_SETNo color key has been set.VFW_E_NOT_OVERLAY_CONNECTIONCurrent pin connection is not using the IOverlay transport.VFW_E_NOT_SAMPLE_CONNECTIONCurrent pin connection is not using the IMemInputPin transport.VFW_E_PALETTE_SETSetting a color key would conflict with the palette already set.VFW_E_COLOR_KEY_SETSetting a palette would conflict with the color key already set.VFW_E_NO_COLOR_KEY_FOUNDNo matching color key is available.VFW_E_NO_PALETTE_AVAILABLENo palette is available.VFW_E_NO_DISPLAY_PALETTEDisplay does not use a palette.VFW_E_TOO_MANY_COLORSToo many colors for the current display settings.VFW_E_STATE_CHANGEDThe state changed while waiting to process the sample.VFW_E_NOT_STOPPEDThe operation could not be performed because the filter is not stopped.VFW_E_NOT_PAUSEDThe operation could not be performed because the filter is not paused.VFW_E_NOT_RUNNINGThe operation could not be performed because the filter is not running.VFW_E_WRONG_STATEThe operation could not be performed because the filter is in the wrong state.VFW_E_START_TIME_AFTER_ENDThe sample start time is after the sample end time.VFW_E_INVALID_RECTThe supplied rectangle is invalid.VFW_E_TYPE_NOT_ACCEPTEDThis pin cannot use the supplied media type.VFW_E_SAMPLE_REJECTEDThis sample cannot be rendered.VFW_E_SAMPLE_REJECTED_EOSThis sample cannot be rendered because the end of the stream has been reached.VFW_E_DUPLICATE_NAMEAn attempt to add a filter with a duplicate name failed.VFW_E_TIMEOUTA time-out has expired.VFW_E_INVALID_FILE_FORMATThe file format is invalid.VFW_E_ENUM_OUT_OF_RANGEThe list has already been exhausted.VFW_E_CIRCULAR_GRAPHThe filter graph is circular.VFW_E_NOT_ALLOWED_TO_SAVEUpdates are not allowed in this state.VFW_E_TIME_ALREADY_PASSEDAn attempt was made to queue a command for a time in the past.VFW_E_ALREADY_CANCELLEDThe queued command has already been canceled.VFW_E_CORRUPT_GRAPH_FILECannot render the file because it is corrupt.VFW_E_ADVISE_ALREADY_SETAn overlay advise link already exists.VFW_E_NO_MODEX_AVAILABLENo full-screen modes are available.VFW_E_NO_ADVISE_SETThis Advise cannot be canceled because it was not successfully set.VFW_E_NO_FULLSCREENA full-screen mode is not available.VFW_E_IN_FULLSCREEN_MODECannot call IVideoWindow methods while in full-screen mode.VFW_E_UNKNOWN_FILE_TYPEThe media type of this file is not recognized.VFW_E_CANNOT_LOAD_SOURCE_FILTERThe source filter for this file could not be loaded.VFW_E_FILE_TOO_SHORTA file appeared to be incomplete.VFW_E_INVALID_FILE_VERSIONThe version number of the file is invalid.VFW_E_INVALID_CLSIDThis file is corrupt: it contains an invalid class identifier.VFW_E_INVALID_MEDIA_TYPEThis file is corrupt: it contains an invalid media type.VFW_E_SAMPLE_TIME_NOT_SETNo time stamp has been set for this sample.VFW_E_MEDIA_TIME_NOT_SETNo media time stamp has been set for this sample.VFW_E_NO_TIME_FORMAT_SETNo media time format has been selected.VFW_E_MONO_AUDIO_HWCannot change balance because audio device is mono only.VFW_E_NO_DECOMPRESSORVFW_E_NO_AUDIO_HARDWARECannot play back the audio stream: no audio hardware is available, or the hardware is not responding.VFW_E_RPZAVFW_E_PROCESSOR_NOT_SUITABLEActiveMovie cannot play MPEG movies on this processor.VFW_E_UNSUPPORTED_AUDIOCannot play back the audio stream: the audio format is not supported.VFW_E_UNSUPPORTED_VIDEOCannot play back the video stream: the video format is not supported.VFW_E_MPEG_NOT_CONSTRAINEDActiveMovie cannot play this video stream because it falls outside the constrained standard.VFW_E_NOT_IN_GRAPHCannot perform the requested function on an object that is not in the filter graph.VFW_E_NO_TIME_FORMATCannot get or set time related information on an object that is using a time format of TIME_FORMAT_NONE.VFW_E_READ_ONLYThe connection cannot be made because the stream is read only and the filter alters the data.VFW_E_BUFFER_UNDERFLOWThe buffer is not full enough.VFW_E_UNSUPPORTED_STREAMCannot play back the file. The format is not supported.VFW_E_NO_TRANSPORTPins cannot connect due to not supporting the same transport.VFW_E_BAD_VIDEOCDThe Video CD can't be read correctly by the device or is the data is corrupt.VFW_E_OUT_OF_VIDEO_MEMORYThere is not enough Video Memory at this display resolution and number of colors. Reducing resolution might help.VFW_E_VP_NEGOTIATION_FAILEDThe VideoPort connection negotiation process has failed.VFW_E_DDRAW_CAPS_NOT_SUITABLEEither DirectDraw has not been installed or the Video Card capabilities are not suitable. Make sure the display is not in 16 color mode.VFW_E_NO_VP_HARDWARENo VideoPort hardware is available, or the hardware is not responding.VFW_E_NO_CAPTURE_HARDWARENo Capture hardware is available, or the hardware is not responding.VFW_E_DVD_OPERATION_INHIBITEDThis User Operation is inhibited by DVD Content at this time.VFW_E_DVD_INVALIDDOMAINThis Operation is not permitted in the current domain.VFW_E_DVD_NO_BUTTONThe specified button is invalid or is not present at the current time, or there is no button present at the specified location.VFW_E_DVD_GRAPHNOTREADYDVD-Video playback graph has not been built yet.VFW_E_DVD_RENDERFAILDVD-Video playback graph building failed.VFW_E_DVD_DECNOTENOUGHDVD-Video playback graph could not be built due to insufficient decoders.VFW_E_DDRAW_VERSION_NOT_SUITABLEVersion number of DirectDraw not suitable. Make sure to install dx5 or higher version.VFW_E_COPYPROT_FAILEDCopy protection cannot be enabled. Please make sure any other copy protected content is not being shown now.VFW_E_TIME_EXPIREDThis object cannot be used anymore as its time has expired.VFW_E_DVD_WRONG_SPEEDThe operation cannot be performed at the current playback speed.VFW_E_DVD_MENU_DOES_NOT_EXISTThe specified menu doesn't exist.VFW_E_DVD_CMD_CANCELLEDThe specified command was either cancelled or no longer exists.VFW_E_DVD_STATE_WRONG_VERSIONThe data did not contain a recognized version.VFW_E_DVD_STATE_CORRUPTThe state data was corrupt.VFW_E_DVD_STATE_WRONG_DISCThe state data is from a different disc.VFW_E_DVD_INCOMPATIBLE_REGIONThe region was not compatible with the current drive.VFW_E_DVD_NO_ATTRIBUTESThe requested DVD stream attribute does not exist.VFW_E_DVD_NO_GOUP_PGCCurrently there is no GoUp (Annex J user function) program chain (PGC).VFW_E_DVD_LOW_PARENTAL_LEVELThe current parental level was too low.VFW_E_DVD_NOT_IN_KARAOKE_MODEThe current audio is not karaoke content.VFW_E_FRAME_STEP_UNSUPPORTEDFrame step is not supported on this configuration.VFW_E_DVD_STREAM_DISABLEDThe specified stream is disabled and cannot be selected.VFW_E_DVD_TITLE_UNKNOWNThe operation depends on the current title number, however the navigator has not yet entered the VTSM or the title domains, so the 'current' title index is unknown.VFW_E_DVD_INVALID_DISCThe specified path does not point to a valid DVD disc.VFW_E_DVD_NO_RESUME_INFORMATIONThere is currently no resume information.VFW_E_PIN_ALREADY_BLOCKED_ON_THIS_THREADThis thread has already blocked this output pin. There is no need to call IPinFlowControl::Block() again.VFW_E_PIN_ALREADY_BLOCKEDIPinFlowControl::Block() has been called on another thread. The current thread cannot make any assumptions about this pin's block state.VFW_E_CERTIFICATION_FAILUREAn operation failed due to a certification failure.DIERR_DRIVERFIRSTDevice driver-specific codes. Unless the specific driver has been precisely identified, no meaning should be attributed to these values other than that the driver originated the error.DIERR_DRIVERFIRST+1DIERR_DRIVERFIRST+2DIERR_DRIVERFIRST+3DIERR_DRIVERFIRST+4DIERR_DRIVERFIRST+5VFW_E_BAD_KEYA registry entry is corrupt.DIERR_DRIVERLASTDevice installer errors.DIERR_INVALIDCLASSINSTALLERRegistry entry or DLL for class installer invalid or class installer not found.DIERR_CANCELLEDThe user cancelled the install operation.DIERR_BADINFThe INF file for the selected device could not be found or is invalid or is damaged.DIERR_NOTFOUNDThe requested object does not exist.E_ACCESSDENIEDAccess is deniedE_HANDLEInvalid handleDIERR_NOTACQUIREDThe operation cannot be performed unless the device is acquired. (…)
    [all...]
libdxerr9.a 101 Do you want to debug the application?Unexpected error encountred%hs(%Lu): %s (hr=%s(0x%Lx))Unknownn/aS_OKThe function completed successfullyS_FALSECall successful, but returned FALSEDXERROR_FILE_NOT_FOUNDThe system cannot find the file specified.DXERROR_PATH_NOT_FOUNDThe system cannot find the path specified.DXERROR_TOO_MANY_OPEN_FILESThe system cannot open the file.DXERROR_ACCESS_DENIEDAccess is denied.DXERROR_INVALID_HANDLEThe handle is invalid.DXERROR_NOT_ENOUGH_MEMORYNot enough storage is available to process this command.DXERROR_INVALID_BLOCKThe storage control block address is invalid.DXERROR_BAD_ENVIRONMENTThe environment is incorrect.DXERROR_BAD_FORMATAn attempt was made to load a program with an incorrect format.DXERROR_OUTOFMEMORYThe system cannot find the drive specified.End of stream. Sample not updated.VFW_S_NO_MORE_ITEMSThe end of the list has been reached.VFW_S_DUPLICATE_NAMEAn attempt to add a filter with a duplicate name succeeded with a modified name.VFW_S_STATE_INTERMEDIATEThe state transition has not completed.VFW_S_PARTIAL_RENDERSome of the streams in this movie are in an unsupported format.VFW_S_SOME_DATA_IGNOREDThe file contained some property settings that were not used.VFW_S_CONNECTIONS_DEFERREDSome connections have failed and have been deferred.VFW_S_RESOURCE_NOT_NEEDEDThe resource specified is no longer needed.VFW_S_MEDIA_TYPE_IGNOREDA connection could not be made with the media type in the persistent graph, but has been made with a negotiated media type.VFW_S_VIDEO_NOT_RENDEREDCannot play back the video stream: no suitable decompressor could be found.VFW_S_AUDIO_NOT_RENDEREDCannot play back the audio stream: no audio hardware is available.VFW_S_RPZACannot play back the video stream: format 'RPZA' is not supported.VFW_S_ESTIMATEDThe value returned had to be estimated. It's accuracy can not be guaranteed.VFW_S_RESERVEDThis success code is reserved for internal purposes within ActiveMovie.VFW_S_STREAM_OFFThe stream has been turned off.VFW_S_CANT_CUEThe graph can't be cued because of lack of or corrupt data.VFW_S_NO_STOP_TIMEThe stop time for the sample was not set.VFW_S_NOPREVIEWPINThere was no preview pin available, so the capture pin output is being split to provide both capture and preview.VFW_S_DVD_NON_ONE_SEQUENTIALThe current title was not a sequential set of chapters (PGC) and the returned timing information might not be continuous.VFW_S_DVD_CHANNEL_CONTENTS_NOT_AVAILABLEThe audio stream did not contain sufficient information to determine the contents of each channel.VFW_S_DVD_NOT_ACCURATEThe seek into the movie was not frame accurate.DV_FULLDUPLEXFull duplexDV_HALFDUPLEXHalf duplexDV_PENDINGPendingD3DOK_NOAUTOGENThe call succeeded but there won't be any mipmaps generatedDS_NO_VIRTUALIZATIONThe call succeeded, but we had to substitute the 3D algorithmDMUS_S_PARTIALLOADThe object could only load partially. This can happen if some components are not registered properly, such as embedded tracks and tools. This can also happen if some content is missing. For example, if a segment uses a DLS collection that is not in the loader's current search directory.DMUS_S_PARTIALDOWNLOADReturn value from IDirectMusicBand::Download() which indicates that some of the instruments safely downloaded, but others failed. This usually occurs when some instruments are on PChannels not supported by the performance or port.DMUS_S_REQUEUEReturn value from IDirectMusicTool::ProcessPMsg() which indicates to the performance that it should cue the PMsg again automatically.DMUS_S_FREEReturn value from IDirectMusicTool::ProcessPMsg() which indicates to the performance that it should free the PMsg automatically.DMUS_S_ENDReturn value from IDirectMusicTrack::Play() which indicates to the segment that the track has no more data after mtEnd.DMUS_S_STRING_TRUNCATEDReturned string has been truncated to fit the buffer size.DMUS_S_LAST_TOOLReturned from IDirectMusicGraph::StampPMsg() this indicates that the PMsg is already stamped with the last tool in the graph. The returned PMsg's tool pointer is now NULL.DMUS_S_OVER_CHORDReturned from IDirectMusicPerformance::MusicToMIDI() this indicates that no note has been calculated because the music value has the note at a position higher than the top note of the chord. This applies only to DMUS_PLAYMODE_NORMALCHORD play mode. This success code indicates that the caller should not do anything with the note. It is not meant to be played against this chord.DMUS_S_UP_OCTAVEReturned from IDirectMusicPerformance::MIDIToMusic() and IDirectMusicPerformance::MusicToMIDI() this indicates that the note conversion generated a note value that is below 0, so it has been bumped up one or more octaves to be in the proper MIDI range of 0 through 127. Note that this is valid for MIDIToMusic() when using play modes DMUS_PLAYMODE_FIXEDTOCHORD and DMUS_PLAYMODE_FIXEDTOKEY, both of which store MIDI values in wMusicValue. With MusicToMIDI() it is valid for all play modes. Ofcourse, DMUS_PLAYMODE_FIXED will never return this success code.DMUS_S_DOWN_OCTAVEReturned from IDirectMusicPerformance::MIDIToMusic() and IDirectMusicPerformance::MusicToMIDI() this indicates that the note conversion generated a note value that is above 127, so it has been bumped down one or more octaves to be in the proper MIDI range of 0 through 127. Note that this is valid for MIDIToMusic() when using play modes DMUS_PLAYMODE_FIXEDTOCHORD and DMUS_PLAYMODE_FIXEDTOKEY, both of which store MIDI values in wMusicValue. With MusicToMIDI() it is valid for all play modes. Ofcourse, DMUS_PLAYMODE_FIXED will never return this success code.DMUS_S_NOBUFFERCONTROLAlthough the audio output from the port will be routed to the same device as the given DirectSound buffer, buffer controls such as pan and volume will not affect the output.DMUS_S_GARBAGE_COLLECTEDThe requested operation was not performed because during CollectGarbage the loader determined that the object had been released.E_PENDINGThe data necessary to complete this operation is not yet available.E_NOTIMPLThe function called is not supported at this timeE_NOINTERFACEThe requested COM interface is not availableE_POINTERInvalid pointerE_ABORTOperation abortedE_FAILAn undetermined error occurredE_UNEXPECTEDCatastrophic failureCLASSFACTORY_E_FIRSTThis object does not support aggregationREGDB_E_CLASSNOTREGClass not registeredCO_E_NOTINITIALIZEDCoInitialize has not been called.CO_E_ALREADYINITIALIZEDCoInitialize has already been called.DIERR_INSUFFICIENTPRIVS & VFW_E_INVALIDMEDIATYPEUnable to IDirectInputJoyConfig_Acquire because the user does not have sufficient privileges to change the joystick configuration. & An invalid media type was specifiedDIERR_DEVICEFULL & VFW_E_INVALIDSUBTYPE & DMO_E_INVALIDSTREAMINDEXThe device is full. & An invalid media subtype was specified.DIERR_MOREDATA & VFW_E_NEED_OWNER & DMO_E_INVALIDTYPENot all the requested information fit into the buffer. & This object can only be created as an aggregated object.DIERR_NOTDOWNLOADED & VFW_E_ENUM_OUT_OF_SYNC & DMO_E_TYPE_NOT_SETThe effect is not downloaded. & The enumerator has become invalid.DIERR_HASEFFECTS & VFW_E_ALREADY_CONNECTED & DMO_E_NOTACCEPTINGThe device cannot be reinitialized because there are still effects attached to it. & At least one of the pins involved in the operation is already connected.DIERR_NOTEXCLUSIVEACQUIRED & VFW_E_FILTER_ACTIVE & DMO_E_TYPE_NOT_ACCEPTEDThe operation cannot be performed unless the device is acquired in DISCL_EXCLUSIVE mode. & This operation cannot be performed because the filter is active.DIERR_INCOMPLETEEFFECT & VFW_E_NO_TYPES & DMO_E_NO_MORE_ITEMSThe effect could not be downloaded because essential information is missing. For example, no axes have been associated with the effect, or no type-specific information has been created. & One of the specified pins supports no media types.DIERR_NOTBUFFERED & VFW_E_NO_ACCEPTABLE_TYPESAttempted to read buffered device data from a device that is not buffered. & There is no common media type between these pins.DIERR_EFFECTPLAYING & VFW_E_INVALID_DIRECTIONAn attempt was made to modify parameters of an effect while it is playing. Not all hardware devices support altering the parameters of an effect while it is playing. & Two pins of the same direction cannot be connected together.DIERR_UNPLUGGED & VFW_E_NOT_CONNECTEDThe operation could not be completed because the device is not plugged in. & The operation cannot be performed because the pins are not connected.DIERR_REPORTFULL & VFW_E_NO_ALLOCATORSendDeviceData failed because more information was requested to be sent than can be sent to the device. Some devices have restrictions on how much data can be sent to them. (For example, there might be a limit on the number of buttons that can be pressed at once.) & No sample buffer allocator is available.DIERR_MAPFILEFAIL & VFW_E_RUNTIME_DXERRORA mapper file function failed because reading or writing the user or IHV settings file failed. & A run-time error occurred.VFW_E_BUFFER_NOTSETNo buffer space has been setVFW_E_BUFFER_OVERFLOWThe buffer is not big enough.VFW_E_BADALIGNAn invalid alignment was specified.VFW_E_ALREADY_COMMITTEDCannot change allocated memory while the filter is active.VFW_E_BUFFERS_OUTSTANDINGOne or more buffers are still active.VFW_E_NOT_COMMITTEDCannot allocate a sample when the allocator is not active.VFW_E_SIZENOTSETCannot allocate memory because no size has been set.VFW_E_NO_CLOCKCannot lock for synchronization because no clock has been defined.VFW_E_NO_SINKQuality messages could not be sent because no quality sink has been defined.VFW_E_NO_INTERFACEA required interface has not been implemented.VFW_E_NOT_FOUNDAn object or name was not found.VFW_E_CANNOT_CONNECTNo combination of intermediate filters could be found to make the connection.VFW_E_CANNOT_RENDERNo combination of filters could be found to render the stream.VFW_E_CHANGING_FORMATCould not change formats dynamically.VFW_E_NO_COLOR_KEY_SETNo color key has been set.VFW_E_NOT_OVERLAY_CONNECTIONCurrent pin connection is not using the IOverlay transport.VFW_E_NOT_SAMPLE_CONNECTIONCurrent pin connection is not using the IMemInputPin transport.VFW_E_PALETTE_SETSetting a color key would conflict with the palette already set.VFW_E_COLOR_KEY_SETSetting a palette would conflict with the color key already set.VFW_E_NO_COLOR_KEY_FOUNDNo matching color key is available.VFW_E_NO_PALETTE_AVAILABLENo palette is available.VFW_E_NO_DISPLAY_PALETTEDisplay does not use a palette.VFW_E_TOO_MANY_COLORSToo many colors for the current display settings.VFW_E_STATE_CHANGEDThe state changed while waiting to process the sample.VFW_E_NOT_STOPPEDThe operation could not be performed because the filter is not stopped.VFW_E_NOT_PAUSEDThe operation could not be performed because the filter is not paused.VFW_E_NOT_RUNNINGThe operation could not be performed because the filter is not running.VFW_E_WRONG_STATEThe operation could not be performed because the filter is in the wrong state.VFW_E_START_TIME_AFTER_ENDThe sample start time is after the sample end time.VFW_E_INVALID_RECTThe supplied rectangle is invalid.VFW_E_TYPE_NOT_ACCEPTEDThis pin cannot use the supplied media type.VFW_E_SAMPLE_REJECTEDThis sample cannot be rendered.VFW_E_SAMPLE_REJECTED_EOSThis sample cannot be rendered because the end of the stream has been reached.VFW_E_DUPLICATE_NAMEAn attempt to add a filter with a duplicate name failed.VFW_E_TIMEOUTA time-out has expired.VFW_E_INVALID_FILE_FORMATThe file format is invalid.VFW_E_ENUM_OUT_OF_RANGEThe list has already been exhausted.VFW_E_CIRCULAR_GRAPHThe filter graph is circular.VFW_E_NOT_ALLOWED_TO_SAVEUpdates are not allowed in this state.VFW_E_TIME_ALREADY_PASSEDAn attempt was made to queue a command for a time in the past.VFW_E_ALREADY_CANCELLEDThe queued command has already been canceled.VFW_E_CORRUPT_GRAPH_FILECannot render the file because it is corrupt.VFW_E_ADVISE_ALREADY_SETAn overlay advise link already exists.VFW_E_NO_MODEX_AVAILABLENo full-screen modes are available.VFW_E_NO_ADVISE_SETThis Advise cannot be canceled because it was not successfully set.VFW_E_NO_FULLSCREENA full-screen mode is not available.VFW_E_IN_FULLSCREEN_MODECannot call IVideoWindow methods while in full-screen mode.VFW_E_UNKNOWN_FILE_TYPEThe media type of this file is not recognized.VFW_E_CANNOT_LOAD_SOURCE_FILTERThe source filter for this file could not be loaded.VFW_E_FILE_TOO_SHORTA file appeared to be incomplete.VFW_E_INVALID_FILE_VERSIONThe version number of the file is invalid.VFW_E_INVALID_CLSIDThis file is corrupt: it contains an invalid class identifier.VFW_E_INVALID_MEDIA_TYPEThis file is corrupt: it contains an invalid media type.VFW_E_SAMPLE_TIME_NOT_SETNo time stamp has been set for this sample.VFW_E_MEDIA_TIME_NOT_SETNo media time stamp has been set for this sample.VFW_E_NO_TIME_FORMAT_SETNo media time format has been selected.VFW_E_MONO_AUDIO_HWCannot change balance because audio device is mono only.VFW_E_NO_DECOMPRESSORVFW_E_NO_AUDIO_HARDWARECannot play back the audio stream: no audio hardware is available, or the hardware is not responding.VFW_E_RPZAVFW_E_PROCESSOR_NOT_SUITABLEActiveMovie cannot play MPEG movies on this processor.VFW_E_UNSUPPORTED_AUDIOCannot play back the audio stream: the audio format is not supported.VFW_E_UNSUPPORTED_VIDEOCannot play back the video stream: the video format is not supported.VFW_E_MPEG_NOT_CONSTRAINEDActiveMovie cannot play this video stream because it falls outside the constrained standard.VFW_E_NOT_IN_GRAPHCannot perform the requested function on an object that is not in the filter graph.VFW_E_NO_TIME_FORMATCannot get or set time related information on an object that is using a time format of TIME_FORMAT_NONE.VFW_E_READ_ONLYThe connection cannot be made because the stream is read only and the filter alters the data.VFW_E_BUFFER_UNDERFLOWThe buffer is not full enough.VFW_E_UNSUPPORTED_STREAMCannot play back the file. The format is not supported.VFW_E_NO_TRANSPORTPins cannot connect due to not supporting the same transport.VFW_E_BAD_VIDEOCDThe Video CD can't be read correctly by the device or is the data is corrupt.VFW_E_OUT_OF_VIDEO_MEMORYThere is not enough Video Memory at this display resolution and number of colors. Reducing resolution might help.VFW_E_VP_NEGOTIATION_FAILEDThe VideoPort connection negotiation process has failed.VFW_E_DDRAW_CAPS_NOT_SUITABLEEither DirectDraw has not been installed or the Video Card capabilities are not suitable. Make sure the display is not in 16 color mode.VFW_E_NO_VP_HARDWARENo VideoPort hardware is available, or the hardware is not responding.VFW_E_NO_CAPTURE_HARDWARENo Capture hardware is available, or the hardware is not responding.VFW_E_DVD_OPERATION_INHIBITEDThis User Operation is inhibited by DVD Content at this time.VFW_E_DVD_INVALIDDOMAINThis Operation is not permitted in the current domain.VFW_E_DVD_NO_BUTTONThe specified button is invalid or is not present at the current time, or there is no button present at the specified location.VFW_E_DVD_GRAPHNOTREADYDVD-Video playback graph has not been built yet.VFW_E_DVD_RENDERFAILDVD-Video playback graph building failed.VFW_E_DVD_DECNOTENOUGHDVD-Video playback graph could not be built due to insufficient decoders.VFW_E_DDRAW_VERSION_NOT_SUITABLEVersion number of DirectDraw not suitable. Make sure to install dx5 or higher version.VFW_E_COPYPROT_FAILEDCopy protection cannot be enabled. Please make sure any other copy protected content is not being shown now.VFW_E_TIME_EXPIREDThis object cannot be used anymore as its time has expired.VFW_E_DVD_WRONG_SPEEDThe operation cannot be performed at the current playback speed.VFW_E_DVD_MENU_DOES_NOT_EXISTThe specified menu doesn't exist.VFW_E_DVD_CMD_CANCELLEDThe specified command was either cancelled or no longer exists.VFW_E_DVD_STATE_WRONG_VERSIONThe data did not contain a recognized version.VFW_E_DVD_STATE_CORRUPTThe state data was corrupt.VFW_E_DVD_STATE_WRONG_DISCThe state data is from a different disc.VFW_E_DVD_INCOMPATIBLE_REGIONThe region was not compatible with the current drive.VFW_E_DVD_NO_ATTRIBUTESThe requested DVD stream attribute does not exist.VFW_E_DVD_NO_GOUP_PGCCurrently there is no GoUp (Annex J user function) program chain (PGC).VFW_E_DVD_LOW_PARENTAL_LEVELThe current parental level was too low.VFW_E_DVD_NOT_IN_KARAOKE_MODEThe current audio is not karaoke content.VFW_E_FRAME_STEP_UNSUPPORTEDFrame step is not supported on this configuration.VFW_E_DVD_STREAM_DISABLEDThe specified stream is disabled and cannot be selected.VFW_E_DVD_TITLE_UNKNOWNThe operation depends on the current title number, however the navigator has not yet entered the VTSM or the title domains, so the 'current' title index is unknown.VFW_E_DVD_INVALID_DISCThe specified path does not point to a valid DVD disc.VFW_E_DVD_NO_RESUME_INFORMATIONThere is currently no resume information.VFW_E_PIN_ALREADY_BLOCKED_ON_THIS_THREADThis thread has already blocked this output pin. There is no need to call IPinFlowControl::Block() again.VFW_E_PIN_ALREADY_BLOCKEDIPinFlowControl::Block() has been called on another thread. The current thread cannot make any assumptions about this pin's block state.VFW_E_CERTIFICATION_FAILUREAn operation failed due to a certification failure.DIERR_DRIVERFIRSTDevice driver-specific codes. Unless the specific driver has been precisely identified, no meaning should be attributed to these values other than that the driver originated the error.DIERR_DRIVERFIRST+1DIERR_DRIVERFIRST+2DIERR_DRIVERFIRST+3DIERR_DRIVERFIRST+4DIERR_DRIVERFIRST+5VFW_E_BAD_KEYA registry entry is corrupt.DIERR_DRIVERLASTDevice installer errors.DIERR_INVALIDCLASSINSTALLERRegistry entry or DLL for class installer invalid or class installer not found.DIERR_CANCELLED & MS_E_SAMPLEALLOCThe user cancelled the install operation. & The stream already has allocated samples and the surface doesn't match the sample format.DIERR_BADINF & MS_E_PURPOSEIDThe INF file for the selected device could not be found or is invalid or is damaged. & The specified purpose ID can't be used for the call.MS_E_NOSTREAMNo stream can be found with the specified attributes.MS_E_NOSEEKINGSeeking not supported for this object.MS_E_INCOMPATIBLEThe stream formats are not compatible.MS_E_BUSYThe sample is busy.MS_E_NOTINITThe object can't accept the call because its initialize function or equivalent has not been called.MS_E_SOURCEALREADYDEFINEDMS_E_INVALIDSTREAMTYPEThe stream type is not valid for this operation.MS_E_NOTRUNNINGThe object is not in running state.E_ACCESSDENIEDAccess is deniedE_HANDLEInvalid handleDXERROR_INVALID_ACCESS & DIERR_NOTACQUIREDThe operation cannot be performed unles (…)
    [all...]

Completed in 642 milliseconds