Searched refs:start_pos (Results 1 - 25 of 94) sorted by relevance

1234

/external/chromium_org/content/browser/renderer_host/p2p/
H A Dsocket_host_unittest.cc155 size_t start_pos = SIZE_MAX, rtp_length = SIZE_MAX; local
159 &start_pos, &rtp_length)); local
160 EXPECT_EQ(SIZE_MAX, start_pos);
166 &start_pos, &rtp_length)); local
167 EXPECT_EQ(SIZE_MAX, start_pos);
175 size_t start_pos = SIZE_MAX, rtp_length = SIZE_MAX; local
179 &start_pos, &rtp_length)); local
180 EXPECT_EQ(SIZE_MAX, start_pos);
186 &start_pos, &rtp_length)); local
187 EXPECT_EQ(SIZE_MAX, start_pos);
193 &start_pos, &rtp_length)); local
200 size_t start_pos = SIZE_MAX, rtp_length = SIZE_MAX; local
204 &start_pos, &rtp_length)); local
211 &start_pos, &rtp_length)); local
219 size_t start_pos = SIZE_MAX, rtp_length = SIZE_MAX; local
223 &start_pos, &rtp_length)); local
231 size_t start_pos = SIZE_MAX, rtp_length = SIZE_MAX; local
235 &start_pos, &rtp_length)); local
242 size_t start_pos = SIZE_MAX, rtp_length = SIZE_MAX; local
246 &start_pos, &rtp_length)); local
254 &start_pos, &rtp_length)); local
261 size_t start_pos = 0, rtp_length = 0; local
264 sizeof(kTurnChannelMsgWithRtpPacket), &start_pos, &rtp_length)); local
272 &start_pos, &rtp_length)); local
[all...]
/external/chromium_org/content/common/android/
H A Daddress_parser.h23 // position to search from, |end| is the position to search to. |start_pos|
28 size_t* start_pos,
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Daligned_malloc.cc28 uintptr_t GetRightAlign(uintptr_t start_pos, size_t alignment) { argument
31 return (start_pos + alignment - 1) & ~(alignment - 1);
49 uintptr_t start_pos = reinterpret_cast<uintptr_t>(pointer); local
50 return reinterpret_cast<void*>(GetRightAlign(start_pos, alignment));
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/
H A DLexer.java60 int start_pos = this.pos;
163 start_pos + 1);
178 start_pos + 1);
192 start_pos + 1);
206 start_pos + 1);
220 start_pos + 1);
234 start_pos + 1);
248 start_pos + 1);
262 start_pos + 1);
277 start_pos
[all...]
/external/chromium_org/components/bookmarks/test/
H A Dbookmark_test_helpers.cc55 std::string::size_type start_pos) {
59 std::string::size_type end_pos = model_string.find(' ', start_pos);
61 std::string::size_type part_length = end_pos - start_pos;
62 std::string node_name = model_string.substr(start_pos, part_length);
84 start_pos = end_pos;
85 end_pos = model_string.find(' ', start_pos);
133 std::string::size_type start_pos = 0; local
135 AddNodesFromString(model, node, model_string, start_pos);
52 AddNodesFromString(BookmarkModel* model, const BookmarkNode* node, const std::string& model_string, std::string::size_type start_pos) argument
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Ddecode_residual.c44 int16_t meml_gotten, Nfor, Nback, diff, start_pos; local
53 start_pos = (iLBC_encbits->startIdx-1)*SUBL;
55 start_pos = (iLBC_encbits->startIdx-1)*SUBL + diff;
62 &decresidual[start_pos], iLBCdec_inst->state_short_len
70 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-iLBCdec_inst->state_short_len, decresidual+start_pos,
76 &decresidual[start_pos+iLBCdec_inst->state_short_len],
89 decresidual+start_pos, meml_gotten);
103 WebRtcSpl_MemCpyReversedOrder(&decresidual[start_pos-1],
H A Dencode.c52 int16_t diff, start_pos; local
91 start_pos = iLBCenc_inst->start_pos;
173 start_pos = (iLBCbits_inst->startIdx-1)*SUBL;
176 start_pos = (iLBCbits_inst->startIdx-1)*SUBL + diff;
181 WebRtcIlbcfix_StateSearch(iLBCenc_inst, iLBCbits_inst, &residual[start_pos],
187 &decresidual[start_pos], iLBCenc_inst->state_short_len
198 decresidual+start_pos, iLBCenc_inst->state_short_len);
203 &residual[start_pos+iLBCenc_inst->state_short_len],
209 WebRtcIlbcfix_CbConstruct(&decresidual[start_pos
[all...]
/external/chromium_org/content/renderer/android/
H A Daddress_detector.cc50 size_t* start_pos,
53 if (address_parser::FindAddress(begin, end, start_pos, end_pos)) {
55 GetContentText(base::string16(begin + *start_pos, begin + *end_pos)));
47 FindContent( const base::string16::const_iterator& begin, const base::string16::const_iterator& end, size_t* start_pos, size_t* end_pos, std::string* content_text) argument
H A Dphone_number_detector.cc60 size_t* start_pos,
80 // Need to return start_pos and end_pos relative to a UTF16 encoding.
81 *start_pos =
83 *end_pos = *start_pos + base::UTF8ToUTF16(match.raw_string()).length();
57 FindContent( const base::string16::const_iterator& begin, const base::string16::const_iterator& end, size_t* start_pos, size_t* end_pos, std::string* content_text) argument
H A Daddress_detector.h24 size_t* start_pos,
H A Demail_detector.h28 size_t* start_pos,
H A Demail_detector.cc47 size_t* start_pos,
60 *start_pos = matcher->start(status);
45 FindContent(const base::string16::const_iterator& begin, const base::string16::const_iterator& end, size_t* start_pos, size_t* end_pos, std::string* content_text) argument
H A Dcontent_detector.h45 // the input iterators are returned in start_pos and end_pos.
49 size_t* start_pos,
H A Dphone_number_detector.h29 size_t* start_pos,
/external/chromium_org/v8/src/
H A Dmessages.h47 int start_pos,
50 start_pos_(start_pos),
55 int start_pos() const { return start_pos_; } function in class:v8::internal::MessageLocation
46 MessageLocation(Handle<Script> script, int start_pos, int end_pos) argument
H A Dpreparse-data.cc33 void CompleteParserRecorder::LogMessage(int start_pos, argument
42 function_store_.Add(start_pos);
/external/aac/libSBRdec/src/
H A Denv_calc.h155 int start_pos, int next_pos,
162 int start_pos,
H A Denv_calc.cpp163 int start_pos, int next_pos,
172 int start_pos, int next_pos,
612 UCHAR start_pos = hHeaderData->timeStep * borders[i]; /* Start-position in time (subband sample) for current envelope. */ local
649 start_pos, stop_pos,
658 start_pos, stop_pos,
841 noise_e = (start_pos < no_cols) ? adj_e : final_e;
907 sc_change = (start_pos<no_cols)? adj_e - input_e : final_e - input_e;
927 for (j = start_pos; j < stop_pos; j++)
936 if ( (j==no_cols) && (start_pos<no_cols) )
991 if (j-start_pos < smooth_lengt
1227 rescaleSubbandSamples(FIXP_DBL ** re, FIXP_DBL ** im, int lowSubband, int highSubband, int start_pos, int next_pos, int shift) argument
1262 maxSubbandSample( FIXP_DBL ** re, FIXP_DBL ** im, int lowSubband, int highSubband, int start_pos, int next_pos ) argument
1334 calcNrgPerSubband(FIXP_DBL **analysBufferReal, FIXP_DBL **analysBufferImag, int lowSubband, int highSubband, int start_pos, int next_pos, SCHAR frameExp, FIXP_DBL *nrgEst, SCHAR *nrgEst_e ) argument
1455 calcNrgPerSfb(FIXP_DBL **analysBufferReal, FIXP_DBL **analysBufferImag, int nSfb, UCHAR *freqBandTable, int start_pos, int next_pos, SCHAR input_e, FIXP_DBL *nrgEst, SCHAR *nrgEst_e ) argument
[all...]
/external/chromium_org/third_party/cython/src/Cython/Plex/
H A DScanners.py59 # start_pos = 0 # position in input of start of token
88 self.start_pos = 0
135 self.start_pos = self.cur_pos
142 action, self.start_pos, self.cur_pos))
143 text = self.buffer[self.start_pos - self.buf_start_pos :
147 if self.cur_pos == self.start_pos:
200 discard = self.start_pos - buf_start_pos
/external/chromium_org/win8/metro_driver/ime/
H A Dtext_store.cc309 const uint32 start_pos = acp_start - committed_size_; local
312 if (start_pos == end_pos) {
318 if (start_pos == 0) {
327 } else if (delegate_->GetCompositionCharacterBounds(start_pos - 1,
335 if (delegate_->GetCompositionCharacterBounds(start_pos, &tmp_rect)) {
348 if (start_pos == 0)
396 const LONG start_pos = selection_start_; local
398 const LONG new_end_pos = start_pos + text_buffer_size;
404 *acp_start = start_pos;
415 DCHECK_LE(start_pos, end_po
625 const LONG start_pos = selection_buffer[0].acpStart; local
796 LONG start_pos, length; local
[all...]
/external/chromium_org/pdf/
H A Ddocument_loader.cc322 uint32 start_pos, end_pos; local
323 if (GetByteRange(headers, &start_pos, &end_pos)) {
324 current_pos_ = start_pos;
325 if (end_pos && end_pos > start_pos)
326 current_chunk_size_ = end_pos - start_pos + 1;
393 uint32 start_pos, end_pos; local
394 if (GetByteRange(std::string(buffer_, i), &start_pos, &end_pos)) {
395 current_pos_ = start_pos;
398 if (end_pos && end_pos > start_pos)
399 current_chunk_size_ = end_pos - start_pos
[all...]
/external/libnfc-nxp/src/
H A DphLlcNfc_Frame.c761 ps_store_frame->start_pos) % PH_LLCNFC_MOD_NS_NR))
865 ps_store_frame->start_pos))
922 (((ns_rejected != ps_store_frame->start_pos) &&
964 if (ps_frame_info->n_s < (ps_store_frame->start_pos +
1017 PH_LLCNFC_DEBUG("SEND TIMEOUT CALL START POS : 0x%02X\n", ps_store_frame->start_pos);
1130 ps_store_frame->start_pos) % PH_LLCNFC_MOD_NS_NR))
1152 ps_store_frame->start_pos) % PH_LLCNFC_MOD_NS_NR))
1200 PH_LLCNFC_DEBUG("NS START POS BEFORE DEL : 0x%02X\n", ps_store_frame->start_pos);
1207 PH_LLCNFC_DEBUG("NS START POS AFTER DEL : 0x%02X\n", ps_store_frame->start_pos);
1290 ps_store_frame->start_pos)
[all...]
/external/chromium_org/content/common/gpu/media/
H A Dvideo_decode_accelerator_unittest.cc270 // to the decoder, starting at |start_pos| and returning one fragment. Skips
272 std::string GetBytesForFirstFragment(size_t start_pos, size_t* end_pos);
274 // (based on |start_pos|).
275 std::string GetBytesForNextFragment(size_t start_pos, size_t* end_pos);
277 void GetBytesForNextNALU(size_t start_pos, size_t* end_pos); // For h.264.
279 size_t start_pos, size_t* end_pos); // For VP8.
656 size_t start_pos, size_t* end_pos) {
658 *end_pos = start_pos;
665 *end_pos = start_pos;
669 return GetBytesForNextFragment(start_pos, end_po
655 GetBytesForFirstFragment( size_t start_pos, size_t* end_pos) argument
672 GetBytesForNextFragment( size_t start_pos, size_t* end_pos) argument
686 GetBytesForNextNALU( size_t start_pos, size_t* end_pos) argument
701 GetBytesForNextFrame( size_t start_pos, size_t* end_pos) argument
[all...]
/external/chromium_org/native_client_sdk/src/examples/api/video_decode/
H A Dvideo_decode.cc200 static void GetNextFrame(size_t* start_pos, size_t* end_pos) { argument
201 size_t current_pos = *start_pos;
208 *start_pos = current_pos;
221 static void GetNextFrame(size_t* start_pos, size_t* end_pos) { argument
222 assert(LookingAtNAL(kData, *start_pos));
223 *end_pos = *start_pos;
308 size_t start_pos = encoded_data_next_pos_to_decode_; local
310 GetNextFrame(&start_pos, &end_pos);
314 uint32_t size = static_cast<uint32_t>(end_pos - start_pos);
318 kData + start_pos,
[all...]
/external/chromium_org/ppapi/examples/video_decode/
H A Dvideo_decode.cc201 static void GetNextFrame(size_t* start_pos, size_t* end_pos) { argument
202 size_t current_pos = *start_pos;
209 *start_pos = current_pos;
222 static void GetNextFrame(size_t* start_pos, size_t* end_pos) { argument
223 assert(LookingAtNAL(kData, *start_pos));
224 *end_pos = *start_pos;
309 size_t start_pos = encoded_data_next_pos_to_decode_; local
311 GetNextFrame(&start_pos, &end_pos);
315 uint32_t size = static_cast<uint32_t>(end_pos - start_pos);
319 kData + start_pos,
[all...]

Completed in 3211 milliseconds

1234