/external/chromium_org/net/disk_cache/simple/ |
simple_entry_impl.cc | 312 int32 SimpleEntryImpl::GetDataSize(int stream_index) const { 314 DCHECK_LE(0, data_size_[stream_index]); 315 return data_size_[stream_index]; 318 int SimpleEntryImpl::ReadData(int stream_index, 327 CreateNetLogReadWriteDataCallback(stream_index, offset, buf_len, 331 if (stream_index < 0 || stream_index >= kSimpleEntryFileCount || 341 if (pending_operations_.empty() && (offset >= GetDataSize(stream_index) || 357 this, stream_index, offset, buf_len, buf, callback, alone_in_queue)); 362 int SimpleEntryImpl::WriteData(int stream_index, [all...] |
simple_entry_impl.h | 75 virtual int ReadData(int stream_index, 80 virtual int WriteData(int stream_index, 198 void EntryOperationComplete(int stream_index, 204 void ReadOperationComplete(int stream_index, 212 void WriteOperationComplete(int stream_index, 221 int stream_index,
|
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
arith_routines_hist.c | 32 stream_ptr = streamdata->stream + streamdata->stream_index; 72 /* calculate new stream_index */ 73 streamdata->stream_index = (int)(stream_ptr - streamdata->stream); 101 stream_ptr = streamdata->stream + streamdata->stream_index; 107 if (streamdata->stream_index == 0) /* first time decoder is called for this stream */ 174 streamdata->stream_index = (int)(stream_ptr - streamdata->stream); 181 return streamdata->stream_index - 2; 183 return streamdata->stream_index - 1; 208 stream_ptr = streamdata->stream + streamdata->stream_index; 214 if (streamdata->stream_index == 0) /* first time decoder is called for this stream * [all...] |
arith_routines.c | 25 stream_ptr = streamdata->stream + streamdata->stream_index; 37 stream_ptr = streamdata->stream + streamdata->stream_index; 51 stream_ptr = streamdata->stream + streamdata->stream_index;
|
arith_routines_logist.c | 96 stream_ptr = streamdata->stream + streamdata->stream_index; 162 /* calculate new stream_index */ 163 streamdata->stream_index = (int)(stream_ptr - streamdata->stream); 188 stream_ptr = streamdata->stream + streamdata->stream_index; 190 if (streamdata->stream_index == 0) /* first time decoder is called for this stream */ 285 streamdata->stream_index = (int)(stream_ptr - streamdata->stream); 291 return streamdata->stream_index - 2; 293 return streamdata->stream_index - 1;
|
encode.c | 176 bit_stream->stream_index = 0; 331 transcodingParam.stream_index = ISACencLB_obj->bitstr_obj.stream_index; 334 ISACencLB_obj->bitstr_obj.stream[ISACencLB_obj->bitstr_obj.stream_index - 337 ISACencLB_obj->bitstr_obj.stream[ISACencLB_obj->bitstr_obj.stream_index - 340 ISACencLB_obj->bitstr_obj.stream[ISACencLB_obj->bitstr_obj.stream_index]; 368 bytesLeftSpecCoding = payloadLimitBytes - transcodingParam.stream_index; 409 while ((ISACencLB_obj->bitstr_obj.stream_index > payloadLimitBytes) || 439 bytesSpecCoderUsed = ISACencLB_obj->bitstr_obj.stream_index - 440 transcodingParam.stream_index; [all...] |
structs.h | 31 WebRtc_UWord32 stream_index; member in struct:Bitstreamstruct 428 WebRtc_UWord32 stream_index; member in struct:__anon30483
|
/external/chromium_org/content/child/npapi/ |
plugin_instance.cc | 106 std::vector<scoped_refptr<PluginStream> >::iterator stream_index; 107 for (stream_index = open_streams_.begin(); 108 stream_index != open_streams_.end(); ++stream_index) { 109 if (stream_index->get() == stream) { 110 open_streams_.erase(stream_index); 117 std::vector<scoped_refptr<PluginStream> >::iterator stream_index; local 118 for (stream_index = open_streams_.begin(); 119 stream_index != open_streams_.end(); ++stream_index) { 549 std::vector<scoped_refptr<PluginStream> >::iterator stream_index; local 670 std::vector<scoped_refptr<PluginStream> >::iterator stream_index; local [all...] |
/external/chromium_org/media/video/capture/win/ |
capability_list_win.h | 21 : stream_index(index), 24 int stream_index; member in struct:media::VideoCaptureCapabilityWin
|
video_capture_device_mf_win.cc | 143 DWORD stream_index = 0; local 147 MF_SOURCE_READER_FIRST_VIDEO_STREAM, stream_index, type.Receive()))) { 148 VideoCaptureCapabilityWin capability(stream_index++); 209 STDMETHOD(OnReadSample)(HRESULT status, DWORD stream_index, 235 STDMETHOD(OnFlush)(DWORD stream_index) { 243 STDMETHOD(OnEvent)(DWORD stream_index, IMFMediaEvent* event) { 375 MF_SOURCE_READER_FIRST_VIDEO_STREAM, found_capability.stream_index,
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
arith_routines_hist.c | 55 streamPtr = streamData->stream + streamData->stream_index; 121 /* calculate new stream_index */ 122 streamData->stream_index = streamPtr - streamData->stream; 166 streamPtr = streamData->stream + streamData->stream_index; 175 if (streamData->stream_index == 0) 253 streamData->stream_index = streamPtr - streamData->stream; 258 return (streamData->stream_index*2 - 3 + !streamData->full); 260 return (streamData->stream_index*2 - 2 + !streamData->full); 302 streamPtr = streamData->stream + streamData->stream_index; 310 if (streamData->stream_index == 0 [all...] |
arith_routines.c | 39 streamPtr = streamData->stream + streamData->stream_index; 71 streamPtr = streamData->stream + streamData->stream_index; 110 streamPtr = streamData->stream + streamData->stream_index;
|
arith_routines_logist.c | 118 streamPtr = streamData->stream + streamData->stream_index; 206 /* calculate new stream_index */ 207 streamData->stream_index = streamPtr - streamData->stream; 254 streamPtr = streamData->stream + streamData->stream_index; 258 if (streamData->stream_index == 0) 395 streamData->stream_index = streamPtr - streamData->stream; 401 return (streamData->stream_index*2 - 3 + !streamData->full); 403 return (streamData->stream_index*2 - 2 + !streamData->full);
|
encode.c | 101 ISACenc_obj->bitstr_obj.stream_index = 0; 220 arithLenBeforeEncodingDFT = (ISACenc_obj->bitstr_obj.stream_index << 1) + (1-ISACenc_obj->bitstr_obj.full); 276 while((((ISACenc_obj->bitstr_obj.stream_index) << 1) > payloadLimitBytes) || 324 arithLenDFTByte = (ISACenc_obj->bitstr_obj.stream_index << 1) + (1-ISACenc_obj->bitstr_obj.full) - arithLenBeforeEncodingDFT; 343 // we are here because the bit-stream did not fit into the buffer, in this case, the stream_index is not 374 ISACenc_obj->bitstr_obj.stream_index = transcodingParam.stream_index; 377 ISACenc_obj->bitstr_obj.stream[transcodingParam.stream_index-1] = transcodingParam.beforeLastWord; 378 ISACenc_obj->bitstr_obj.stream[transcodingParam.stream_index] = transcodingParam.lastWord; 383 arithLenBeforeEncodingDFT = (ISACenc_obj->bitstr_obj.stream_index << 1) + (1-ISACenc_obj->bitstr_obj.full) [all...] |
structs.h | 32 WebRtc_UWord16 stream_index; /* Index to the current position in bytestream */ member in struct:Bitstreamstruct_dec 44 WebRtc_UWord16 stream_index; /* Index to the current position in bytestream */ member in struct:Bitstreamstruct_enc 372 WebRtc_UWord16 stream_index; /* Index to the current position in bytestream */ member in struct:__anon30460
|
/frameworks/av/libvideoeditor/vss/src/ |
M4VD_Tools.c | 38 if (parsingCtxt->stream_index == 8) 45 parsingCtxt->stream_index = 0; 51 parsingCtxt->stream_index++;
|
/frameworks/av/libvideoeditor/vss/common/inc/ |
M4VD_Tools.h | 32 M4OSA_UInt32 stream_index; member in struct:__anon31055
|
/external/chromium_org/media/filters/ |
ffmpeg_h264_to_annex_b_bitstream_converter.cc | 68 dest_packet.stream_index = packet->stream_index;
|
ffmpeg_demuxer.cc | 733 DCHECK_GE(packet->stream_index, 0); 734 DCHECK_LT(packet->stream_index, static_cast<int>(streams_.size())); 737 if (packet->stream_index >= 0 && 738 packet->stream_index < static_cast<int>(streams_.size()) && 739 streams_[packet->stream_index] && 741 streams_[packet->stream_index]->type() != DemuxerStream::AUDIO)) { 757 new_packet->stream_index = packet->stream_index; 762 FFmpegDemuxerStream* demuxer_stream = streams_[packet->stream_index];
|
/external/chromium_org/net/disk_cache/flash/ |
log_store_entry.h | 49 bool InvalidStream(int stream_index) const;
|
log_store_entry.cc | 129 bool LogStoreEntry::InvalidStream(int stream_index) const { 130 return stream_index < 0 || stream_index >= kFlashLogStoreEntryNumStreams;
|
/external/chromium_org/media/ffmpeg/ |
ffmpeg_unittest.cc | 190 int stream_index = static_cast<int>(packet->stream_index); local 192 if (stream_index == audio_stream_index_) { 197 } else if (stream_index == video_stream_index_) {
|
/frameworks/av/libvideoeditor/vss/stagefrightshells/inc/ |
VideoEditorVideoDecoder_internal.h | 69 M4OSA_UInt32 stream_index;
|
/external/chromium_org/media/base/ |
media_file_checker.cc | 78 stream_contexts.find(packet.stream_index);
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
mediastreamsignaling_unittest.cc | 186 size_t stream_index = 0; local 190 ASSERT_GE(options.streams.size(), stream_index + audio_tracks.size()); 193 EXPECT_EQ(options.streams[stream_index].sync_label, stream->label()); 194 EXPECT_EQ(options.streams[stream_index++].id, audio->id()); 198 ASSERT_GE(options.streams.size(), stream_index + video_tracks.size()); 201 EXPECT_EQ(options.streams[stream_index].sync_label, stream->label()); 202 EXPECT_EQ(options.streams[stream_index++].id, video->id()); [all...] |