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

  /hardware/intel/common/wrs_omxil_core/utils/inc/
audio_parser.h 49 int *frame_length, int *frame_duration);
  /external/opencv3/modules/videoio/src/
cap_xine.cpp 89 double frame_duration; member in struct:CvCaptureAVI_XINE
286 capture->frame_duration = xine_get_stream_info( capture->stream, XINE_STREAM_INFO_FRAME_DURATION ) / 90.;
287 capture->frame_rate = 1000 / capture->frame_duration;
290 fprintf( stderr, "(DEBUG) frame_duration = %f, framerate = %f\n", capture->frame_duration, capture->frame_rate );
489 int new_time = ( int ) ( ( f + 1 ) * ( float ) capture->frame_duration );
603 capture->frame_number = ( int ) ( ratio*length / capture->frame_duration );
  /hardware/intel/common/wrs_omxil_core/utils/src/
audio_parser.c 337 int *frame_length, int *frame_duration)
401 *frame_duration = mp3_calculate_frame_duration(*frequency);
427 LOGV(" frame duration: %d\n", *frame_duration);
  /external/autotest/client/site_tests/video_VDAPerf/
video_VDAPerf.py 115 frame_duration = MICROSECONDS_PER_SECOND / rendering_fps
117 render_time = frame_duration;
128 render_time += frame_duration
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
vp9_spatial_scalable_encoder.c 295 int frame_duration = 1; /* 1 timebase tick per frame */ local
347 pts, frame_duration, VPX_DL_REALTIME);
367 pts += frame_duration;
vpx_temporal_scalable_patterns.c 446 int frame_duration = 1; // 1 timebase tick per frame. local
649 pts += frame_duration;
  /external/libvpx/libvpx/examples/
vp9_spatial_svc_encoder.c 612 int frame_duration = 1; /* 1 timebase tick per frame */ local
736 pts, frame_duration, svc_ctx.speed >= 5 ?
    [all...]
vpx_temporal_svc_encoder.c 481 int frame_duration = 1; // 1 timebase tick per frame. local
808 pts += frame_duration;

Completed in 874 milliseconds