/AliOS-Things-master/components/uvoice/ |
A D | CMakeLists.txt | 68 codec/pvmp3_decoder.c 70 codec/ogg_decoder.c 71 codec/flac_decoder.c 74 codec/opus_encoder.c 75 codec/opus_decoder.c 76 codec/spx_encoder.c 77 codec/spx_decoder.c 78 codec/amr_encoder.c 79 codec/amr_decoder.c 80 codec/amrwb_encoder.c [all …]
|
A D | README.md | 59 ├── codec 318 要支持MP3播放,编译前,需要到codec/opensource/pvmp3目录下执行get_pvmp3.py 319 要支持AAC/M4A播放,编译前,需要到codec/opensource/pvaac目录下执行get_pvaac.py
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/multimedia/ |
A D | Makefile | 44 mmlib_obj += audio/codec/sbc/src/ 49 aac_obj += audio/codec/fdkaac_codec/libAACdec/src/ 50 aac_obj += audio/codec/fdkaac_codec/libAACenc/src/ 51 aac_obj += audio/codec/fdkaac_codec/libFDK/src/ 52 aac_obj += audio/codec/fdkaac_codec/libMpegTPDec/src/ 54 aac_obj += audio/codec/fdkaac_codec/libPCMutils/src/ 55 aac_obj += audio/codec/fdkaac_codec/libSBRdec/src/ 56 aac_obj += audio/codec/fdkaac_codec/libSBRenc/src/ 57 aac_obj += audio/codec/fdkaac_codec/libSYS/src/ 73 mmlib_obj += audio/codec/opus/src/ [all …]
|
/AliOS-Things-master/components/a2sa/src/driver/platform/rtos/ |
A D | template.c | 167 playback->hdl = codec; in playback_open() 174 codec->ring_buf = ring_buf; in playback_open() 175 csi_codec_output_open(&codec_a, codec, 0); in playback_open() 186 int ret = csi_codec_output_config(codec, &output_config); in playback_open() 191 csi_codec_output_analog_gain(codec, 0xaf); in playback_open() 192 csi_codec_output_buffer_reset(codec); in playback_open() 193 csi_codec_output_link_dma(codec, &dma_ch_output_handle); in playback_open() 202 if (codec) { in playback_open() 203 aos_free(codec); in playback_open() 234 csi_codec_output_t *codec = playback->hdl; in playback_start() local [all …]
|
/AliOS-Things-master/components/py_engine/modules/video/ |
A D | ak_camera.c | 39 int codec; member 47 .codec = -1, 252 cctx.codec = -1; in py_video_camera_open() 303 if (cctx.codec >= 0) { in py_video_camera_close() 304 ak_venc_close(cctx.codec); in py_video_camera_close() 305 cctx.codec = -1; in py_video_camera_close() 401 if (cctx.codec < 0) { in py_video_camera_save() 402 cctx.codec = in py_video_camera_save() 404 if (cctx.codec < 0) { in py_video_camera_save() 415 ak_venc_close(cctx.codec); in py_video_camera_save() [all …]
|
/AliOS-Things-master/components/csi/csi2/include/drv/ |
A D | codec.h | 35 csi_codec_t *codec; member 50 csi_codec_t *codec; member 106 csi_error_t csi_codec_init(csi_codec_t *codec, uint32_t idx); 113 void csi_codec_uninit(csi_codec_t *codec); 122 csi_error_t csi_codec_output_open(csi_codec_t *codec, csi_codec_output_t *ch, uint32_t ch_idx); 280 csi_error_t csi_codec_input_open(csi_codec_t *codec, csi_codec_input_t *ch, uint32_t ch_idx); 422 csi_error_t csi_codec_enable_pm(csi_codec_t *codec); 429 void csi_codec_disable_pm(csi_codec_t *codec);
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_codec.c | 145 const TIFFCodec* codec = TIFFFindCODEC(scheme); in TIFFIsCODECConfigured() local 147 if(codec == NULL) { in TIFFIsCODECConfigured() 150 if(codec->init == NULL) { in TIFFIsCODECConfigured() 153 if(codec->init != NotConfigured){ in TIFFIsCODECConfigured()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/apps/factory/ |
A D | Makefile | 26 -Iservices/multimedia/audio/codec/sbc/inc \ 27 -Iservices/multimedia/audio/codec/sbc/src/inc \
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/bt_if_enhanced/inc/ |
A D | avdtp_api.h | 164 btif_avdtp_codec_t codec; member 170 btif_avdtp_codec_t codec; member
|
A D | hfp_api.h | 234 void btif_hf_set_negotiated_codec(hf_chan_handle_t chan_h, hfp_sco_codec_t codec); 298 bt_status_t btif_hf_sync_conn_audio_connected(hfp_sco_codec_t codec,uint16_t conhdl);
|
A D | a2dp_api.h | 360 btif_avdtp_codec_t *codec; member
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/apps/mic/ |
A D | Makefile | 55 -Iservices/multimedia/audio/codec/sbc/inc \ 56 -Iservices/multimedia/audio/codec/sbc/src/inc \
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/drivers/codec/ |
A D | codec_int.h | 11 #include CHIP_SPECIFIC_HDR(codec)
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/bt_if_enhanced/ |
A D | Makefile | 105 -Iservices/multimedia/audio/codec/sbc/inc \ 106 -Iservices/multimedia/audio/codec/sbc/src/inc \
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/interconnection/ |
A D | Makefile | 89 -Iservices/multimedia/speech/codec/codecs/adpcm \ 109 -Iservices/multimedia/audio/codec/sbc/inc \
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/apps/main/ |
A D | Makefile | 79 -Iservices/multimedia/audio/codec/sbc/inc \ 80 -Iservices/multimedia/audio/codec/sbc/src/inc \
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/main/ |
A D | Makefile | 71 obj-y += ../../platform/drivers/codec/ 96 ../../platform/drivers/codec/ 186 obj-y += ../../platform/drivers/codec/
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/ |
A D | Makefile | 69 -Iplatform/drivers/codec \
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/audioflinger/ |
A D | Makefile | 16 -Iplatform/drivers/codec \
|
/AliOS-Things-master/components/a2sa/ |
A D | README.md | 29 │ ├── sound_mixer.h # 声卡mixer设备驱动,例如设置codec参数,音量等。
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | structure.txt | 685 The essence of the problem is that the entropy codec (coder or decoder) must 687 the entropy codec must be able to stop before having produced or consumed all 697 codec's internal state is loaded from permanent storage (in the JPEG object 701 If a suspension occurs, the codec simply returns without updating the state, 717 This approach would probably not work for an arithmetic codec, since its
|
A D | README | 372 and is the first true source reference JPEG codec.
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | README | 12 WebP codec: library to encode and decode images in WebP format. This package 316 * 'f' option directly links to the filtering strength used by the codec's
|
A D | ChangeLog | 1062 47ddd5a4 Move some codec logic out of ./dsp . 3237 2c341b0e Merge "Added image characteristic hint for the codec." 3238 d373076a Added image characteristic hint for the codec.
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | ChangeLog | 378 codec-specified tag but this codec is not enabled. This avoids TIFFGetField() 518 leak when the underlying codec (ZIP, PixarLog) succeeds its 932 when requesting Predictor tag and that the zip/lzw codec is not 3567 compression codec codes. 3937 These tags are not codec-specific and relate to image content, so 4131 * libtiff/tif_fax3.c: Save the state of printdir codec dependent 4416 codec cleanup methods. As per bug 4466 TIFFPredictorCleanup() in codec cleanup methods. As per bug 4993 * libtiff/tif_jpeg.c: Cleanup the codec state depending on 6097 But we need more work on fax codec to support update mode. [all …]
|