Home
last modified time | relevance | path

Searched refs:first_frame (Results 1 – 25 of 25) sorted by relevance

/external/webrtc/modules/video_coding/
Dframe_buffer2.cc229 EncodedFrame* first_frame = frames_to_decode_[0]->second.frame.get(); in GetNextFrame() local
230 int64_t render_time_ms = first_frame->RenderTime(); in GetNextFrame()
231 int64_t receive_time_ms = first_frame->ReceivedTime(); in GetNextFrame()
233 if (HasBadRenderTiming(*first_frame, now_ms)) { in GetNextFrame()
236 render_time_ms = timing_->RenderTimeMs(first_frame->Timestamp(), now_ms); in GetNextFrame()
272 if (inter_frame_delay_.CalculateDelay(first_frame->Timestamp(), in GetNextFrame()
721 EncodedFrame* first_frame = frames[0]; in CombineAndDeleteFrames() local
729 first_frame->SetSpatialLayerFrameSize(first_frame->id.spatial_layer, in CombineAndDeleteFrames()
730 first_frame->size()); in CombineAndDeleteFrames()
731 memcpy(buffer, first_frame->data(), first_frame->size()); in CombineAndDeleteFrames()
[all …]
/external/perfetto/src/trace_processor/importers/proto/
Dheap_profile_tracker_unittest.cc77 SequenceStackProfileTracker::SourceMapping first_frame; in InsertMapping() local
78 first_frame.build_id = packet.build_id; in InsertMapping()
79 first_frame.exact_offset = kMappingExactOffset; in InsertMapping()
80 first_frame.start_offset = kMappingStartOffset; in InsertMapping()
81 first_frame.start = kMappingStart; in InsertMapping()
82 first_frame.end = kMappingEnd; in InsertMapping()
83 first_frame.load_bias = kMappingLoadBias; in InsertMapping()
84 first_frame.name_ids = {packet.mapping_name_id}; in InsertMapping()
86 sequence_stack_profile_tracker->AddMapping(packet.mapping_id, first_frame); in InsertMapping()
93 SequenceStackProfileTracker::SourceFrame first_frame; in InsertFrame() local
[all …]
/external/perfetto/test/trace_processor/startup/
Dandroid_startup_process_track.out29 first_frame: 104
60 first_frame: 204
Dandroid_startup.out45 first_frame: 210
Dandroid_startup_attribution.out51 first_frame: 1000000000
Dandroid_startup_breakdown.out72 first_frame: 210000000000
/external/tensorflow/tensorflow/python/platform/
Dgoogletest.py77 first_frame = tf_inspect.stack()[-1][0]
79 os.path.basename(tf_inspect.getfile(first_frame)))
/external/compiler-rt/lib/tsan/rtl/
Dtsan_debugging.cc47 static void CopyTrace(SymbolizedStack *first_frame, void **trace, in CopyTrace() argument
50 for (SymbolizedStack *frame = first_frame; frame != nullptr; in CopyTrace()
/external/llvm-project/lldb/include/lldb/Target/
DStackFrameList.h82 size_t GetStatus(Stream &strm, uint32_t first_frame, uint32_t num_frames,
DThread.h1103 size_t GetStackFrameStatus(Stream &strm, uint32_t first_frame,
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_debugging.cpp55 static void CopyTrace(SymbolizedStack *first_frame, void **trace, in CopyTrace() argument
58 for (SymbolizedStack *frame = first_frame; frame != nullptr; in CopyTrace()
/external/llvm-project/lldb/source/Target/
DStackFrameList.cpp958 size_t StackFrameList::GetStatus(Stream &strm, uint32_t first_frame, in GetStatus() argument
976 last_frame = first_frame + num_frames; in GetStatus()
988 for (frame_idx = first_frame; frame_idx < last_frame; ++frame_idx) { in GetStatus()
1001 num_frames_with_source > (first_frame - frame_idx), in GetStatus()
DThread.cpp1863 size_t Thread::GetStackFrameStatus(Stream &strm, uint32_t first_frame, in GetStackFrameStatus() argument
1867 strm, first_frame, num_frames, show_frame_info, num_frames_with_source); in GetStackFrameStatus()
/external/webrtc/modules/video_coding/codecs/vp8/
Ddefault_temporal_layers.cc363 const bool first_frame = (pattern_idx_ == kUninitializedPatternIndex); in NextFrameConfig() local
380 if (first_frame) { in NextFrameConfig()
417 RTC_DCHECK(checker_->CheckTemporalConfig(first_frame, tl_config)); in NextFrameConfig()
/external/libxaac/decoder/drc_src/
Dimpd_drc_selection_process.h91 WORD32 first_frame; member
Dimpd_drc_selection_process_init.c33 pstr_drc_uni_sel_proc->first_frame = 0; in impd_drc_sel_proc_init_dflt()
Dimpd_drc_init.c387 p_obj_drc->str_payload.pstr_selection_proc->first_frame = 1; in impd_drc_init()
Dimpd_drc_selection_process.c42 if (pstr_drc_uni_sel_proc->first_frame == 1) { in impd_drc_uni_selction_proc_init()
/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c456 const GF_FRAME_STATS *first_frame, in get_features_from_gf_stats() argument
472 *features++ = (float)(first_frame->frame_coded_error / num_mbs); in get_features_from_gf_stats()
473 *features++ = (float)(first_frame->frame_sr_coded_error / num_mbs); in get_features_from_gf_stats()
474 *features++ = (float)(first_frame->frame_tr_coded_error / num_mbs); in get_features_from_gf_stats()
475 *features++ = (float)(first_frame->frame_err / num_mbs); in get_features_from_gf_stats()
2168 const FIRSTPASS_STATS first_frame = *this_frame; in find_next_key_frame() local
2234 FIRSTPASS_STATS tmp_frame = first_frame; in find_next_key_frame()
/external/webrtc/modules/rtp_rtcp/source/
Drtp_sender_video.cc547 bool first_frame = first_frame_sent_(); in SendVideo() local
611 if (first_frame) { in SendVideo()
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c2523 FIRSTPASS_STATS first_frame; in find_next_key_frame() local
2559 memcpy(&first_frame, this_frame, sizeof(*this_frame)); in find_next_key_frame()
2644 memcpy(&tmp_frame, &first_frame, sizeof(first_frame)); in find_next_key_frame()
2987 double group_iiratio = (kf_group_intra_err - first_frame.intra_error) / in find_next_key_frame()
2988 (kf_group_coded_err - first_frame.coded_error); in find_next_key_frame()
/external/libopus/src/
Dopus_decoder.c401 int first_frame = decoded_samples == 0; in opus_decode_frame() local
403 lost_flag, first_frame, &dec, pcm_ptr, &silk_frame_size, st->arch ); in opus_decode_frame()
/external/perfetto/protos/perfetto/metrics/android/
Dstartup_metric.proto152 optional int64 first_frame = 2; field
/external/perfetto/protos/perfetto/metrics/
Dperfetto_merged_metrics.proto817 optional int64 first_frame = 2; field
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_test.py5972 first_frame = array_ops.gather(animation, 0)
5973 image1 = image_ops.convert_image_dtype(first_frame, dtypes.float32)