/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
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_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...] |
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...] |
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;
|
/external/chromium_org/media/video/capture/win/ |
capability_list_win.h | 22 : stream_index(index), 25 int stream_index; member in struct:media::VideoCaptureCapabilityWin
|
video_capture_device_mf_win.cc | 139 DWORD stream_index = 0; local 143 MF_SOURCE_READER_FIRST_VIDEO_STREAM, stream_index, type.Receive()))) { 144 VideoCaptureCapabilityWin capability(stream_index++); 205 STDMETHOD(OnReadSample)(HRESULT status, DWORD stream_index, 230 STDMETHOD(OnFlush)(DWORD stream_index) { 238 STDMETHOD(OnEvent)(DWORD stream_index, IMFMediaEvent* event) { 362 MF_SOURCE_READER_FIRST_VIDEO_STREAM, found_capability.stream_index,
|
/frameworks/av/libvideoeditor/vss/common/inc/ |
M4VD_Tools.h | 32 M4OSA_UInt32 stream_index; member in struct:__anon29224
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
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_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_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:__anon28629
|
/frameworks/av/libvideoeditor/vss/src/ |
M4VD_Tools.c | 38 if (parsingCtxt->stream_index == 8) 45 parsingCtxt->stream_index = 0; 51 parsingCtxt->stream_index++;
|
/external/chromium_org/net/disk_cache/simple/ |
simple_entry_impl.cc | 328 int32 SimpleEntryImpl::GetDataSize(int stream_index) const { 330 DCHECK_LE(0, data_size_[stream_index]); 331 return data_size_[stream_index]; 334 int SimpleEntryImpl::ReadData(int stream_index, 343 CreateNetLogReadWriteDataCallback(stream_index, offset, buf_len, 347 if (stream_index < 0 || stream_index >= kSimpleEntryStreamCount || 357 if (pending_operations_.empty() && (offset >= GetDataSize(stream_index) || 375 this, stream_index, offset, buf_len, buf, callback, alone_in_queue)); 380 int SimpleEntryImpl::WriteData(int stream_index, [all...] |
simple_util.h | 66 NET_EXPORT_PRIVATE int GetFileIndexFromStreamIndex(int stream_index);
|
simple_entry_impl.h | 80 virtual int ReadData(int stream_index, 85 virtual int WriteData(int stream_index, 231 void ReadOperationComplete(int stream_index, 239 void WriteOperationComplete(int stream_index, 267 int stream_index, 294 // |buffer| on |stream_index|, starting at |offset| and of length |length|. 298 int stream_index);
|
simple_synchronous_entry.h | 44 int stream_index) const; 45 int GetEOFOffsetInFile(const std::string& key, int stream_index) const; 56 int32 data_size(int stream_index) const { return data_size_[stream_index]; } 57 void set_data_size(int stream_index, int data_size) { 58 data_size_[stream_index] = data_size;
|
simple_util.cc | 107 int GetFileIndexFromStreamIndex(int stream_index) { 108 return (stream_index == 2) ? 1 : 0;
|
simple_synchronous_entry.cc | 150 int stream_index) const { 153 stream_index == 0 ? data_size_[1] + sizeof(SimpleFileEOF) : 0; 158 int stream_index) const { 159 return GetOffsetInFile(key, data_size_[stream_index], stream_index); 163 int stream_index) const { 164 const int file_index = GetFileIndexFromStreamIndex(stream_index); 168 return GetOffsetInFile(key, eof_data_offset, stream_index); 654 const int stream_index = it->index; local 655 const int file_index = GetFileIndexFromStreamIndex(stream_index); [all...] |
/external/chromium_org/content/child/npapi/ |
plugin_instance.cc | 107 std::vector<scoped_refptr<PluginStream> >::iterator stream_index; 108 for (stream_index = open_streams_.begin(); 109 stream_index != open_streams_.end(); ++stream_index) { 110 if (stream_index->get() == stream) { 111 open_streams_.erase(stream_index); 118 std::vector<scoped_refptr<PluginStream> >::iterator stream_index; local 119 for (stream_index = open_streams_.begin(); 120 stream_index != open_streams_.end(); ++stream_index) { 551 std::vector<scoped_refptr<PluginStream> >::iterator stream_index; local 673 std::vector<scoped_refptr<PluginStream> >::iterator stream_index; local [all...] |
/external/chromium_org/media/filters/ |
ffmpeg_h264_to_annex_b_bitstream_converter.cc | 68 dest_packet.stream_index = packet->stream_index;
|
ffmpeg_demuxer.cc | 819 DCHECK_GE(packet->stream_index, 0); 820 DCHECK_LT(packet->stream_index, static_cast<int>(streams_.size())); 823 if (packet->stream_index >= 0 && 824 packet->stream_index < static_cast<int>(streams_.size()) && 825 streams_[packet->stream_index] && 827 streams_[packet->stream_index]->type() != DemuxerStream::AUDIO)) { 843 new_packet->stream_index = packet->stream_index; 854 glue_->format_context()->streams[packet->stream_index]->codec; 861 FFmpegDemuxerStream* demuxer_stream = streams_[packet->stream_index]; [all...] |
/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/base/ |
media_file_checker.cc | 78 stream_contexts.find(packet.stream_index);
|