/dalvik/vm/compiler/codegen/mips/ |
Assemble.cpp | 515 MipsEncodingMap *encoder = &EncodingMap[lir->opcode]; local 516 u4 bits = encoder->skeleton; 522 switch(encoder->fieldLoc[i].kind) { 526 if (encoder->fieldLoc[i].start == 0 && encoder->fieldLoc[i].end == 31) { 529 value = (operand << encoder->fieldLoc[i].start) & 530 ((1 << (encoder->fieldLoc[i].end + 1)) - 1); 537 value = ((operand & FP_REG_MASK) << encoder->fieldLoc[i].start) & 538 ((1 << (encoder->fieldLoc[i].end + 1)) - 1); 544 value = ((operand & FP_REG_MASK) << encoder->fieldLoc[i].start) [all...] |
/dalvik/vm/compiler/codegen/x86/libenc/ |
enc_defs.h | 24 // Used to isolate experimental or being tuned encoder into a separate 88 * encoder.cpp & encoder_master_info.cpp uses OpndKind as an index for hashing 137 * info can be combined in 2 bits which is used, say in Encoder::OpndRole.
|
/external/chromium_org/chrome/utility/ |
chrome_content_utility_client.cc | 652 cloud_print::PwgEncoder encoder; local 654 encoder.EncodeDocumentHeader(&pwg_header); 671 if (!encoder.EncodePage(image, settings.dpi(), total_page_count, &pwg_page))
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
videoadapter.cc | 155 // OnEncoderResolutionRequest - encoder requests you send this resolution based 467 // Update the encoder desired format based on the request. 614 // Reduce resolution based on encoder bandwidth (GD).
|
/external/chromium_org/third_party/libwebp/enc/ |
webpenc.c | 10 // WebP encoder: main entry point 152 // encoder: 33919 201 " encoder: %ld\n"
|
/external/chromium_org/third_party/opus/src/silk/ |
NSQ_del_dec.c | 61 const silk_encoder_state *psEncC, /* I Encoder State */ 110 const silk_encoder_state *psEncC, /* I/O Encoder State */ [all...] |
/external/chromium_org/third_party/simplejson/ |
encoder.py | 76 """Extensible JSON <http://json.org> encoder for Python data structures. 156 be supported directly by the encoder. For the inverse, decode JSON 317 """An encoder that produces JSON safe to embed in HTML.
|
/external/libvpx/libvpx/vp8/common/ |
reconinter.c | 206 /*encoder only*/ 242 /*encoder only*/ 314 /*encoder only*/
|
rtcd_defs.sh | 11 /* Encoder forward decls */ 387 # Encoder functions below this point. 541 # End of encoder only functions
|
/external/webp/src/enc/ |
webpenc.c | 10 // WebP encoder: main entry point 152 // encoder: 33919 201 " encoder: %ld\n"
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/ |
AmrEncTest.c | 27 * This file implements NBAMR Encoder Component Test Application to verify 563 APP_IPRINT("This is Main Thread In NBAMR ENCODER Test Application:\n"); 736 /* Load the NBAMR Encoder Component */ 835 APP_DPRINT("%d :: NBAMR ENCODER RUNNING UNDER DASF MODE \n",__LINE__); 844 APP_DPRINT("%d :: NBAMR ENCODER RUNNING UNDER DASF MODE \n",__LINE__); 853 APP_DPRINT("%d :: NBAMR ENCODER RUNNING UNDER DASF MODE \n",__LINE__); 862 APP_DPRINT("%d :: NBAMR ENCODER RUNNING UNDER DASF MODE \n",__LINE__); [all...] |
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/ |
JPEGTestEnc.c | 27 * This file implements OMX Component for JPEG encoder that 84 OMX_STRING StrJpegEncoder= "OMX.TI.JPEG.Encoder"; 855 eError = OMX_GetExtensionIndex(pHandle, "OMX.TI.JPEG.encoder.Config.APP0", (OMX_INDEXTYPE*)&nCustomIndex); [all...] |
/libcore/luni/src/main/java/java/nio/charset/ |
Charset.java | 89 * <p>This table shows what the encoder writes. "BE" means that the byte sequence is big-endian, 92 * <tr> <th>Charset</th> <th>Encoder writes</th> </tr> 366 * Returns a new instance of an encoder for this charset.
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_onyx_if.c | 27 #include "vp9/encoder/vp9_firstpass.h" 28 #include "vp9/encoder/vp9_mbgraph.h" 29 #include "vp9/encoder/vp9_onyx_int.h" 30 #include "vp9/encoder/vp9_picklpf.h" 31 #include "vp9/encoder/vp9_psnr.h" 32 #include "vp9/encoder/vp9_ratectrl.h" 33 #include "vp9/encoder/vp9_rdopt.h" 34 #include "vp9/encoder/vp9_segmentation.h" 35 #include "vp9/encoder/vp9_temporal_filter.h" 36 #include "vp9/encoder/vp9_vaq.h [all...] |
vp9_encodeframe.c | 33 #include "vp9/encoder/vp9_encodeframe.h" 34 #include "vp9/encoder/vp9_encodeintra.h" 35 #include "vp9/encoder/vp9_encodemb.h" 36 #include "vp9/encoder/vp9_encodemv.h" 37 #include "vp9/encoder/vp9_onyx_int.h" 38 #include "vp9/encoder/vp9_rdopt.h" 39 #include "vp9/encoder/vp9_segmentation.h" 41 #include "vp9/encoder/vp9_tokenize.h" 42 #include "vp9/encoder/vp9_vaq.h" [all...] |
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
sp_enc.cpp | 500 filter and the first frame encoder. 621 This function is the entry point to the GSM AMR encoder. The following 624 filtered and downscaled. A call is then made to the main encoder cod_amr(). 680 // Call the speech encoder 747 /* Call the speech encoder */
|
/external/chromium_org/third_party/libxml/src/ |
xmlwriter.c | 523 xmlCharEncodingHandlerPtr encoder; local 538 encoder = NULL; 540 encoder = xmlFindCharEncodingHandler(encoding); 541 if (encoder == NULL) { 548 writer->out->encoder = encoder; 549 if (encoder != NULL) { 553 xmlCharEncOutFunc(encoder, writer->out->conv, NULL); 555 writer->doc->encoding = xmlStrdup((xmlChar *)writer->out->encoder->name); 579 if (writer->out->encoder != 0) [all...] |
c14n.c | [all...] |
/external/libxml2/ |
xmlwriter.c | 523 xmlCharEncodingHandlerPtr encoder; local 538 encoder = NULL; 540 encoder = xmlFindCharEncodingHandler(encoding); 541 if (encoder == NULL) { 548 writer->out->encoder = encoder; 549 if (encoder != NULL) { 553 xmlCharEncOutFunc(encoder, writer->out->conv, NULL); 555 writer->doc->encoding = xmlStrdup((xmlChar *)writer->out->encoder->name); 579 if (writer->out->encoder != 0) [all...] |
c14n.c | [all...] |
/frameworks/av/libvideoeditor/vss/src/ |
M4VSS3GPP_Edit.c | 181 // Decorrelate input and output encoding timestamp to handle encoder prefetch [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/ |
G722EncTest.c | 27 * This File contains the G722 ENCODER OMX tests 39 *! 08-Mar-2007 A.Donjon 0.1 Code update for G722 ENCODER 340 APP_DPRINT("This is Main Thread In G722 ENCODER Test Application:\n"); 445 /* Create the handle of the G722 Encoder Component */ [all...] |
/prebuilts/devtools/tools/lib/ |
commons-codec-1.4.jar | |
/prebuilts/tools/common/http-client/ |
commons-codec-1.4.jar | |
/prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/ |
commons-codec-1.4.jar | |