HomeSort by relevance Sort by last modified time
    Searched refs:AVIIF_KEYFRAME (Results 1 - 4 of 4) 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_vfw.cpp 827 image->imageSize, AVIIF_KEYFRAME, 0, 0 ) == AVIERR_OK;
cap_mjpeg_encoder.cpp 64 static const int AVIIF_KEYFRAME = 0x10;
550 strm.putInt(AVIIF_KEYFRAME);
    [all...]

Completed in 743 milliseconds