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

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
setvbuf.c 78 goto nbf;
106 nbf:
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rassapi.h 130 RAS_PPP_NBFCP_RESULT nbf; member in struct:_RAS_PPP_PROJECTION_RESULT
mprapi.h 374 PPP_NBFCP_INFO nbf; member in struct:_PPP_INFO
429 PPP_NBFCP_INFO nbf; member in struct:_PPP_INFO_2
654 PPP_NBFCP_INFO nbf; member in struct:_PPP_INFO_3
    [all...]
  /external/opencv3/modules/videoio/src/
cap_ffmpeg_impl.hpp 876 int64_t nbf = ic->streams[video_stream]->nb_frames; local
878 if (nbf == 0)
880 nbf = (int64_t)floor(get_duration_sec() * get_fps() + 0.5);
882 return nbf;
    [all...]

Completed in 258 milliseconds