HomeSort by relevance Sort by last modified time
    Searched full:decoder (Results 101 - 125 of 1130) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/v8/src/mips/
disasm-mips.cc 71 // Decoder decodes and disassembles instructions into an output buffer.
74 class Decoder {
76 Decoder(const disasm::NameConverter& converter,
84 ~Decoder() {}
134 DISALLOW_COPY_AND_ASSIGN(Decoder);
138 // Support for assertions in the Decoder formatting functions.
144 void Decoder::PrintChar(const char ch) {
150 void Decoder::Print(const char* str) {
161 void Decoder::PrintRegister(int reg) {
166 void Decoder::PrintRs(Instruction* instr)
    [all...]
  /external/webkit/Source/WebKit2/Shared/Plugins/
NPIdentifierData.cpp 80 bool NPIdentifierData::decode(CoreIPC::ArgumentDecoder* decoder, NPIdentifierData& result)
82 if (!decoder->decode(result.m_isString))
86 return decoder->decode(result.m_string);
88 return decoder->decodeInt32(result.m_number);
NPVariantData.cpp 151 bool NPVariantData::decode(CoreIPC::ArgumentDecoder* decoder, NPVariantData& result)
154 if (!decoder->decode(type))
173 return decoder->decode(result.m_boolValue);
175 return decoder->decode(result.m_int32Value);
177 return decoder->decode(result.m_doubleValue);
179 return decoder->decode(result.m_stringValue);
181 return decoder->decode(result.m_localNPObjectIDValue);
183 return decoder->decode(result.m_remoteNPObjectIDValue);
  /external/webkit/Source/WebKit2/Shared/
WebGestureEvent.cpp 54 bool WebGestureEvent::decode(CoreIPC::ArgumentDecoder* decoder, WebGestureEvent& t)
56 if (!WebEvent::decode(decoder, t))
58 if (!decoder->decode(t.m_position))
60 if (!decoder->decode(t.m_globalPosition))
WebKeyboardEvent.cpp 56 bool WebKeyboardEvent::decode(CoreIPC::ArgumentDecoder* decoder, WebKeyboardEvent& t)
58 if (!WebEvent::decode(decoder, t))
61 if (!decoder->decode(CoreIPC::Out(t.m_text, t.m_unmodifiedText, t.m_keyIdentifier, t.m_windowsVirtualKeyCode, t.m_nativeVirtualKeyCode, t.m_macCharCode)))
64 return decoder->decode(CoreIPC::Out(t.m_isAutoRepeat, t.m_isKeypad, t.m_isSystemKey));
  /external/webkit/Source/WebKit2/Shared/gtk/
WebCoreArgumentCodersGtk.cpp 39 bool decodeResourceRequest(ArgumentDecoder* decoder, WebCore::ResourceRequest& resourceRequest)
55 bool decodeResourceResponse(ArgumentDecoder* decoder, WebCore::ResourceResponse& resourceResponse)
69 bool decodeResourceError(ArgumentDecoder* decoder, WebCore::ResourceError& resourceError)
75 if (!decoder->decode(CoreIPC::Out(domain, errorCode, failingURL, localizedDescription)))
  /external/webkit/Source/WebKit2/Shared/qt/
WebCoreArgumentCodersQt.cpp 39 bool decodeResourceRequest(ArgumentDecoder* decoder, WebCore::ResourceRequest& resourceRequest)
54 bool decodeResourceResponse(ArgumentDecoder* decoder, WebCore::ResourceResponse& resourceResponse)
68 bool decodeResourceError(ArgumentDecoder* decoder, WebCore::ResourceError& resourceError)
74 if (!decoder->decode(CoreIPC::Out(domain, errorCode, failingURL, localizedDescription)))
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/
Android.mk 33 LOCAL_MODULE:= libOMX.TI.Video.Decoder
  /external/skia/include/images/
SkImageDecoder.h 69 /** Returns true if the decoder should try to dither the resulting image.
74 /** Set to true if the the decoder should try to dither the resulting image.
79 /** Returns true if the decoder should try to decode the
85 /** Set to true if the the decoder should try to decode the
101 will cause the decoder to not return the image.
157 // sample-size, if set to > 1, tells the decoder to return a smaller than
174 no guarantee that the decoder will see the state change in time, so
197 If the decoder can decompress the image, it calls bitmap.setConfig(),
216 * The built index will be saved in the decoder, and the image size will
234 /** Given a stream, this will try to find an appropriate decoder object
    [all...]
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
Arguments.h 75 static bool decode(ArgumentDecoder* decoder, Arguments1& result)
77 return decoder->decode(result.argument1);
113 static bool decode(ArgumentDecoder* decoder, Arguments2& result)
115 if (!Arguments1<T1>::decode(decoder, result))
118 return decoder->decode(result.argument2);
155 static bool decode(ArgumentDecoder* decoder, Arguments3& result)
157 if (!Arguments2<T1, T2>::decode(decoder, result))
160 return decoder->decode(result.argument3);
198 static bool decode(ArgumentDecoder* decoder, Arguments4& result)
200 if (!Arguments3<T1, T2, T3>::decode(decoder, result)
    [all...]
ArgumentCoder.h 42 static bool decode(ArgumentDecoder* decoder, T& t)
44 return T::decode(decoder, t);
DataReference.cpp 39 bool DataReference::decode(ArgumentDecoder* decoder, DataReference& dataReference)
41 return decoder->decodeBytes(dataReference);
  /frameworks/base/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.cpp 37 NuPlayer::Decoder::Decoder(
44 NuPlayer::Decoder::~Decoder() {
47 void NuPlayer::Decoder::configure(const sp<MetaData> &meta) {
82 void NuPlayer::Decoder::onMessageReceived(const sp<AMessage> &msg) {
105 sp<AMessage> NuPlayer::Decoder::makeFormat(const sp<MetaData> &meta) {
240 void NuPlayer::Decoder::onFillThisBuffer(const sp<AMessage> &msg) {
266 void NuPlayer::Decoder::signalFlush() {
272 void NuPlayer::Decoder::signalResume()
    [all...]
  /packages/inputmethods/PinyinIME/jni/include/
pinyinime.h 30 * Open the decoder engine via the system and user dictionary file names.
34 * @return true if open the decoder engine successfully.
39 * Open the decoder engine via the system dictionary FD and user dictionary
54 * Close the decoder engine.
80 * string has the same prefix with the previous one stored in the decoder,
81 * the decoder will only continue the search from the end of the prefix.
111 * Add a Pinyin letter to the current spelling string kept by decoder. If the
112 * decoder fails in adding the letter, it will do nothing. im_get_sps_str()
113 * can be used to get the spelling string kept by decoder currently.
121 * Get the spelling string kept by the decoder
    [all...]
  /frameworks/media/libvideoeditor/vss/src/
M4DECODER_Null.c 19 * @brief Implementation of the Null decoder public interface
20 * @note This file implements a "null" video decoder, i.e. a decoder
35 * NULL Video Decoder version information
46 * @brief Defines the internal context of a video decoder instance
47 * @note The context is allocated and freed by the video decoder
52 M4OSA_Int32 m_DecoderId; // Core decoder identifier
75 * @brief Creates an instance of the decoder
78 * @param pContext: (OUT) Context of the decoder
82 * decoder to read data from the stream
    [all...]
M4VSS3GPP_MediaAndCodecSubscription.c 52 /* There must be at least one MPEG4 decoder */
56 any editing without a built-in video decoder, nor the possibility to receive an external one?!
77 /*| audio decoder subscription |*/
234 /*| video decoder subscription |*/
248 "M4VSS3GPP_subscribeMediaAndCodec: can't register MPEG4 decoder");
260 "M4VSS3GPP_subscribeMediaAndCodec: can't register H264 decoder");
267 M4OSA_TRACE1_0("M4VD NULL Decoder interface allocation error");
273 can't register video NULL decoder");
277 /*| audio decoder subscription |*/
291 "M4VSS3GPP_subscribeMediaAndCodec: can't register AMRNB decoder");
    [all...]
  /external/jpeg/
Android.mk 16 # use ashmem as libjpeg decoder's backing store
22 # use sdcard as libjpeg decoder's backing store
  /external/libvpx/
mainpage.dox 28 \if decoder - \ref decoder reference \endif
  /external/libvpx/vp8/decoder/arm/
arm_dsystemdependent.c 17 #include "vp8/decoder/dequantize.h"
18 #include "vp8/decoder/onyxd_int.h"
  /external/libvpx/vp8/decoder/generic/
dsystemdependent.c 13 #include "vp8/decoder/dequantize.h"
14 #include "vp8/decoder/onyxd_int.h"
  /frameworks/base/media/libstagefright/codecs/mp3dec/include/
mp3_decoder_selection.h 19 * \brief select mp3 decoder
27 #define NEW_PV_MP3_DECODER 1 // 1 == PV mp3 decoder
  /frameworks/base/media/tests/omxjpegdecoder/
SkOmxPixelRef.cpp 25 sp<MediaSource> decoder) {
27 mDecoder = decoder;
omx_jpeg_decoder.h 50 bool decodeSource(sp<MediaSource> decoder, const sp<MediaSource>& source,
52 void installPixelRef(MediaBuffer* buffer, sp<MediaSource> decoder,
  /hardware/ti/omap4xxx/
omap4.mk 23 libOMX.TI.DUCATI1.VIDEO.DECODER \
24 libOMX.TI.DUCATI1.VIDEO.DECODER.secure \
  /libcore/luni/src/main/java/java/nio/charset/
CoderMalfunctionError.java 21 * A {@code CoderMalfunctionError} is thrown when the encoder/decoder is
36 * the original exception thrown by the encoder/decoder.

Completed in 1127 milliseconds

1 2 3 45 6 7 8 91011>>