/frameworks/base/core/java/android/util/ |
Base64.java | 29 * Default values for encoder/decoder flags. 34 * Encoder flag bit to omit the padding '=' characters at the end 40 * Encoder flag bit to omit all line terminators (i.e., the output 46 * Encoder flag bit to indicate lines should be terminated with a 53 * Encoder/decoder flag bit to indicate using the "URL and 510 Encoder encoder = new Encoder(flags, null); local 516 if (encoder.do_padding) { 529 if (encoder.do_newline && len > 0) [all...] |
/external/libxml2/ |
xmlIO.c | 140 xmlAllocOutputBufferInternal(xmlCharEncodingHandlerPtr encoder); 194 "encoder error", /* XML_IO_ENCODER */ [all...] |
/frameworks/media/libvideoeditor/vss/inc/ |
M4VSS3GPP_InternalTypes.h | 44 #include "M4ENCODER_common.h" /**< Encoder common interface */ 230 /**< Functions of the used encoder */ 242 /**< Functions of the used encoder */ 388 * @brief enum to keep track of the encoder state 410 // Decorrelate input and output encoding timestamp to handle encoder prefetch 453 * Audio Encoder stuff */ 454 M4OSA_Context pAudioEncCtxt; /**< Context of the audio encoder */ 456 encoder */ 457 M4ENCODER_AudioParams AudioEncParams; /**< Config of the audio encoder */ 475 * Video Encoder stuff * [all...] |
/frameworks/media/libvideoeditor/vss/src/ |
M4PTO3GPP_API.c | 334 /*+ New Encoder bitrates */ 625 * In case this is the first step, we prepare the decoder, the encoder and the writer */ 632 * Prepare the reader, the decoder, the encoder, the writer... */ 652 * We do that before the encoding, because the core encoder has to know if this is 671 * Call the encoder */ [all...] |
/external/protobuf/python/google/protobuf/internal/ |
decoder.py | 33 This code is very similar to encoder.py -- read the docs for that module first. 84 from google.protobuf.internal import encoder namespace 95 """Return an encoder for a basic varint value (does not include tag). 203 tag_bytes = encoder.TagBytes(field_number, wire_type) 312 tag_bytes = encoder.TagBytes(field_number, 349 tag_bytes = encoder.TagBytes(field_number, 382 end_tag_bytes = encoder.TagBytes(field_number, 388 tag_bytes = encoder.TagBytes(field_number, 433 tag_bytes = encoder.TagBytes(field_number, 481 MESSAGE_SET_ITEM_TAG = encoder.TagBytes(1, wire_format.WIRETYPE_START_GROUP [all...] |
/external/v8/test/cctest/ |
test-serialize.cc | 91 static uint32_t Encode(const ExternalReferenceEncoder& encoder, T id) { 92 return encoder.Encode(AddressOf(id)); 106 ExternalReferenceEncoder encoder; local 108 Encode(encoder, Builtins::kArrayCode)); 110 Encode(encoder, Runtime::kAbort)); 112 Encode(encoder, IC_Utility(IC::kLoadCallbackProperty))); 116 encoder.Encode(keyed_load_function_prototype.address())); 120 encoder.Encode(the_hole_value_location.address())); 124 encoder.Encode(stack_limit_address.address())); 128 encoder.Encode(real_stack_limit_address.address())) [all...] |
/development/tools/emulator/opengl/system/OpenglSystemCommon/ |
HostConnection.cpp | 111 DBG("HostConnection::glEncoder new encoder %p, tid %d", m_glEnc, gettid()); 121 DBG("HostConnection::gl2Encoder new encoder %p, tid %d", m_gl2Enc, gettid());
|
/external/kernel-headers/original/linux/ |
msm_vidc_enc.h | 83 /*ENCODER CONFIGURATION CONSTANTS*/ 133 /*Entropy coding model selection for H.264 encoder.*/ 136 /*Cabac model number (0,1,2) for encoder.*/ 141 /*Deblocking filter control type for encoder.*/ 182 /* Base value for ioctls that are not related to encoder configuration.*/ 184 /* Base value for encoder configuration ioctls*/ 192 /*NON ENCODER CONFIGURATION IOCTLs*/ 276 /*ENCODER PROPERTY CONFIGURATION & CAPABILITY IOCTLs*/
|
/external/libvpx/vpx/ |
vp8.h | 29 * \brief Provides controls common to both the VP8 encoder and decoder. 65 VP8_DEBUG_TXT_RATE_INFO = 1<<6, /**< print video rate info (encoder only) */
|
vp8dx.h | 37 /* Include controls common to both the encoder and decoder */
|
/external/llvm/include/llvm/MC/ |
MCFixup.h | 41 /// Fixups are used any time the target instruction encoder needs to represent 42 /// some value in an instruction which is not yet concrete. The encoder will
|
/frameworks/base/include/media/stagefright/ |
HardwareAPI.h | 63 // (camera component, for instance) to video encoder to avoid memcpying of 104 // This will inform the encoder that the actual
|
/frameworks/base/media/libmedia/ |
mediarecorder.cpp | 210 LOGE("try to set the video encoder without setting the video source first"); 214 LOGE("video encoder has already been set"); 240 LOGE("try to set the audio encoder without setting the audio source first"); 244 LOGE("audio encoder has already been set"); 433 LOGE("audio source is set, but audio encoder is not set"); 435 LOGE("audio encoder is set, but audio source is not set"); 442 LOGE("video source is set, but video encoder is not set"); 444 LOGE("video encoder is set, but video source is not set");
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/include/ |
cvei.h | 23 /** @introduction Common Video Encoder Interface (CVEI) is intended to be used by 25 encoding feature. CVEI is designed such that new video encoder algorithms or 138 /** This structure contains encoder settings. */ 141 /** Specifies an ID that will be used to specify this encoder while returning 171 the encoder will try to meet the specified frame rate regardless of the frame quality.*/ 186 encoder and the decoder. The size is in unit of seconds. For download application, 396 /**This function dynamically changes the target bit rate of the encoder 401 /** This function dynamically changes the target frame rate of the encoder
|
/hardware/ti/omap4xxx/camera/inc/ |
Encoder_libjpeg.h | 35 * libjpeg encoder class - uses libjpeg to encode yuv 146 // encoder thread runs, self-destructs, and then exits
|
/external/chromium/third_party/modp_b64/ |
LICENSE | 1 * MODP_B64 - High performance base64 encoder/decoder
|
NOTICE | 1 * MODP_B64 - High performance base64 encoder/decoder
|
/external/webkit/Source/WebKit2/Platform/CoreIPC/ |
DataReference.h | 60 void encode(ArgumentEncoder* encoder) const;
|
/external/webkit/Source/WebKit2/Shared/mac/ |
PlatformCertificateInfo.h | 47 void encode(CoreIPC::ArgumentEncoder* encoder) const;
|
/external/webkit/Source/WebKit2/Shared/win/ |
PlatformCertificateInfo.h | 54 void encode(CoreIPC::ArgumentEncoder* encoder) const;
|
/frameworks/base/core/jni/android/graphics/ |
YuvToJpegEncoder.cpp | 222 YuvToJpegEncoder* encoder = YuvToJpegEncoder::create(format, imgStrides); local 223 if (encoder == NULL) { 226 encoder->encode(strm, yuv, width, height, imgOffsets, jpegQuality); 228 delete encoder;
|
/frameworks/base/media/libstagefright/include/ |
AVCEncoder.h | 48 // Callbacks required by the encoder
|
/frameworks/media/libvideoeditor/vss/common/inc/ |
M4_VideoEditingCommon.h | 80 M4VIDEOEDITING_kNullVideo = 254, /**< Do not care video type, use NULL encoder */ 100 M4VIDEOEDITING_kNullAudio = 254, /**< Do not care audio type, use NULL encoder */ 214 /*+ New Encoder bitrates */ 218 /*- New Encoder bitrates */
|
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
OMX_TI_Index.h | 82 /* H264 Encoder Indices*/ 97 OMX_TI_IndexParamStereoInfo2004Settings, //!< use OMX_TI_VIDEO_AVCENC_STEREOINFO2004 to specify the 2004 SEI for AVC Encoder 98 OMX_TI_IndexParamStereoFramePacking2010Settings, //!< use OMX_TI_VIDEO_AVCENC_FRAMEPACKINGINFO2010 to specify 2010 SEI for AVC Encoder 198 /* MPEG4 and H264 encoder specific Indices */
|
/development/tools/emulator/opengl/ |
README | 34 system/GLESv1_enc -> encoder for GLES 1.1 commands 35 system/GLESv2_enc -> encoder for GLES 2.0 commands 36 system/renderControl_enc -> encoder for rendering control commands
|