Searched refs:recover (Results 1 – 10 of 10) sorted by relevance
/AliOS-Things-master/components/a2sa/internal/driver/core/ |
A D | pcm_dev.h | 30 int (*recover)(void *dev); member
|
/AliOS-Things-master/components/a2sa/internal/driver/platform/rtos/ |
A D | audio_rtos.h | 54 int (*recover)(pcm_stream_handler_t hdl); member
|
/AliOS-Things-master/components/a2sa/src/driver/platform/rtos/ |
A D | audio_rtos.c | 325 if(!pcm_dev->ops->recover) { in pcm_recover() 329 ret = pcm_dev->ops->recover(pcm_dev->hdl); in pcm_recover() 348 .recover = pcm_recover,
|
A D | template.c | 386 .recover = codec_pcm_stream_recover,
|
/AliOS-Things-master/hardware/chip/haas1000/hal/ |
A D | audio.c | 394 .recover = codec_pcm_stream_recover,
|
/AliOS-Things-master/components/a2sa/src/driver/core/ |
A D | audio.c | 145 ret = pcm->ops->recover(pcm->private_data); in audio_pcm_ioctl()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_dirread.c | 154 …Err(TIFF* tif, enum TIFFReadDirEntryErr err, const char* module, const char* tagname, int recover); 165 static int TIFFFetchNormalTag(TIFF*, TIFFDirEntry*, int recover); 3423 …tErr(TIFF* tif, enum TIFFReadDirEntryErr err, const char* module, const char* tagname, int recover) in TIFFReadDirEntryOutputErr() argument 3425 if (!recover) { in TIFFReadDirEntryOutputErr() 4916 TIFFFetchNormalTag(TIFF* tif, TIFFDirEntry* dp, int recover) in TIFFFetchNormalTag() argument 5589 TIFFReadDirEntryOutputErr(tif,err,module,fip->field_name,recover); in TIFFFetchNormalTag()
|
/AliOS-Things-master/components/mbedtls/ |
A D | ChangeLog | 297 partially recover the plaintext of messages under some conditions by 310 machine as well as manipulate network packets, to partially recover the 321 to partially recover the plaintext of messages under some conditions (see
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | libjpeg.txt | 2902 DOS will require a reboot to recover the memory.) Thus, with these memory
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | libpng-manual.txt | 3486 file so that decoders can recover the original data if desired.
|
Completed in 32 milliseconds