/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 | 1037 int cmdbuf_num, encode = 0, proc = 0; in psb_CreateContext() local 1114 encode = 1; in psb_CreateContext() 1123 encode = 0; in psb_CreateContext() 1127 if (encode) in psb_CreateContext() 1170 if ((encode == 0) && /* decode */ in psb_CreateContext() 1226 if (encode) { /* Topaz encode context */ in psb_CreateContext() 1254 if (encode) { /* Topaz encode context */ in psb_CreateContext() 1282 if (encode) { /* Topaz encode context */ in psb_CreateContext() 1385 if (!encode) { in psb_CreateContext() 1569 int encode, i; in psb__destroy_context() local [all …]
|
/hardware/intel/common/libva/ |
D | .gitignore | 46 /test/encode/avcenc 47 /test/encode/h264encode
|
/hardware/intel/common/libva/test/ |
D | Makefile.am | 23 SUBDIRS = common decode encode vainfo videoprocess subdir
|
/hardware/ti/omap4xxx/camera/inc/ |
D | Encoder_libjpeg.h | 156 size = encode(mMainInput); in threadLoop() 204 size_t encode(params*);
|
/hardware/ti/omap4-aah/camera/inc/ |
D | Encoder_libjpeg.h | 171 size = encode(mMainInput); in threadLoop() 220 size_t encode(params*);
|
/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/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/wbamr_enc/src/ |
D | Android.mk | 26 LOCAL_MODULE:= libOMX.TI.WBAMR.encode
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/ |
D | Android.mk | 27 LOCAL_MODULE:= libOMX.TI.G722.encode
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/ |
D | Android.mk | 28 LOCAL_MODULE:= libOMX.TI.G729.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/g726_enc/src/ |
D | Android.mk | 28 LOCAL_MODULE:= libOMX.TI.G726.encode
|
/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/samsung_slsi/exynos5/libcamera/ |
D | ExynosJpegEncoderForCamera.h | 91 int encode(int *size, exif_attribute_t *exifInfo);
|
/hardware/samsung_slsi/exynos5/libcamera2/ |
D | ExynosJpegEncoderForCamera.h | 89 int encode(int *size, exif_attribute_t *exifInfo);
|
/hardware/samsung_slsi/exynos5/libhwjpeg/ |
D | ExynosJpegEncoder.cpp | 192 int ExynosJpegEncoder::encode(void) in encode() function in ExynosJpegEncoder
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/ |
D | vpx_encoder.c | 227 res = ctx->iface->enc.encode(ctx->priv->alg_priv, img, pts, in vpx_codec_encode() 241 if ((res = ctx->iface->enc.encode(ctx->priv->alg_priv, img, pts, in vpx_codec_encode()
|
/hardware/samsung_slsi/exynos5/include/ |
D | ExynosJpegApi.h | 191 int encode(void);
|