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

  /external/autotest/client/site_tests/video_WebRtcPeerConnectionWithCamera/
video_WebRtcPeerConnectionWithCamera.py 93 frame_stats = results.get('frameStats')
94 if not frame_stats:
99 value=frame_stats['numBlackFrames'],
103 value=frame_stats['numFrozenFrames'],
107 value=frame_stats['numFrames'],
  /external/libvpx/libvpx/vp9/encoder/
vp9_mbgraph.c 306 MBGRAPH_FRAME_STATS *frame_stats = &cpi->mbgraph_stats[i]; local
311 MBGRAPH_MB_STATS *mb_stats = &frame_stats->mb_stats[offset + mb_col];
379 MBGRAPH_FRAME_STATS *frame_stats = &cpi->mbgraph_stats[i]; local
380 memset(frame_stats->mb_stats, 0,
389 MBGRAPH_FRAME_STATS *frame_stats = &cpi->mbgraph_stats[i]; local
394 update_mbgraph_frame_stats(cpi, frame_stats, &q_cur->img, golden_ref,
vp9_firstpass.c 2141 FIRSTPASS_STATS frame_stats; local
    [all...]
  /external/webrtc/webrtc/modules/video_coding/
jitter_buffer_unittest.cc     [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 92 static int read_frame_stats(VP8_COMP *cpi, FIRSTPASS_STATS *frame_stats,
103 *frame_stats = fps_ptr[offset];
    [all...]

Completed in 540 milliseconds