Home
last modified time | relevance | path

Searched refs:source_frame (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/audio_mixer/
Daudio_mixer_impl.cc77 for (const auto& source_frame : mixed_sources_and_frames) { in RampAndUpdateGain() local
78 float target_gain = source_frame.source_status->is_mixed ? 1.0f : 0.0f; in RampAndUpdateGain()
79 Ramp(source_frame.source_status->gain, target_gain, in RampAndUpdateGain()
80 source_frame.audio_frame); in RampAndUpdateGain()
81 source_frame.source_status->gain = target_gain; in RampAndUpdateGain()
/external/webrtc/test/pc/e2e/analyzer/video/
Dvideo_quality_analyzer_injection_helper.cc58 VideoFrame Preprocess(const VideoFrame& source_frame) override { in Preprocess() argument
60 VideoFrame frame = source_frame; in Preprocess()
/external/libgav1/libgav1/src/
Dmotion_vector.cc774 auto* const source_frame = reference_frames[source_index].get(); in MotionFieldProjection() local
775 assert(source_frame != nullptr); in MotionFieldProjection()
777 if (source_frame->rows4x4() != frame_header.rows4x4 || in MotionFieldProjection()
778 source_frame->columns4x4() != frame_header.columns4x4 || in MotionFieldProjection()
779 IsIntraFrame(source_frame->frame_type())) { in MotionFieldProjection()
784 const ReferenceInfo& reference_info = *source_frame->reference_info(); in MotionFieldProjection()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c7106 const YV12_BUFFER_CONFIG *source_frame, argument
7112 vpx_calc_highbd_psnr(source_frame, coded_frame, &psnr, bit_depth,
7117 vpx_calc_psnr(source_frame, coded_frame, &psnr);