Home
last modified time | relevance | path

Searched refs:encoder (Results 1 – 25 of 32) sorted by relevance

12

/external/webkit/V8Binding/v8/test/cctest/
Dtest-serialize.cc87 static uint32_t Encode(const ExternalReferenceEncoder& encoder, T id) { in Encode() argument
88 return encoder.Encode(AddressOf(id)); in Encode()
105 ExternalReferenceEncoder encoder; in TEST() local
107 Encode(encoder, Builtins::ArrayCode)); in TEST()
109 Encode(encoder, Runtime::kAbort)); in TEST()
111 Encode(encoder, IC_Utility(IC::kLoadCallbackProperty))); in TEST()
113 Encode(encoder, Debug_Address(Debug::k_register_address, 3))); in TEST()
117 encoder.Encode(keyed_load_function_prototype.address())); in TEST()
121 encoder.Encode(passed_function.address())); in TEST()
125 encoder.Encode(the_hole_value_location.address())); in TEST()
[all …]
/external/libxml2/include/libxml/
DxmlIO.h130 xmlCharEncodingHandlerPtr encoder; /* I18N conversions to UTF-8 */ member
146 xmlCharEncodingHandlerPtr encoder; /* I18N conversions to UTF-8 */ member
223 xmlAllocOutputBuffer (xmlCharEncodingHandlerPtr encoder);
227 xmlCharEncodingHandlerPtr encoder,
232 xmlCharEncodingHandlerPtr encoder);
236 xmlCharEncodingHandlerPtr encoder);
240 xmlCharEncodingHandlerPtr encoder);
246 xmlCharEncodingHandlerPtr encoder);
273 xmlCharEncodingHandlerPtr encoder,
Dglobals.h55 …putBufferCreateFilenameFunc) (const char *URI, xmlCharEncodingHandlerPtr encoder, int compression);
/external/libxml2/
DxmlIO.c140 xmlAllocOutputBufferInternal(xmlCharEncodingHandlerPtr encoder);
2242 ret->encoder = xmlGetCharEncodingHandler(enc); in xmlAllocParserInputBuffer()
2243 if (ret->encoder != NULL) in xmlAllocParserInputBuffer()
2266 xmlAllocOutputBuffer(xmlCharEncodingHandlerPtr encoder) { in xmlAllocOutputBuffer() argument
2281 ret->encoder = encoder; in xmlAllocOutputBuffer()
2282 if (encoder != NULL) { in xmlAllocOutputBuffer()
2292 xmlCharEncOutFunc(encoder, ret->conv, NULL); in xmlAllocOutputBuffer()
2312 xmlAllocOutputBufferInternal(xmlCharEncodingHandlerPtr encoder) { in xmlAllocOutputBufferInternal() argument
2336 ret->encoder = encoder; in xmlAllocOutputBufferInternal()
2337 if (encoder != NULL) { in xmlAllocOutputBufferInternal()
[all …]
Dxmlsave.c463 if ((encoding != NULL) && (buf->encoder == NULL) && (buf->conv == NULL)) { in xmlSaveSwitchEncoding()
464 buf->encoder = xmlFindCharEncodingHandler((const char *)encoding); in xmlSaveSwitchEncoding()
465 if (buf->encoder == NULL) { in xmlSaveSwitchEncoding()
472 xmlCharEncCloseFunc(buf->encoder); in xmlSaveSwitchEncoding()
479 xmlCharEncOutFunc(buf->encoder, buf->conv, NULL); in xmlSaveSwitchEncoding()
487 xmlCharEncCloseFunc(buf->encoder); in xmlSaveClearEncoding()
489 buf->encoder = NULL; in xmlSaveClearEncoding()
710 (buf->encoder == NULL) && (buf->conv == NULL)) { in htmlNodeDumpOutputInternal()
974 (buf->encoder == NULL) && (buf->conv == NULL)) { in xmlDocContentDumpOutput()
998 (buf->encoder == NULL) && (buf->conv == NULL) && in xmlDocContentDumpOutput()
[all …]
DparserInternals.c1111 if (input->buf->encoder != NULL) { in xmlSwitchInputEncoding()
1116 if (input->buf->encoder == handler) in xmlSwitchInputEncoding()
1134 xmlCharEncCloseFunc(input->buf->encoder); in xmlSwitchInputEncoding()
1135 input->buf->encoder = handler; in xmlSwitchInputEncoding()
1138 input->buf->encoder = handler; in xmlSwitchInputEncoding()
1189 nbchars = xmlCharEncInFunc(input->buf->encoder, in xmlSwitchInputEncoding()
1199 nbchars = xmlCharEncFirstLine(input->buf->encoder, in xmlSwitchInputEncoding()
Dxmlwriter.c521 xmlCharEncodingHandlerPtr encoder; in xmlTextWriterStartDocument() local
536 encoder = NULL; in xmlTextWriterStartDocument()
538 encoder = xmlFindCharEncodingHandler(encoding); in xmlTextWriterStartDocument()
539 if (encoder == NULL) { in xmlTextWriterStartDocument()
546 writer->out->encoder = encoder; in xmlTextWriterStartDocument()
547 if (encoder != NULL) { in xmlTextWriterStartDocument()
551 xmlCharEncOutFunc(encoder, writer->out->conv, NULL); in xmlTextWriterStartDocument()
553 writer->doc->encoding = xmlStrdup((xmlChar *)writer->out->encoder->name); in xmlTextWriterStartDocument()
577 if (writer->out->encoder != 0) { in xmlTextWriterStartDocument()
588 writer->out->encoder->name); in xmlTextWriterStartDocument()
DHTMLtree.c323 xmlAllocOutputBufferInternal(xmlCharEncodingHandlerPtr encoder);
414 outbuf->encoder = NULL; in htmlNodeDumpFormat()
Dc14n.c1489 if (buf->encoder != NULL) { in xmlC14NNewCtx()
1584 if (buf->encoder != NULL) { in xmlC14NExecute()
DHTMLparser.c3337 (ctxt->input->buf->encoder == NULL)) { in htmlCheckEncoding()
3359 (ctxt->input->buf->encoder != NULL) && in htmlCheckEncoding()
3370 nbchars = xmlCharEncInFunc(ctxt->input->buf->encoder, in htmlCheckEncoding()
5377 if ((in->encoder != NULL) && (in->buffer != NULL) && in htmlParseChunk()
5381 nbchars = xmlCharEncInFunc(in->encoder, in->buffer, in->raw); in htmlParseChunk()
5446 if(enc==XML_CHAR_ENCODING_UTF8 || buf->encoder) in htmlCreatePushParserCtxt()
Dencoding.c2173 if ((in->buf != NULL) && (in->buf->encoder != NULL)) { in xmlByteConsumed()
2175 xmlCharEncodingHandler * handler = in->buf->encoder; in xmlByteConsumed()
/external/apache-http/src/org/apache/commons/codec/language/
DSoundexUtils.java83 static int difference(StringEncoder encoder, String s1, String s2) throws EncoderException { in difference() argument
84 return differenceEncoded(encoder.encode(s1), encoder.encode(s2)); in difference()
/external/opencore/
DChangeLog13 - AMR-WB support added to the OMX encoder node so that it can utilize
14 an OMX AMR-WB encoder component if it is part of the OMX core.
25 - Modified OMX encoder node to allow setting the AMR bitrate
60 - Added OMX AAC encoder support in the OMX encoder.
147 - Refactoring Colorconversion from mpeg4 encoder and adding support
152 IntraDCVlcThreshold for MPEG4 encoder library
157 - Apply new RGB to YUV color conversion libraries to OMX encoder
160 - Adding support for YUV420Semiplanar to avc encoder, m4v encoder and
211 IntraDCVlcThreshold for MPEG4 encoder library
236 - The OpenMAX encoder node is configuring the OpenMAX component with
[all …]
/external/opencore/android/author/
Dauthordriver.cpp1167 static bool getPropertyKeyForVideoEncoder(video_encoder encoder, char* name, size_t len) in getPropertyKeyForVideoEncoder() argument
1169 switch(encoder) { in getPropertyKeyForVideoEncoder()
1180 LOGE("Failed to get system property key for video encoder(%d)", encoder); in getPropertyKeyForVideoEncoder()
1188 static void getSupportedPropertyRange(video_encoder encoder, const char* property, int64& min, int6… in getSupportedPropertyRange() argument
1191 …bool propertyKeyExists = getPropertyKeyForVideoEncoder(encoder, videoEncoderName, PROPERTY_KEY_MAX… in getSupportedPropertyRange()
1220 static void getSupportedVideoBitRateRange(video_encoder encoder, int64& minBitRateBps, int64& maxBi… in getSupportedVideoBitRateRange() argument
1222 getSupportedPropertyRange(encoder, "bps", minBitRateBps, maxBitRateBps); in getSupportedVideoBitRateRange()
1225 static void getSupportedVideoFrameRateRange(video_encoder encoder, int64& minFrameRateFps, int64& m… in getSupportedVideoFrameRateRange() argument
1227 getSupportedPropertyRange(encoder, "fps", minFrameRateFps, maxFrameRateFps); in getSupportedVideoFrameRateRange()
1230 static void getSupportedVideoFrameWidthRange(video_encoder encoder, int64& minWidth, int64& maxWidt… in getSupportedVideoFrameWidthRange() argument
[all …]
/external/skia/src/animator/
DSkSnapshot.cpp50 SkImageEncoder* encoder = SkImageEncoder::Create((SkImageEncoder::Type) type); in draw() local
66 encoder->encodeFile(name.c_str(), in draw()
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dencode.h344 EncodeFst(const Fst<A> &fst, EncodeMapper<A>* encoder) in EncodeFst() argument
345 : MapFst<A, A, C>(fst, encoder, MapFstOptions()) {} in EncodeFst()
347 EncodeFst(const Fst<A> &fst, const EncodeMapper<A>& encoder) in EncodeFst() argument
348 : MapFst<A, A, C>(fst, encoder, MapFstOptions()) {} in EncodeFst()
369 DecodeFst(const Fst<A> &fst, const EncodeMapper<A>& encoder) in DecodeFst() argument
371 EncodeMapper<A>(encoder, DECODE), in DecodeFst()
Dminimize.h528 encoder(kEncodeLabels | kEncodeWeights, ENCODE);
529 Encode(&gfst, &encoder);
531 Decode(&gfst, encoder);
547 EncodeMapper<A> encoder(kEncodeLabels | kEncodeWeights, ENCODE);
548 Encode(fst, &encoder);
550 Decode(fst, encoder);
/external/webkit/WebKit/mac/WebView/
DWebResource.mm165 - (void)encodeWithCoder:(NSCoder *)encoder
183 [encoder encodeObject:data forKey:WebResourceDataKey];
184 [encoder encodeObject:url forKey:WebResourceURLKey];
185 [encoder encodeObject:mimeType forKey:WebResourceMIMETypeKey];
186 [encoder encodeObject:textEncoding forKey:WebResourceTextEncodingNameKey];
187 [encoder encodeObject:frameName forKey:WebResourceFrameNameKey];
188 [encoder encodeObject:response forKey:WebResourceResponseKey];
DWebArchive.mm257 - (void)encodeWithCoder:(NSCoder *)encoder
259 [encoder encodeObject:[self mainResource] forKey:WebMainResourceKey];
260 [encoder encodeObject:[self subresources] forKey:WebSubresourcesKey];
261 [encoder encodeObject:[self subframeArchives] forKey:WebSubframeArchivesKey];
DWebPreferences.mm269 - (void)encodeWithCoder:(NSCoder *)encoder
271 if ([encoder allowsKeyedCoding]){
272 [encoder encodeObject:_private->identifier forKey:@"Identifier"];
273 [encoder encodeObject:_private->values forKey:@"Values"];
278 [encoder encodeValueOfObjCType:@encode(int) at:&version];
279 [encoder encodeObject:_private->identifier];
280 [encoder encodeObject:_private->values];
DWebView.mm2434 - (void)encodeWithCoder:(NSCoder *)encoder
2441 [super encodeWithCoder:encoder];
2447 if ([encoder allowsKeyedCoding]) {
2448 [encoder encodeObject:[[self mainFrame] name] forKey:@"FrameName"];
2449 [encoder encodeObject:[self groupName] forKey:@"GroupName"];
2450 [encoder encodeObject:[self preferences] forKey:@"Preferences"];
2451 [encoder encodeBool:useBackForwardList forKey:@"UseBackForwardList"];
2452 [encoder encodeBool:_private->allowsUndo forKey:@"AllowsUndo"];
2455 [encoder encodeValueOfObjCType:@encode(int) at:&version];
2456 [encoder encodeObject:[[self mainFrame] name]];
[all …]
/external/bluetooth/bluez/
DChangeLog227 Add possibility to analyze 4 blocks at once in encoder.
228 Fix correct handling of frame sizes in the encoder.
235 Fix subbands selection for joint-stereo in SBC encoder.
244 Add more options to SBC encoder.
248 Fix bitstream optimization for SBC encoder.
296 Add more options to SBC encoder and decoder.
301 Fix SBC encoder not writing last frame.
531 Add more SBC encoder optimizations.
558 Fix sign error in 8-subband encoder.
576 Add optimization for SBC encoder.
[all …]
/external/jpeg/
Dchange.log23 the encoder. jpegtran uses this to copy the source file's version number,
27 encoder to emit JFIF version number 1.02.
Dfilelist.doc31 jchuff.h Private declarations for Huffman encoder modules.
Dstructure.doc370 emitted in normal array order, which the entropy encoder is expected to
387 by the entropy encoder when needed).

12