Home
last modified time | relevance | path

Searched refs:encode (Results 1 – 25 of 50) sorted by relevance

12

/hardware/intel/img/psb_video/src/
DREADME19 …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)
Dpsb_drv_video.c1070 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.gitignore46 /test/encode/avcenc
47 /test/encode/h264encode
/hardware/bsp/intel/peripheral/libupm/src/tm1637/
Dtm1637.cxx115 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
Dtm1637.h143 uint8_t encode(char c);
/hardware/intel/common/libva/test/
DMakefile.am23 SUBDIRS = common decode encode vainfo videoprocess subdir
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
DAndroid.mk27 LOCAL_MODULE:= libOMX.TI.AAC.encode
DMakefile40 COMPONENT_LIB=libOMX.TI.AAC.encode.so
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
DAndroid.mk26 LOCAL_MODULE:= libOMX.TI.WBAMR.encode
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
DAndroid.mk26 LOCAL_MODULE:= libOMX.TI.AMR.encode
DMakefile42 COMPONENT_LIB=libOMX.TI.AMR.encode.so
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
DAndroid.mk27 LOCAL_MODULE:= libOMX.TI.G722.encode
/hardware/ti/omap4xxx/camera/inc/
DEncoder_libjpeg.h156 size = encode(mMainInput); in threadLoop()
204 size_t encode(params*);
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
DAndroid.mk28 LOCAL_MODULE:= libOMX.TI.G726.encode
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
DAndroid.mk28 LOCAL_MODULE:= libOMX.TI.G711.encode
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
DAndroid.mk28 LOCAL_MODULE:= libOMX.TI.G729.encode
/hardware/ti/omap4-aah/camera/inc/
DEncoder_libjpeg.h171 size = encode(mMainInput); in threadLoop()
220 size_t encode(params*);
/hardware/intel/common/libmix/mix_video/src/
Dmixvideoformatenc.c89 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()
Dmixvideoformatenc.h113 MixVideoFmtEncodeFunc encode; member
/hardware/intel/common/libmix/videoencoder/
DVideoEncoderInterface.h28 virtual Encode_Status encode(VideoEncRawBuffer *inBuffer, uint32_t timeout = FUNC_BLOCK) = 0;
DPVSoftMPEG4Encoder.h40 virtual Encode_Status encode(VideoEncRawBuffer *inBuffer, uint32_t timeout);
DVideoEncoderBase.h61 virtual Encode_Status encode(VideoEncRawBuffer *inBuffer, uint32_t timeout);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dusage_cx.dox3 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/
DREADME.webm13 in order to encode multiple resolution bit streams.
/hardware/bsp/intel/soc/common/tools/
Dgpt_ini2bin.py70 label = cfg.get('partition.' + p, 'label').encode('utf-16le')

12