HomeSort by relevance Sort by last modified time
    Searched refs:stream_index (Results 26 - 50 of 52) sorted by null

12 3

  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
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:__anon37131
decode.c 70 (ISACdec_obj->bitstr_obj).stream_index = 0;
isacfix.c 603 streamdata.stream_index = 0;
698 streamdata.stream_index = 0;
    [all...]
entropy_coding.c     [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
video_sender.cc 379 int32_t VideoSender::IntraFrameRequest(int stream_index) {
381 if (stream_index < 0 ||
382 static_cast<unsigned int>(stream_index) >= _nextFrameTypes.size()) {
385 _nextFrameTypes[stream_index] = kVideoFrameKey;
390 _nextFrameTypes[stream_index] = kVideoFrameDelta;
video_coding_impl.cc 192 virtual int32_t IntraFrameRequest(int stream_index) OVERRIDE {
193 return sender_->IntraFrameRequest(stream_index);
video_coding_impl.h 93 int32_t IntraFrameRequest(int stream_index);
  /external/chromium_org/net/disk_cache/simple/
simple_util.cc 109 int GetFileIndexFromStreamIndex(int stream_index) {
110 return (stream_index == 2) ? 1 : 0;
simple_synchronous_entry.cc 135 int stream_index) const {
138 stream_index == 0 ? data_size_[1] + sizeof(SimpleFileEOF) : 0;
143 int stream_index) const {
144 return GetOffsetInFile(key, data_size_[stream_index], stream_index);
148 int stream_index) const {
149 const int file_index = GetFileIndexFromStreamIndex(stream_index);
153 return GetOffsetInFile(key, eof_data_offset, stream_index);
638 const int stream_index = it->index; local
639 const int file_index = GetFileIndexFromStreamIndex(stream_index);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
structs.h 32 uint16_t stream_index; /* Index to the current position in bytestream */ member in struct:Bitstreamstruct_dec
45 uint16_t stream_index; /* Index to the current position in bytestream */ member in struct:Bitstreamstruct_enc
373 uint16_t stream_index; /* Index to the current position in bytestream */ member in struct:__anon19676
decode.c 70 (ISACdec_obj->bitstr_obj).stream_index = 0;
isacfix.c 638 streamdata.stream_index = 0;
722 streamdata.stream_index = 0;
    [all...]
entropy_coding.c     [all...]
  /external/chromium_org/media/base/
media_file_checker.cc 74 stream_contexts.find(packet.stream_index);
  /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_) {
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
structs.h 30 uint32_t stream_index; member in struct:Bitstreamstruct
427 uint32_t stream_index; member in struct:__anon19698
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
structs.h 31 WebRtc_UWord32 stream_index; member in struct:Bitstreamstruct
428 WebRtc_UWord32 stream_index; member in struct:__anon37154
  /external/chromium_org/media/filters/
ffmpeg_demuxer.cc 891 DCHECK_GE(packet->stream_index, 0);
892 DCHECK_LT(packet->stream_index, static_cast<int>(streams_.size()));
895 if (packet->stream_index >= 0 &&
896 packet->stream_index < static_cast<int>(streams_.size()) &&
897 streams_[packet->stream_index]) {
915 glue_->format_context()->streams[packet->stream_index]->codec;
922 FFmpegDemuxerStream* demuxer_stream = streams_[packet->stream_index];
    [all...]
audio_file_reader.cc 251 if (output_packet->stream_index != stream_index_) {
  /external/chromium_org/media/video/capture/win/
video_capture_device_factory_win.cc 320 DWORD stream_index = 0; local
323 MF_SOURCE_READER_FIRST_VIDEO_STREAM, stream_index, type.Receive()))) {
351 ++stream_index;
video_capture_device_win.cc 315 found_capability.stream_index, media_type.Receive(), caps.get());
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/interface/
video_coding.h 289 virtual int32_t IntraFrameRequest(int stream_index) = 0;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediastreamsignaling_unittest.cc 192 size_t stream_index = 0; local
196 ASSERT_GE(options.streams.size(), stream_index + audio_tracks.size());
199 EXPECT_EQ(options.streams[stream_index].sync_label, stream->label());
200 EXPECT_EQ(options.streams[stream_index++].id, audio->id());
204 ASSERT_GE(options.streams.size(), stream_index + video_tracks.size());
207 EXPECT_EQ(options.streams[stream_index].sync_label, stream->label());
208 EXPECT_EQ(options.streams[stream_index++].id, video->id());
    [all...]
  /external/chromium_org/media/cast/test/
sender.cc 519 int stream_index = static_cast<int>(packet->stream_index); local
520 if (stream_index == audio_stream_index_) {
522 } else if (stream_index == video_stream_index_) {
    [all...]

Completed in 1264 milliseconds

12 3