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

  /hardware/qcom/media/mm-video/vidc/venc/inc/
video_encoder_test.h 47 unsigned long fps_num; member in struct:video_encoder_context
  /external/libvpx/
vpxdec.c 385 unsigned int *fps_num)
404 *fps_num = mem_get_le32(raw_hdr + 16);
412 if(*fps_num < 1000)
417 if(*fps_num&1)*fps_den<<=1;
418 else *fps_num>>=1;
425 *fps_num = 30;
443 unsigned int *fps_num)
464 *fps_num = 30;
526 unsigned int *fps_num)
555 *fps_num = (i - 1) * 1000000
717 unsigned int fps_num; local
    [all...]
  /bionic/libc/kernel/common/linux/
msm_vidc_enc.h 287 unsigned long fps_num; member in struct:venc_basecfg
  /external/kernel-headers/original/linux/
msm_vidc_enc.h 491 unsigned long fps_num; member in struct:venc_basecfg

Completed in 147 milliseconds