/hardware/intel/img/psb_video/src/ |
D | README | 19 …buffer processing, H264ES for H264 encoding, H264 for H264 decoding. For encode codec, xxES is use… 36 | | |- lnc_cmdbuf.h (below files are for encode on MRST) 58 | |- pnw_cmdbuf.h (below files are for encode on MFLD) 94 | |- object_heap.h (below files are common for encode and decode on MFLD) 114 | |- tng_cmdbuf.h (below files are for encode on MRFLD) 155 |-- topazhp (encode firmware on MRFLD) 156 |-- topazsc (encode firmware on MFLD)
|
D | psb_drv_video.c | 1070 int cmdbuf_num, encode = 0, proc = 0; in psb_CreateContext() local 1151 encode = 1; in psb_CreateContext() 1160 encode = 0; in psb_CreateContext() 1164 if (encode) in psb_CreateContext() 1206 if ((encode == 0) && /* decode */ in psb_CreateContext() 1268 if (encode) { /* Topaz encode context */ in psb_CreateContext() 1296 if (encode) { /* Topaz encode context */ in psb_CreateContext() 1324 if (encode) { /* Topaz encode context */ in psb_CreateContext() 1428 if (!encode) { in psb_CreateContext() 1624 int encode, i; in psb__destroy_context() local [all …]
|
/hardware/intel/common/libva/ |
D | .gitignore | 46 /test/encode/avcenc 47 /test/encode/h264encode
|
/hardware/bsp/intel/peripheral/libupm/src/tm1637/ |
D | tm1637.cxx | 115 m_digits[index] = encode(symbol); in writeAt() 125 m_digits[i] = encode(digits[i]); in write() 187 uint8_t upm::TM1637::encode(char c) { in encode() function in upm::TM1637
|
D | tm1637.h | 143 uint8_t encode(char c);
|
/hardware/intel/common/libva/test/ |
D | Makefile.am | 23 SUBDIRS = common decode encode vainfo videoprocess subdir
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/ |
D | Android.mk | 27 LOCAL_MODULE:= libOMX.TI.AAC.encode
|
D | Makefile | 40 COMPONENT_LIB=libOMX.TI.AAC.encode.so
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/ |
D | Android.mk | 26 LOCAL_MODULE:= libOMX.TI.WBAMR.encode
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/ |
D | Android.mk | 26 LOCAL_MODULE:= libOMX.TI.AMR.encode
|
D | Makefile | 42 COMPONENT_LIB=libOMX.TI.AMR.encode.so
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/ |
D | Android.mk | 27 LOCAL_MODULE:= libOMX.TI.G722.encode
|
/hardware/ti/omap4xxx/camera/inc/ |
D | Encoder_libjpeg.h | 156 size = encode(mMainInput); in threadLoop() 204 size_t encode(params*);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/ |
D | Android.mk | 28 LOCAL_MODULE:= libOMX.TI.G726.encode
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/ |
D | Android.mk | 28 LOCAL_MODULE:= libOMX.TI.G711.encode
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/ |
D | Android.mk | 28 LOCAL_MODULE:= libOMX.TI.G729.encode
|
/hardware/ti/omap4-aah/camera/inc/ |
D | Encoder_libjpeg.h | 171 size = encode(mMainInput); in threadLoop() 220 size_t encode(params*);
|
/hardware/intel/common/libmix/mix_video/src/ |
D | mixvideoformatenc.c | 89 klass->encode = mix_videofmtenc_encode_default; in mix_videoformatenc_class_init() 460 if (klass->encode) { in mix_videofmtenc_encode() 461 return klass->encode(mix, bufin, bufincnt, iovout, iovoutcnt, encode_params); in mix_videofmtenc_encode() 497 if (klass->encode) { in mix_videofmtenc_get_max_coded_buffer_size()
|
D | mixvideoformatenc.h | 113 MixVideoFmtEncodeFunc encode; member
|
/hardware/intel/common/libmix/videoencoder/ |
D | VideoEncoderInterface.h | 28 virtual Encode_Status encode(VideoEncRawBuffer *inBuffer, uint32_t timeout = FUNC_BLOCK) = 0;
|
D | PVSoftMPEG4Encoder.h | 40 virtual Encode_Status encode(VideoEncRawBuffer *inBuffer, uint32_t timeout);
|
D | VideoEncoderBase.h | 61 virtual Encode_Status encode(VideoEncRawBuffer *inBuffer, uint32_t timeout);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | usage_cx.dox | 3 The vpx_codec_encode() function is at the core of the encode loop. It
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/ |
D | README.webm | 13 in order to encode multiple resolution bit streams.
|
/hardware/bsp/intel/soc/common/tools/ |
D | gpt_ini2bin.py | 70 label = cfg.get('partition.' + p, 'label').encode('utf-16le')
|