HomeSort by relevance Sort by last modified time
    Searched defs:AVIIF_KEYFRAME (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
avifmt.h 106 #define AVIIF_KEYFRAME __MSABI_LONG(0x00000010)
vfw.h 99 #define AVIIF_KEYFRAME __MSABI_LONG(0x00000010)
723 #define AVIIF_KEYFRAME __MSABI_LONG(0x00000010)
776 #ifndef AVIIF_KEYFRAME
777 #define AVIIF_KEYFRAME __MSABI_LONG(0x00000010)
    [all...]
  /external/opencv3/modules/videoio/src/
cap_mjpeg_encoder.cpp 64 static const int AVIIF_KEYFRAME = 0x10;
550 strm.putInt(AVIIF_KEYFRAME);
    [all...]

Completed in 3288 milliseconds