Searched refs:int32_t (Results 176 - 200 of 6234) sorted by relevance

1234567891011>>

/external/chromium_org/ppapi/shared_impl/
H A Dmedia_stream_buffer_manager.h52 int32_t number_of_buffers() const { return number_of_buffers_; }
54 int32_t buffer_size() const { return buffer_size_; }
57 bool SetBuffers(int32_t number_of_buffers,
58 int32_t buffer_size,
63 int32_t DequeueBuffer();
66 std::vector<int32_t> DequeueBuffers();
69 void EnqueueBuffer(int32_t index);
72 MediaStreamBuffer* GetBufferPointer(int32_t index);
78 std::deque<int32_t> buffer_queue_;
84 int32_t buffer_size
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_conference_mixer/interface/
H A Daudio_conference_mixer_defines.h28 virtual int32_t GetAudioFrame(const int32_t id, AudioFrame& audioFrame) = 0;
31 int32_t IsMixed(bool& mixed) const;
35 virtual int32_t NeededFrequency(const int32_t id) = 0;
46 int32_t participant;
47 int32_t level;
56 const int32_t id,
62 const int32_t id,
68 const int32_t i
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/include/
H A Decho_control_mobile.h53 * int32_t return 0: OK
56 int32_t WebRtcAecm_Create(void **aecmInst);
67 * int32_t return 0: OK
70 int32_t WebRtcAecm_Free(void *aecmInst);
78 * int32_t sampFreq Sampling frequency of data
82 * int32_t return 0: OK
85 int32_t WebRtcAecm_Init(void* aecmInst, int32_t sampFreq);
99 * int32_t return 0: OK
102 int32_t WebRtcAecm_BufferFaren
[all...]
/external/chromium_org/third_party/webrtc/modules/video_capture/linux/
H A Dvideo_capture_linux.h26 VideoCaptureModuleV4L2(int32_t id);
28 virtual int32_t Init(const char* deviceUniqueId);
29 virtual int32_t StartCapture(const VideoCaptureCapability& capability);
30 virtual int32_t StopCapture();
32 virtual int32_t CaptureSettings(VideoCaptureCapability& settings);
45 int32_t _deviceId;
46 int32_t _deviceFd;
48 int32_t _buffersAllocatedByDevice;
49 int32_t _currentWidth;
50 int32_t _currentHeigh
[all...]
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Datomic32_posix.cc21 Atomic32::Atomic32(int32_t initial_value)
29 int32_t Atomic32::operator++() {
33 int32_t Atomic32::operator--() {
37 int32_t Atomic32::operator+=(int32_t value) {
38 int32_t return_value = __sync_fetch_and_add(&value_, value);
43 int32_t Atomic32::operator-=(int32_t value) {
44 int32_t return_value = __sync_fetch_and_sub(&value_, value);
49 bool Atomic32::CompareExchange(int32_t new_valu
[all...]
H A Datomic32_win.cc21 Atomic32::Atomic32(int32_t initial_value)
31 int32_t Atomic32::operator++() {
32 return static_cast<int32_t>(InterlockedIncrement(
36 int32_t Atomic32::operator--() {
37 return static_cast<int32_t>(InterlockedDecrement(
41 int32_t Atomic32::operator+=(int32_t value) {
46 int32_t Atomic32::operator-=(int32_t value) {
51 bool Atomic32::CompareExchange(int32_t new_valu
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dbmpset.h37 BMPSet(const int32_t *parentList, int32_t parentListLength);
38 BMPSet(const BMPSet &otherBMPSet, const int32_t *newParentList, int32_t newParentListLength);
62 const uint8_t *spanUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const;
69 int32_t spanBackUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const;
92 int32_t findCodePoint(UChar32 c, int32_t lo, int32_t h
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dbytestream.h19 // For example, data types are ICU-ified (size_t,int->int32_t),
67 virtual void Append(const char* bytes, int32_t n) = 0;
83 * int32_t capacity;
111 virtual char* GetAppendBuffer(int32_t min_capacity,
112 int32_t desired_capacity_hint,
113 char* scratch, int32_t scratch_capacity,
114 int32_t* result_capacity);
151 CheckedArrayByteSink(char* outbuf, int32_t capacity);
172 virtual void Append(const char* bytes, int32_t n);
187 virtual char* GetAppendBuffer(int32_t min_capacit
[all...]
H A Dmessagepattern.h540 int32_t hashCode() const;
590 static int32_t validateArgumentName(const UnicodeString &name);
612 int32_t countParts() const {
622 const Part &getPart(int32_t i) const {
633 UMessagePatternPartType getPartType(int32_t i) const {
644 int32_t getPatternIndex(int32_t partIndex) const {
684 double getPluralOffset(int32_t pluralStart) const;
694 int32_t getLimitPartIndex(int32_t star
[all...]
H A Dchariter.h131 virtual int32_t hashCode(void) const = 0;
265 * int32_t pos=it.getIndex();
316 * void traverseOut(CharacterIterator& iter, int32_t pos)
322 * int32_t end = iter.getIndex();
326 * int32_t start = iter.getIndex() + 1;
427 inline int32_t setToStart();
454 inline int32_t setToEnd();
464 virtual UChar setIndex(int32_t position) = 0;
477 virtual UChar32 setIndex32(int32_t position) = 0;
553 inline int32_t startInde
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dtzrule.h79 int32_t getRawOffset(void) const;
87 int32_t getDSTSavings(void) const;
110 virtual UBool getFirstStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) const = 0;
123 virtual UBool getFinalStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) const = 0;
139 virtual UBool getNextStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings,
156 virtual UBool getPreviousStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSaving
[all...]
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dprscmnts.h32 U_CFUNC int32_t
33 getNote(const UChar* source, int32_t srcLen,
34 UChar** dest, int32_t destCapacity,
36 U_CFUNC int32_t
37 removeCmtText(UChar* source, int32_t srcLen, UErrorCode* status);
39 U_CFUNC int32_t
40 getDescription( const UChar* source, int32_t srcLen,
41 UChar** dest, int32_t destCapacity,
43 U_CFUNC int32_t
44 getTranslate( const UChar* source, int32_t srcLe
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Dcomposite_bitmap_glyph.h31 int32_t glyph_code() { return glyph_code_; }
32 int32_t x_offset() { return x_offset_; }
33 int32_t y_offset() { return y_offset_; }
40 Component(int32_t glyph_code, int32_t x_offset, int32_t y_offset);
43 int32_t glyph_code_;
44 int32_t x_offset_;
45 int32_t y_offset_;
53 Builder(WritableFontData* data, int32_t forma
[all...]
/external/icu/icu4c/source/common/
H A Dbmpset.h37 BMPSet(const int32_t *parentList, int32_t parentListLength);
38 BMPSet(const BMPSet &otherBMPSet, const int32_t *newParentList, int32_t newParentListLength);
62 const uint8_t *spanUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const;
69 int32_t spanBackUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const;
92 int32_t findCodePoint(UChar32 c, int32_t lo, int32_t h
[all...]
/external/icu/icu4c/source/common/unicode/
H A Dbytestream.h19 // For example, data types are ICU-ified (size_t,int->int32_t),
67 virtual void Append(const char* bytes, int32_t n) = 0;
83 * int32_t capacity;
111 virtual char* GetAppendBuffer(int32_t min_capacity,
112 int32_t desired_capacity_hint,
113 char* scratch, int32_t scratch_capacity,
114 int32_t* result_capacity);
151 CheckedArrayByteSink(char* outbuf, int32_t capacity);
172 virtual void Append(const char* bytes, int32_t n);
187 virtual char* GetAppendBuffer(int32_t min_capacit
[all...]
H A Dmessagepattern.h540 int32_t hashCode() const;
590 static int32_t validateArgumentName(const UnicodeString &name);
612 int32_t countParts() const {
622 const Part &getPart(int32_t i) const {
633 UMessagePatternPartType getPartType(int32_t i) const {
644 int32_t getPatternIndex(int32_t partIndex) const {
684 double getPluralOffset(int32_t pluralStart) const;
694 int32_t getLimitPartIndex(int32_t star
[all...]
H A Dchariter.h131 virtual int32_t hashCode(void) const = 0;
265 * int32_t pos=it.getIndex();
316 * void traverseOut(CharacterIterator& iter, int32_t pos)
322 * int32_t end = iter.getIndex();
326 * int32_t start = iter.getIndex() + 1;
427 inline int32_t setToStart();
454 inline int32_t setToEnd();
464 virtual UChar setIndex(int32_t position) = 0;
477 virtual UChar32 setIndex32(int32_t position) = 0;
553 inline int32_t startInde
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dtzrule.h79 int32_t getRawOffset(void) const;
87 int32_t getDSTSavings(void) const;
110 virtual UBool getFirstStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) const = 0;
123 virtual UBool getFinalStart(int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) const = 0;
139 virtual UBool getNextStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings,
156 virtual UBool getPreviousStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSaving
[all...]
H A Ducoleitr.h28 #define UCOL_NULLORDER ((int32_t)0xFFFFFFFF)
95 * type of the collation order is <strong>int32_t</strong>.
113 int32_t textLength,
124 U_STABLE int32_t U_EXPORT2
125 ucol_keyHashCode(const uint8_t* key, int32_t length);
157 U_STABLE int32_t U_EXPORT2
173 U_STABLE int32_t U_EXPORT2
187 U_STABLE int32_t U_EXPORT2
188 ucol_getMaxExpansion(const UCollationElements *elems, int32_t order);
205 int32_t textLengt
[all...]
/external/icu/icu4c/source/tools/genrb/
H A Dprscmnts.h32 U_CFUNC int32_t
33 getNote(const UChar* source, int32_t srcLen,
34 UChar** dest, int32_t destCapacity,
36 U_CFUNC int32_t
37 removeCmtText(UChar* source, int32_t srcLen, UErrorCode* status);
39 U_CFUNC int32_t
40 getDescription( const UChar* source, int32_t srcLen,
41 UChar** dest, int32_t destCapacity,
43 U_CFUNC int32_t
44 getTranslate( const UChar* source, int32_t srcLe
[all...]
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dcomposite_bitmap_glyph.h31 int32_t glyph_code() { return glyph_code_; }
32 int32_t x_offset() { return x_offset_; }
33 int32_t y_offset() { return y_offset_; }
40 Component(int32_t glyph_code, int32_t x_offset, int32_t y_offset);
43 int32_t glyph_code_;
44 int32_t x_offset_;
45 int32_t y_offset_;
53 Builder(WritableFontData* data, int32_t forma
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_device/android/
H A Dopensles_input.h38 OpenSlesInput(const int32_t id, PlayoutDelayProvider* delay_provider);
41 static int32_t SetAndroidAudioDeviceObjects(void* javaVM,
47 int32_t Init();
48 int32_t Terminate();
53 int32_t RecordingDeviceName(uint16_t index,
58 int32_t SetRecordingDevice(uint16_t index);
59 int32_t SetRecordingDevice(
63 int32_t SetRecordingSampleRate(uint32_t sample_rate_hz) { return 0; }
66 int32_t RecordingIsAvailable(bool& available); // NOLINT
67 int32_t InitRecordin
[all...]
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
H A DTestLoadGenerator.h29 TestLoadGenerator (TestSenderReceiver *sender, int32_t rtpSampleRate = 90000);
32 int32_t SetBitrate (int32_t newBitrateKbps);
33 virtual int32_t Start (const char *threadName = NULL);
34 virtual int32_t Stop ();
48 int32_t _bitrateKbps;
51 int32_t _rtpSampleRate;
58 CBRGenerator (TestSenderReceiver *sender, int32_t payloadSizeBytes, int32_t bitrateKbps, int32_t rtpSampleRat
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_device/
H A Daudio_device_buffer.h34 int32_t RegisterAudioCallback(AudioTransport* audioCallback);
36 int32_t InitPlayout();
37 int32_t InitRecording();
39 virtual int32_t SetRecordingSampleRate(uint32_t fsHz);
40 virtual int32_t SetPlayoutSampleRate(uint32_t fsHz);
41 int32_t RecordingSampleRate() const;
42 int32_t PlayoutSampleRate() const;
44 virtual int32_t SetRecordingChannels(uint8_t channels);
45 virtual int32_t SetPlayoutChannels(uint8_t channels);
48 int32_t SetRecordingChanne
[all...]
/external/chromium_org/ppapi/generators/test_gen_pnacl/
H A Dtest_interfaces.idl21 int32_t;
26 int32_t Y;
31 int32_t Y;
36 int32_t Y;
40 * static int32_t
41 * Pnacl_M15_PPB_Iface_struct_wrap_foo1(int32_t a, struct some_struct* b) {
49 int32_t foo1(int32_t a, [in] some_struct b);
53 * static int32_t
54 * Pnacl_M15_PPB_Iface_union_wrap_foo1(int32_t
[all...]

Completed in 385 milliseconds

1234567891011>>