/external/webkit/Source/WebKit2/Shared/ |
WebGeolocationPosition.cpp | 51 bool WebGeolocationPosition::Data::decode(CoreIPC::ArgumentDecoder* decoder, Data& data) 53 return decoder->decode(CoreIPC::Out(data.timestamp, data.latitude, data.longitude, data.accuracy));
|
WebOpenPanelParameters.cpp | 52 bool WebOpenPanelParameters::Data::decode(CoreIPC::ArgumentDecoder* decoder, Data& result) 54 return decoder->decode(CoreIPC::Out(result.allowMultipleFiles, result.allowsDirectoryUpload, result.acceptTypes, result.filenames));
|
WebPageGroupData.cpp | 39 bool WebPageGroupData::decode(CoreIPC::ArgumentDecoder* decoder, WebPageGroupData& data) 41 return decoder->decode(CoreIPC::Out(data.identifer, data.pageGroupID, data.visibleToInjectedBundle, data.visibleToHistoryClient));
|
WebPlatformTouchPoint.cpp | 51 bool WebPlatformTouchPoint::decode(CoreIPC::ArgumentDecoder* decoder, WebPlatformTouchPoint& t) 53 return decoder->decode(CoreIPC::Out(t.m_id, t.m_state, t.m_screenPosition, t.m_position));
|
/external/webkit/Source/WebKit2/Shared/mac/ |
LayerTreeContextMac.mm | 48 bool LayerTreeContext::decode(CoreIPC::ArgumentDecoder* decoder, LayerTreeContext& result) 50 if (!decoder->decode(result.contextID))
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
DecoderAdapter.h | 30 #include <wtf/Decoder.h> 35 class DecoderAdapter : public Decoder {
|
/frameworks/base/core/jni/android/graphics/ |
AutoDecodeCancel.cpp | 10 SkImageDecoder* decoder) { 12 fDecoder = decoder;
|
BitmapFactory.cpp | 146 SkImageDecoder* decoder = SkImageDecoder::Factory(stream); local 147 if (NULL == decoder) { 151 decoder->setSampleSize(sampleSize); 152 decoder->setDitherImage(doDither); 153 decoder->setPreferQualityOverSpeed(preferQualityOverSpeed); 155 NinePatchPeeker peeker(decoder); 170 SkAutoTDelete<SkImageDecoder> add(decoder); 173 decoder->setPeeker(&peeker); 175 decoder->setAllocator(&javaAllocator); 178 AutoDecoderCancel adc(options, decoder); [all...] |
/frameworks/base/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/ |
Android.mk | 51 libfwdlock-decoder 62 $(base)/drm/libdrmframework/plugins/forward-lock/internal-format/decoder \
|
/frameworks/base/media/libstagefright/codecs/common/include/ |
voAAC.h | 33 * the frame type that the decoder supports 55 /* AAC decoder error ID */
|
/frameworks/media/libvideoeditor/vss/mcs/src/ |
M4MCS_MediaAndCodecSubscription.c | 67 /*| video decoder subscription |*/ 227 /*| video decoder subscription |*/ 244 "M4MCS_subscribeMediaAndCodec: can't register MPEG4 decoder"); 261 "M4MCS_subscribeMediaAndCodec: can't register AVC decoder"); 267 /*| audio decoder subscription |*/ 283 "M4MCS_subscribeMediaAndCodec: can't register PHILIPS AMRNB decoder"); 300 "M4MCS_subscribeMediaAndCodec: can't register PHILIPS AAC decoder"); 317 "M4MCS_subscribeMediaAndCodec: can't register PHILIPS MP3 decoder");
|
/external/v8/src/arm/ |
disasm-arm.cc | 73 // Decoder decodes and disassembles instructions into an output buffer. 76 class Decoder { 78 Decoder(const disasm::NameConverter& converter, 86 ~Decoder() {} 145 DISALLOW_COPY_AND_ASSIGN(Decoder); 149 // Support for assertions in the Decoder formatting functions. 155 void Decoder::PrintChar(const char ch) { 161 void Decoder::Print(const char* str) { 180 void Decoder::PrintCondition(Instruction* instr) { 186 void Decoder::PrintRegister(int reg) [all...] |
/libcore/luni/src/main/java/org/apache/harmony/security/asn1/ |
ASN1Type.java | 95 DerInputStream decoder = new DerInputStream(encoded); local 96 decoder.setVerify(); 97 decode(decoder); 101 DerInputStream decoder = new DerInputStream(in); local 102 decoder.setVerify(); 103 decode(decoder);
|
/system/media/wilhelm/src/android/ |
VideoCodec_to_android.cpp | 80 // for each decoder of the given decoder ID, verify it is a hardware decoder 85 // get the number of profiles and levels for this decoder 132 // translate a decoder ID to an index in the codec table 150 // translate a decoder ID to an index in the codec table
|
/system/media/wilhelm/tests/examples/ |
xaVideoDecoderCapabilities.cpp | 77 /* Get the video decoder capabilities interface which was explicitly requested */ 94 /* -> Decoder list */ 99 fprintf(stdout, "decoder %d is %s\n", i, videoCodecIdToString(decoderIds[i])); 102 /* -> Decoder capabilities */ 103 /* for each decoder */ 109 fprintf(stdout, "decoder %s has %d profile/level combinations:\n\t",
|
/sdk/emulator/qtools/ |
decoder.cpp | 7 #include "decoder.h" 88 Decoder::Decoder() 96 Decoder::~Decoder() 102 void Decoder::Close() 110 void Decoder::Open(char *filename) 138 void Decoder::FillBuffer() 167 void Decoder::Read(char *dest, int len) 204 int64_t Decoder::Decode(bool is_signed [all...] |
/external/libvpx/ |
vpxdec.c | 697 vpx_codec_ctx_t decoder; local 967 if (vpx_codec_dec_init(&decoder, iface ? iface : ifaces[0].iface, &cfg, 970 fprintf(stderr, "Failed to initialize decoder: %s\n", vpx_codec_error(&decoder)); 975 fprintf(stderr, "%s\n", decoder.name); 980 && vpx_codec_control(&decoder, VP8_SET_POSTPROC, &vp8_pp_cfg)) 982 fprintf(stderr, "Failed to configure postproc: %s\n", vpx_codec_error(&decoder)); 987 && vpx_codec_control(&decoder, VP8_SET_DBG_COLOR_REF_FRAME, vp8_dbg_color_ref_frame)) 989 fprintf(stderr, "Failed to configure reference block visualizer: %s\n", vpx_codec_error(&decoder)); 994 && vpx_codec_control(&decoder, VP8_SET_DBG_COLOR_MB_MODES, vp8_dbg_color_mb_modes) [all...] |
/external/webkit/Source/WebCore/history/ |
HistoryItem.cpp | 37 #include <wtf/Decoder.h> 746 PassRefPtr<HistoryItem> HistoryItem::decodeBackForwardTree(const String& topURLString, const String& topTitle, const String& topOriginalURLString, Decoder& decoder) 752 if (!decoder.decodeUInt32(version)) 771 if (!decoder.decodeUInt64(size)) 776 if (!decoder.decodeString(originalURLString)) 779 if (!decoder.decodeString(urlString)) 789 if (!decoder.decodeInt64(node->m_documentSequenceNumber)) 792 if (!decoder.decodeUInt64(size)) 796 if (!decoder.decodeString(state) [all...] |
/development/tools/emulator/opengl/host/tools/emugen/ |
README | 5 API calls and encodes them into the wire and decoder code that decodes 19 and the callee is referred to as the Decoder or Server. These terms 26 A general Encoder->Decoder packet is structured as following: 33 A general Decoder->Encoder reply is expected to be received in the 196 Decoder generated files 198 In order to generate the decoder files, one should run the ?emugen? 200 emugen -i <input directory> -D <decoder files output directory> basename 203 <decoder directory> - a directory name to generate the decoder output files 213 api_server_context.h - dispatch table the decoder function [all...] |
/frameworks/media/libvideoeditor/vss/mcs/inc/ |
M4MCS_InternalTypes.h | 48 #include "M4AD_Common.h" /**< Decoder audio */ 59 * In case of external AAC decoder, it will be necessary to put this type as public 68 * of the decoder whereas for parsing bitstream properties are used. 289 M4OSA_UInt32 readableBytesInBuffer; /*!< number of bytes that can be read in decoder buffer*/ 317 to create a decoder */ 443 * Video decoder stuff */ 444 M4OSA_Context pViDecCtxt; /**< Video decoder context */ 465 * Audio decoder stuff */ 466 M4OSA_Context pAudioDecCtxt; /**< Audio (AAC) decoder context */ 467 M4AD_Buffer AudioDecBufferIn; /**< Input structure for the audio decoder */ [all...] |
/frameworks/ex/variablespeed/jni/ |
variablespeed.cc | 38 // the decoder. 264 // Register a callback on the decoder queue, so that we will be called 364 // issue with get current position on decoder is fixed. 529 LOGW("decoder position: %d", static_cast<int>(positionInMsec)); 615 // Create the decoder with the given source and sink. 617 SLObjectItf decoder; local 624 OpenSL(engineInterface, CreateAudioPlayer, &decoder, &sourceCopy, &decDest, 627 setAudioStreamType(decoder, audioStreamType_); 628 OpenSL(decoder, Realize, SL_BOOLEAN_FALSE); 630 // Get the play interface from the decoder, and register event callbacks [all...] |
/external/webkit/Source/WebCore/platform/image-decoders/gif/ |
GIFImageReader.h | 41 // Define ourselves as the clientPtr. Mozilla just hacked their C++ callback class into this old C decoder, 53 The interface for the GIF87/89a decoder. 80 /* LZW decoder state machine */ 119 unsigned char* stack; /* Base of LZW decoder stack */ 157 gstate state; /* Current decoder master state */
|
/external/webp/include/webp/ |
decode_vp8.h | 8 // Low-level API for VP8 decoder 118 // Create a new decoder object. 135 // Return current status of the decoder: 141 // Resets the decoder in its initial state, reclaiming memory. 145 // Destroy the decoder object.
|
/hardware/ti/omap4xxx/domx/omx_proxy_component/ |
Android.mk | 4 # libOMX.TI.DUCATI1.VIDEO.DECODER 31 LOCAL_MODULE:= libOMX.TI.DUCATI1.VIDEO.DECODER 163 # libOMX.TI.DUCATI1.VIDEO.DECODER.secure 183 libOMX.TI.DUCATI1.VIDEO.DECODER 191 LOCAL_MODULE:= libOMX.TI.DUCATI1.VIDEO.DECODER.secure
|
/external/chromium/sdch/open-vcdiff/src/ |
vcdiff_main.cc | 56 "If false, the decoder issues an error when the VCD_TARGET flag " 65 "Maximum target file size allowed by decoder"); 67 "Maximum target window size allowed by decoder"); 449 open_vcdiff::VCDiffStreamingDecoder decoder; local 450 decoder.SetMaximumTargetFileSize( 452 decoder.SetMaximumTargetWindowSize( 454 decoder.SetAllowVcdTarget(FLAGS_allow_vcd_target); 461 decoder.StartDecoding("", 0); 463 decoder.StartDecoding(&dictionary_[0], dictionary_.size()); 473 if (!decoder.DecodeChunk(&input_buffer_[0], bytes_read, &output)) 513 open_vcdiff::VCDiffStreamingDecoder decoder; local [all...] |