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

  /hardware/intel/common/wrs_omxil_core/utils/inc/
audio_parser.h 49 int *frame_length, int *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
  /external/libvpx/libvpx/examples/
vp9_spatial_svc_encoder.c 620 int frame_duration = 1; /* 1 timebase tick per frame */ local
756 &svc_ctx, &codec, (end_of_stream ? NULL : &raw), pts, frame_duration,
    [all...]
vpx_temporal_svc_encoder.c 562 int frame_duration = 1; // 1 timebase tick per frame. local
    [all...]

Completed in 413 milliseconds