/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/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:__anon28652
|
/external/chromium_org/media/filters/ |
audio_file_reader.cc | 146 if (packet.stream_index != stream_index_) {
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
mediastreamsignaling_unittest.cc | 190 size_t stream_index = 0; local 194 ASSERT_GE(options.streams.size(), stream_index + audio_tracks.size()); 197 EXPECT_EQ(options.streams[stream_index].sync_label, stream->label()); 198 EXPECT_EQ(options.streams[stream_index++].id, audio->id()); 202 ASSERT_GE(options.streams.size(), stream_index + video_tracks.size()); 205 EXPECT_EQ(options.streams[stream_index].sync_label, stream->label()); 206 EXPECT_EQ(options.streams[stream_index++].id, video->id()); [all...] |
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
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...] |
/frameworks/av/libvideoeditor/vss/src/ |
M4VD_EXTERNAL_BitstreamParser.c | 133 parsingCtxt.stream_index = 8;
|
/external/chromium_org/media/video/capture/win/ |
video_capture_device_win.cc | 376 hr = stream_config->GetStreamCaps(found_capability.stream_index, &pmt,
|
/external/opencv/cxcore/src/ |
cxpersistence.cpp | 635 cvGetRootFileNode( const CvFileStorage* fs, int stream_index ) 644 if( !fs->roots || (unsigned)stream_index >= (unsigned)fs->roots->total ) 647 value = (CvFileNode*)cvGetSeqElem( fs->roots, stream_index ); [all...] |
/external/opencv/cxcore/include/ |
cxcore.h | [all...] |
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/ |
VideoEditorVideoDecoder.cpp | 275 parsingCtxt.stream_index = 8; [all...] |