HomeSort by relevance Sort by last modified time
    Searched full:stream_index (Results 26 - 36 of 36) sorted by null

12

  /external/chromium_org/media/filters/
audio_file_reader.cc 145 if (packet.stream_index != stream_index_) {
  /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...]
  /external/chromium_org/media/test/ffmpeg_tests/
ffmpeg_tests.cc 269 packet.stream_index = target_stream;
277 if (packet.stream_index == target_stream) {
  /external/chromium_org/media/tools/media_bench/
media_bench.cc 376 packet.stream_index = target_stream;
384 if (packet.stream_index == target_stream) {
  /external/chromium_org/media/video/capture/win/
video_capture_device_win.cc 374 hr = stream_config->GetStreamCaps(found_capability.stream_index, &pmt,
  /frameworks/av/libvideoeditor/vss/src/
M4VD_EXTERNAL_BitstreamParser.c 133 parsingCtxt.stream_index = 8;
  /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...]
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoDecoder.cpp 275 parsingCtxt.stream_index = 8;
    [all...]
  /external/opencv/cxcore/include/
cxcore.h     [all...]

Completed in 587 milliseconds

12