HomeSort by relevance Sort by last modified time
    Searched refs:frameCounter (Results 1 - 10 of 10) sorted by null

  /external/opencv3/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/
main.cpp 58 long frameCounter = 0;
74 frameCounter++;
90 if (frameCounter % 2 == 0) {
  /external/opencv3/modules/videoio/src/
cap_winrt_bridge.hpp 78 std::atomic<unsigned long> frameCounter;
95 frameCounter = 0;
cap_winrt_video.cpp 222 VideoioBridge::getInstance().frameCounter++;
  /external/webrtc/webrtc/modules/audio_processing/agc/legacy/
digital_agc.h 51 int frameCounter;
digital_agc.c 274 stt->frameCounter = 0;
390 stt->frameCounter++;
393 (float)(stt->frameCounter) / 100,
  /external/libopus/silk/
structs.h 163 opus_int32 frameCounter;
  /external/libopus/silk/fixed/
encode_frame_FIX.c 102 psEnc->sCmn.indices.Seed = psEnc->sCmn.frameCounter++ & 3;
  /external/libopus/silk/float/
encode_frame_FLP.c 104 psEnc->sCmn.indices.Seed = psEnc->sCmn.frameCounter++ & 3;
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h 901 int frameCounter;
    [all...]

Completed in 259 milliseconds