Searched refs:int32_t (Results 151 - 175 of 6234) sorted by relevance

1234567891011>>

/external/sfntly/cpp/src/sfntly/table/truetype/
H A Dloca_table.h29 class LocaIterator : public PODIterator<int32_t, LocaTable> {
35 virtual int32_t Next();
38 int32_t index_;
54 int32_t format_version() { return format_version_; }
55 void set_format_version(int32_t value) { format_version_ = value; }
77 int32_t GlyphOffset(int32_t glyph_id);
80 int32_t GlyphLength(int32_t glyph_id);
88 void SetNumGlyphs(int32_t num_glyph
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_device/include/
H A Dfake_audio_device.h19 virtual int32_t AddRef() { return 0; }
20 virtual int32_t Release() { return 0; }
21 virtual int32_t RegisterEventObserver(AudioDeviceObserver* eventCallback) {
24 virtual int32_t RegisterAudioCallback(AudioTransport* audioCallback) {
27 virtual int32_t Init() { return 0; }
28 virtual int32_t InitSpeaker() { return 0; }
29 virtual int32_t SetPlayoutDevice(uint16_t index) { return 0; }
30 virtual int32_t SetPlayoutDevice(WindowsDeviceType device) { return 0; }
31 virtual int32_t SetStereoPlayout(bool enable) { return 0; }
32 virtual int32_t StopPlayou
[all...]
H A Daudio_device.h53 virtual int32_t ActiveAudioLayer(AudioLayer* audioLayer) const = 0;
57 virtual int32_t RegisterEventObserver(AudioDeviceObserver* eventCallback) = 0;
60 virtual int32_t RegisterAudioCallback(AudioTransport* audioCallback) = 0;
63 virtual int32_t Init() = 0;
64 virtual int32_t Terminate() = 0;
70 virtual int32_t PlayoutDeviceName(uint16_t index,
73 virtual int32_t RecordingDeviceName(uint16_t index,
78 virtual int32_t SetPlayoutDevice(uint16_t index) = 0;
79 virtual int32_t SetPlayoutDevice(WindowsDeviceType device) = 0;
80 virtual int32_t SetRecordingDevic
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dpunycode.h66 U_CFUNC int32_t
67 u_strToPunycode(const UChar *src, int32_t srcLength,
68 UChar *dest, int32_t destCapacity,
101 U_CFUNC int32_t
102 u_strFromPunycode(const UChar *src, int32_t srcLength,
103 UChar *dest, int32_t destCapacity,
/external/chromium_org/third_party/webrtc/modules/interface/
H A Dmodule.h24 virtual int32_t ChangeUniqueId(const int32_t id) { return 0; }
28 virtual int32_t TimeUntilNextProcess() = 0;
31 virtual int32_t Process() = 0;
44 virtual int32_t AddRef() {
55 virtual int32_t Release() {
/external/chromium_org/third_party/webrtc/modules/video_capture/windows/
H A Dvideo_capture_mf.h25 explicit VideoCaptureMF(const int32_t id);
27 int32_t Init(const int32_t id, const char* device_id);
30 virtual int32_t StartCapture(const VideoCaptureCapability& capability);
31 virtual int32_t StopCapture();
33 virtual int32_t CaptureSettings(
/external/icu/icu4c/source/common/
H A Dpunycode.h66 U_CFUNC int32_t
67 u_strToPunycode(const UChar *src, int32_t srcLength,
68 UChar *dest, int32_t destCapacity,
101 U_CFUNC int32_t
102 u_strFromPunycode(const UChar *src, int32_t srcLength,
103 UChar *dest, int32_t destCapacity,
/external/webrtc/src/modules/interface/
H A Dmodule.h23 virtual int32_t ChangeUniqueId(const int32_t id) = 0;
27 virtual int32_t TimeUntilNextProcess() = 0;
30 virtual int32_t Process() = 0;
43 virtual int32_t AddRef() {
54 virtual int32_t Release() {
/external/chromium_org/ppapi/proxy/
H A Derror_conversion.cc12 int32_t ConvertNetworkAPIErrorForCompatibility(int32_t pp_error,
H A Derror_conversion.h17 PPAPI_PROXY_EXPORT int32_t ConvertNetworkAPIErrorForCompatibility(
18 int32_t pp_error,
/external/chromium_org/third_party/icu/source/i18n/
H A Dpersncal.h171 static UBool isLeapYear(int32_t year);
177 int32_t yearStart(int32_t year);
186 int32_t monthStart(int32_t year, int32_t month) const;
195 virtual int32_t handleGetLimit(UCalendarDateFields field, ELimitType limitType) const;
204 virtual int32_t handleGetMonthLength(int32_t extendedYear, int32_t mont
[all...]
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dswapimpl.h38 U_CAPI int32_t U_EXPORT2
40 const void *inData, int32_t length, void *outData,
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dcodec_timer.h29 int32_t shortMax;
39 int32_t StopTimer(int64_t startTimeMs, int64_t nowMs);
45 int32_t RequiredDecodeTimeMs(FrameType frameType) const;
48 void UpdateMaxHistory(int32_t decodeTime, int64_t now);
49 void MaxFilter(int32_t newTime, int64_t nowMs);
52 int32_t _filteredMax;
54 int32_t _ignoredSampleCount;
55 int32_t _shortMax;
/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
H A Dspatial_resampler.h27 virtual int32_t SetTargetFrameSize(int32_t width, int32_t height) = 0;
31 virtual int32_t ResampleFrame(const I420VideoFrame& inFrame,
33 virtual int32_t TargetWidth() = 0;
34 virtual int32_t TargetHeight() = 0;
35 virtual bool ApplyResample(int32_t width, int32_t height) = 0;
42 virtual int32_t SetTargetFrameSize(int32_t widt
[all...]
/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dudp_socket_posix.h31 UdpSocketPosix(const int32_t id, UdpSocketManager* mgr,
36 virtual int32_t ChangeUniqueId(const int32_t id) OVERRIDE;
43 virtual bool SetSockopt(int32_t level, int32_t optname,
44 const int8_t* optval, int32_t optlen) OVERRIDE;
46 virtual int32_t SetTOS(const int32_t serviceType) OVERRIDE;
48 virtual int32_t SendTo(const int8_t* buf, int32_t le
[all...]
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/
H A Dtb_I420_codec.h27 virtual int32_t InitEncode(const webrtc::VideoCodec* codecSettings,
28 int32_t numberOfCores,
31 virtual int32_t Encode(
36 virtual int32_t RegisterEncodeCompleteCallback(
39 virtual int32_t Release() OVERRIDE;
41 virtual int32_t SetChannelParameters(uint32_t packetLoss, int rtt) OVERRIDE;
43 virtual int32_t SetRates(uint32_t newBitRate, uint32_t frameRate) OVERRIDE;
45 virtual int32_t SetPeriodicKeyFrames(bool enable) OVERRIDE;
47 virtual int32_t CodecConfigParameters(uint8_t* /*buffer*/,
48 int32_t /*siz
[all...]
/external/icu/icu4c/source/i18n/
H A Dpersncal.h171 static UBool isLeapYear(int32_t year);
177 int32_t yearStart(int32_t year);
186 int32_t monthStart(int32_t year, int32_t month) const;
195 virtual int32_t handleGetLimit(UCalendarDateFields field, ELimitType limitType) const;
204 virtual int32_t handleGetMonthLength(int32_t extendedYear, int32_t mont
[all...]
/external/icu/icu4c/source/tools/toolutil/
H A Dswapimpl.h38 U_CAPI int32_t U_EXPORT2
40 const void *inData, int32_t length, void *outData,
/external/valgrind/main/none/tests/s390x/
H A Dcrj.c28 void compare_never(int32_t value1, int32_t value2)
30 register int32_t val1 asm("r7") = value1;
31 register int32_t val2 asm("r8") = value2;
44 void compare_always(int32_t value1, int32_t value2)
46 register int32_t val1 asm("r7") = value1;
47 register int32_t val2 asm("r8") = value2;
60 void compare_le(int32_t value1, int32_t value
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Duidna.h170 * int32_t length = uidna_nameToASCII(..., &info, &errorCode);
191 int32_t reservedI2; /**< Reserved field, do not use. @internal */
192 int32_t reservedI3; /**< Reserved field, do not use. @internal */
227 U_STABLE int32_t U_EXPORT2
229 const UChar *label, int32_t length,
230 UChar *dest, int32_t capacity,
254 U_STABLE int32_t U_EXPORT2
256 const UChar *label, int32_t length,
257 UChar *dest, int32_t capacity,
283 U_STABLE int32_t U_EXPORT
[all...]
/external/icu/icu4c/source/common/unicode/
H A Duidna.h170 * int32_t length = uidna_nameToASCII(..., &info, &errorCode);
191 int32_t reservedI2; /**< Reserved field, do not use. @internal */
192 int32_t reservedI3; /**< Reserved field, do not use. @internal */
227 U_STABLE int32_t U_EXPORT2
229 const UChar *label, int32_t length,
230 UChar *dest, int32_t capacity,
254 U_STABLE int32_t U_EXPORT2
256 const UChar *label, int32_t length,
257 UChar *dest, int32_t capacity,
283 U_STABLE int32_t U_EXPORT
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format4.h29 int32_t glyph_code() const { return glyph_code_; }
30 int32_t offset() const { return offset_; }
33 CodeOffsetPair(int32_t glyph_code, int32_t offset);
36 int32_t glyph_code_;
37 int32_t offset_;
43 CodeOffsetPairBuilder(int32_t glyph_code, int32_t offset);
44 void set_glyph_code(int32_t v) { glyph_code_ = v; }
45 void set_offset(int32_t
[all...]
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format4.h29 int32_t glyph_code() const { return glyph_code_; }
30 int32_t offset() const { return offset_; }
33 CodeOffsetPair(int32_t glyph_code, int32_t offset);
36 int32_t glyph_code_;
37 int32_t offset_;
43 CodeOffsetPairBuilder(int32_t glyph_code, int32_t offset);
44 void set_glyph_code(int32_t v) { glyph_code_ = v; }
45 void set_offset(int32_t
[all...]
/external/chromium_org/third_party/icu/source/extra/scrptrun/
H A Dscrptrun.h30 int32_t pairIndex;
38 ScriptRun(const UChar chars[], int32_t length);
40 ScriptRun(const UChar chars[], int32_t start, int32_t length);
44 void reset(int32_t start, int32_t count);
46 void reset(const UChar chars[], int32_t start, int32_t length);
48 int32_t getScriptStart();
50 int32_t getScriptEn
[all...]
/external/icu/icu4c/source/extra/scrptrun/
H A Dscrptrun.h30 int32_t pairIndex;
38 ScriptRun(const UChar chars[], int32_t length);
40 ScriptRun(const UChar chars[], int32_t start, int32_t length);
44 void reset(int32_t start, int32_t count);
46 void reset(const UChar chars[], int32_t start, int32_t length);
48 int32_t getScriptStart();
50 int32_t getScriptEn
[all...]

Completed in 2359 milliseconds

1234567891011>>