Searched refs:frame_stats (Results 1 – 7 of 7) sorted by relevance
/external/autotest/client/site_tests/video_WebRtcPeerConnectionWithCamera/ |
D | video_WebRtcPeerConnectionWithCamera.py | 137 frame_stats = results.get('frameStats') 138 if not frame_stats: 143 value=frame_stats['numBlackFrames'], 147 value=frame_stats['numFrozenFrames'], 151 value=frame_stats['numFrames'],
|
/external/libaom/libaom/av1/encoder/ |
D | mbgraph.c | 306 MBGRAPH_FRAME_STATS *frame_stats = &cpi->mbgraph_stats[i]; in separate_arf_mbs() local 311 MBGRAPH_MB_STATS *mb_stats = &frame_stats->mb_stats[offset + mb_col]; in separate_arf_mbs() 379 MBGRAPH_FRAME_STATS *frame_stats = &cpi->mbgraph_stats[i]; in av1_update_mbgraph_stats() local 380 memset(frame_stats->mb_stats, 0, in av1_update_mbgraph_stats() 389 MBGRAPH_FRAME_STATS *frame_stats = &cpi->mbgraph_stats[i]; in av1_update_mbgraph_stats() local 394 update_mbgraph_frame_stats(cpi, frame_stats, &q_cur->img, golden_ref, in av1_update_mbgraph_stats()
|
D | pass2_strategy.c | 603 FIRSTPASS_STATS frame_stats; in allocate_gf_group_bits() local 604 if (EOF == input_stats(twopass, &frame_stats)) return; in allocate_gf_group_bits() 638 FIRSTPASS_STATS frame_stats; in allocate_gf_group_bits() local 639 if (EOF == input_stats(twopass, &frame_stats)) break; in allocate_gf_group_bits() 642 calculate_modified_err(cpi, twopass, oxcf, &frame_stats); in allocate_gf_group_bits()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mbgraph.c | 307 MBGRAPH_FRAME_STATS *frame_stats = &cpi->mbgraph_stats[i]; in separate_arf_mbs() local 312 MBGRAPH_MB_STATS *mb_stats = &frame_stats->mb_stats[offset + mb_col]; in separate_arf_mbs() 380 MBGRAPH_FRAME_STATS *frame_stats = &cpi->mbgraph_stats[i]; in vp9_update_mbgraph_stats() local 381 memset(frame_stats->mb_stats, 0, in vp9_update_mbgraph_stats() 390 MBGRAPH_FRAME_STATS *frame_stats = &cpi->mbgraph_stats[i]; in vp9_update_mbgraph_stats() local 395 update_mbgraph_frame_stats(cpi, frame_stats, &q_cur->img, golden_ref, in vp9_update_mbgraph_stats()
|
D | vp9_firstpass.c | 2250 FIRSTPASS_STATS frame_stats; in allocate_gf_group_bits() local 2363 if (EOF == input_stats(twopass, &frame_stats)) break; in allocate_gf_group_bits() 2366 &frame_stats, av_score); in allocate_gf_group_bits()
|
/external/webrtc/webrtc/modules/video_coding/ |
D | jitter_buffer_unittest.cc | 2164 FrameCounts frame_stats(jitter_buffer_->FrameStatistics()); in TEST_F() local 2165 EXPECT_EQ(0, frame_stats.delta_frames); in TEST_F() 2166 EXPECT_EQ(0, frame_stats.key_frames); in TEST_F() 2184 frame_stats = jitter_buffer_->FrameStatistics(); in TEST_F() 2185 EXPECT_EQ(3, frame_stats.delta_frames); in TEST_F() 2186 EXPECT_EQ(2, frame_stats.key_frames); in TEST_F()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 92 static int read_frame_stats(VP8_COMP *cpi, FIRSTPASS_STATS *frame_stats, in read_frame_stats() argument 103 *frame_stats = fps_ptr[offset]; in read_frame_stats()
|