/frameworks/base/media/java/android/media/ |
MediaCodec.java | 32 * encoder/decoder components. 186 return new MediaCodec(type, true /* nameIsType */, false /* encoder */); 190 * Instantiate an encoder supporting output data of the given mime type. 194 return new MediaCodec(type, true /* nameIsType */, true /* encoder */); 209 String name, boolean nameIsType, boolean encoder) { 210 native_setup(name, nameIsType, encoder); 226 * If this codec is to be used as an encoder, pass this flag. 234 * format of the output data (encoder). 240 * component as an encoder. 270 * Requests a Surface to use as the input to an encoder, in place of input buffers. Thi [all...] |
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/ |
library_register.h | 40 #define EXYNOS_OMX_COMPONENT_H264_ENC "OMX.Exynos.AVC.Encoder"
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/ |
Makefile | 29 COMPONENT_LIB=libOMX.TI.JPEG.encoder.so
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/ |
Makefile | 36 COMPONENT_LIB=libOMX.TI.Video.encoder.so
|
/libcore/luni/src/main/java/org/apache/harmony/security/asn1/ |
ASN1Exception.java | 28 * Thrown by decoder/encoder stream to indicate violation of encoding rules.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/ |
DictEncoder.java | 25 * An interface of binary dictionary encoder.
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
codecs.h | 54 object is passed through the encoder function found for the given 58 Raises a LookupError in case no encoder can be found. 74 Raises a LookupError in case no encoder can be found. 92 /* Get an encoder function for the given encoding. */
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
codecs.h | 54 object is passed through the encoder function found for the given 58 Raises a LookupError in case no encoder can be found. 74 Raises a LookupError in case no encoder can be found. 92 /* Get an encoder function for the given encoding. */
|
/sdk/emulator/opengl/ |
gen-encoder.sh | 2 # Generate the Android-side encoder source files.
|
/external/chromium_org/sdch/open-vcdiff/src/google/ |
vcencoder.h | 62 // The standard streaming interface to the VCDIFF (RFC 3284) encoder. 64 // input data to be encoded may not be available at once, the encoder 67 // to the encoder. 85 // If look_for_target_matches is false, then the encoder will only 90 // If this value is true, then the encoder will produce COPY instructions 99 // into the beginning of the target data. This VCDIFF encoder will never 206 // A simpler (non-streaming) interface to the VCDIFF encoder that can be used
|
/external/chromium_org/third_party/skia/include/pdf/ |
SkPDFDevice.h | 136 * @param encoder The encoder to encode a bitmap as JPEG (DCT). 137 * Result of encodings are cached, if the encoder changes the 140 * By returning false from the encoder function, the encoder result 146 void setDCTEncoder(SkPicture::EncodeBitmap encoder) { 147 fEncoder = encoder;
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zEncode.cpp | 65 CMyComPtr<ICompressCoder> encoder;
local 71 methodFull.Id, encoder, encoder2, true));
73 if (!encoder && !encoder2)
76 CMyComPtr<IUnknown> encoderCommon = encoder ? (IUnknown *)encoder : (IUnknown *)encoder2;
127 if (encoder)
128 _mixerCoderSpec->AddCoder(encoder);
|
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
LzmaAlone.cs | 295 Compression.LZMA.Encoder encoder = new Compression.LZMA.Encoder();
296 encoder.SetCoderProperties(propIDs, properties);
297 encoder.WriteCoderProperties(outStream);
317 encoder.SetTrainSize((uint)(trainFileSize - doubleStream.skipSize));
319 encoder.Code(inStream, outStream, -1, -1, null);
|
/external/open-vcdiff/src/google/ |
vcencoder.h | 62 // The standard streaming interface to the VCDIFF (RFC 3284) encoder. 64 // input data to be encoded may not be available at once, the encoder 67 // to the encoder. 85 // If look_for_target_matches is false, then the encoder will only 90 // If this value is true, then the encoder will produce COPY instructions 99 // into the beginning of the target data. This VCDIFF encoder will never 206 // A simpler (non-streaming) interface to the VCDIFF encoder that can be used
|
/external/skia/include/pdf/ |
SkPDFDevice.h | 136 * @param encoder The encoder to encode a bitmap as JPEG (DCT). 137 * Result of encodings are cached, if the encoder changes the 140 * By returning false from the encoder function, the encoder result 146 void setDCTEncoder(SkPicture::EncodeBitmap encoder) { 147 fEncoder = encoder;
|
/hardware/qcom/media/mm-core/src/8660/ |
qc_registry_table_android.c | 207 "OMX.qcom.video.encoder.mpeg4", 223 "OMX.qcom.video.encoder.h263", 239 "OMX.qcom.video.encoder.avc", 335 "OMX.qcom.audio.encoder.aac", 351 "OMX.qcom.audio.encoder.qcelp13", 367 "OMX.qcom.audio.encoder.evrc", 383 "OMX.qcom.audio.encoder.amrnb",
|
/hardware/qcom/media/mm-core/src/8960/ |
qc_registry_table_android.c | 220 "OMX.qcom.video.encoder.mpeg4", 236 "OMX.qcom.video.encoder.h263", 252 "OMX.qcom.video.encoder.avc", 364 "OMX.qcom.audio.encoder.aac", 380 "OMX.qcom.audio.encoder.qcelp13", 396 "OMX.qcom.audio.encoder.evrc", 412 "OMX.qcom.audio.encoder.amrnb",
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/drm/ |
modeset.c | 351 /* find an encoder the CRTC supports */ 353 drmModeEncoderPtr encoder = local 355 if (encoder->possible_crtcs & (1 << idx)) { 359 drmModeFreeEncoder(encoder); 418 drmModeEncoderPtr encoder; local 420 encoder = drmModeGetEncoder(drmdpy->fd, connector->encoder_id); 421 if (encoder) { 422 if (encoder->crtc_id == crtc_id) { 427 drmModeFreeEncoder(encoder); 686 /* resources are fixed, unlike crtc, connector, or encoder */ [all...] |
/external/flac/include/FLAC/ |
all.h | 68 * encoder and plugins is available and is a useful source of 135 * - The decoder is independent of the encoder. The encoder uses the 139 * the encoder). 144 * encoder, and no metadata interface, you can remove the stream encoder 198 * single stream decoder and stream encoder. That is, the functionality 207 * Instead of creating an encoder or decoder of a certain layer, now the 306 * encoder that it can't parse), it changed the state to 313 * The encoder now has a new setting [all...] |
/external/mesa3d/src/gallium/state_trackers/egl/drm/ |
modeset.c | 351 /* find an encoder the CRTC supports */ 353 drmModeEncoderPtr encoder = local 355 if (encoder->possible_crtcs & (1 << idx)) { 359 drmModeFreeEncoder(encoder); 418 drmModeEncoderPtr encoder; local 420 encoder = drmModeGetEncoder(drmdpy->fd, connector->encoder_id); 421 if (encoder) { 422 if (encoder->crtc_id == crtc_id) { 427 drmModeFreeEncoder(encoder); 686 /* resources are fixed, unlike crtc, connector, or encoder */ [all...] |
/hardware/qcom/media/mm-core/src/7627A/ |
qc_registry_table.c | 57 "OMX.ittiam.video.encoder.avc", 201 "OMX.qcom.video.encoder.mpeg4", 265 "OMX.qcom.video.encoder.h263", 281 "OMX.qcom.video.encoder.avc", 417 "OMX.qcom.audio.encoder.tunneled.aac", 517 "OMX.qcom.audio.encoder.tunneled.amr", 697 "OMX.qcom.audio.encoder.tunneled.qcelp13", 717 "OMX.qcom.audio.encoder.qcelp13", 737 "OMX.qcom.audio.encoder.tunneled.evrc", 757 "OMX.qcom.audio.encoder.evrc" [all...] |
/hardware/qcom/media/mm-core/src/7630/ |
qc_registry_table.c | 137 "OMX.qcom.video.encoder.mpeg4", 153 "OMX.qcom.video.encoder.h263", 169 "OMX.qcom.video.encoder.avc", 305 "OMX.qcom.audio.encoder.tunneled.aac", 325 "OMX.qcom.audio.encoder.aac", 443 "OMX.qcom.audio.encoder.tunneled.amr", 623 "OMX.qcom.audio.encoder.tunneled.qcelp13", 643 "OMX.qcom.audio.encoder.qcelp13", 663 "OMX.qcom.audio.encoder.tunneled.evrc", 683 "OMX.qcom.audio.encoder.evrc" [all...] |
/external/aac/libSBRenc/src/ |
sbr.h | 111 //INT_PCM *pDSOutBuffer; /**< Pointer to downsampled audio output of SBR encoder */ 143 int downsampledOffset; /* Offset of downsampled/mixed output for core encoder. */ 144 int downmixSize; /* Size in samples of downsampled/mixed output for core encoder. */ 145 INT downSampleFactor; /* Sampling rate relation between the SBR and the core encoder. */ 148 INT estimateBitrate; /* estimate bitrate of SBR encoder */
|
/external/chromium/sdch/open-vcdiff/ |
ChangeLog | 54 * Change the VCDIFF block size to 16, but have the encoder discard all matches 56 encoder, but finds better string matches, producing a more efficient 60 * Add an interface SetTargetMatching() to the simple encoder class 115 the most efficient version of memcmp is used in the encoder's inner loop. 122 The open-vcdiff package provides an encoder and decoder for the VCDIFF format
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
videoadapter.h | 105 // CoordinatedVideoAdapter adapts the video input to the encoder by coordinating 106 // the format request from the server, the resolution request from the encoder, 196 // Handle the resolution request from the encoder due to bandwidth changes. 208 // the encoder wants. Returns true if resolution changed. 229 // Video formats that the server view requests, the CPU wants, and the encoder
|