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

12

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
entropy_coding.c     [all...]
isacfix.c 45 bitstream->stream_index = 0;
    [all...]
  /external/webrtc/webrtc/modules/video_coding/include/
video_coding.h 247 virtual int32_t IntraFrameRequest(int stream_index) = 0;
  /external/google-breakpad/src/google_breakpad/processor/
minidump.h 973 unsigned int stream_index; member in struct:google_breakpad::Minidump::MinidumpStreamInfo
    [all...]
  /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/opencv3/modules/core/include/opencv2/core/
core_c.h     [all...]
  /external/opencv3/modules/core/src/
persistence.cpp 770 cvGetRootFileNode( const CvFileStorage* fs, int stream_index )
774 if( !fs->roots || (unsigned)stream_index >= (unsigned)fs->roots->total )
777 return (CvFileNode*)cvGetSeqElem( fs->roots, stream_index );
    [all...]
  /external/opencv/cxcore/include/
cxcore.h     [all...]
  /external/opencv3/3rdparty/lib/
libavformat.a     [all...]
libavformat64.a     [all...]
  /external/opencv3/3rdparty/include/ffmpeg_/libavcodec/
avcodec.h 1072 int stream_index; member in struct:AVPacket
    [all...]

Completed in 557 milliseconds

12