Home
last modified time | relevance | path

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

/external/webrtc/test/fuzzers/
Dvp9_encoder_references_fuzzer.cc49 LayerFrame& layer_frame = frames_[frame_id % kMaxFrameHistorySize]; in OnEncodedImage() local
50 layer_frame.picture_id = picture_id_; in OnEncodedImage()
51 layer_frame.spatial_id = encoded_image.SpatialIndex().value_or(0); in OnEncodedImage()
52 layer_frame.frame_id = frame_id; in OnEncodedImage()
53 layer_frame.temporal_id = in OnEncodedImage()
55 if (layer_frame.temporal_id == kNoTemporalIdx) { in OnEncodedImage()
56 layer_frame.temporal_id = 0; in OnEncodedImage()
58 layer_frame.vp9_non_ref_for_inter_layer_pred = in OnEncodedImage()
60 CheckVp9References(layer_frame, codec_specific_info->codecSpecific.VP9); in OnEncodedImage()
71 frame_dependencies, *codec_specific_info, layer_frame); in OnEncodedImage()
[all …]
/external/webrtc/modules/video_coding/codecs/av1/
Dlibaom_av1_encoder.cc104 const ScalableVideoController::LayerFrameConfig& layer_frame);
107 const ScalableVideoController::LayerFrameConfig& layer_frame);
445 const ScalableVideoController::LayerFrameConfig& layer_frame) { in SetSvcLayerId() argument
447 layer_id.spatial_layer_id = layer_frame.SpatialId(); in SetSvcLayerId()
448 layer_id.temporal_layer_id = layer_frame.TemporalId(); in SetSvcLayerId()
453 const ScalableVideoController::LayerFrameConfig& layer_frame) { in SetSvcRefFrameConfig() argument
465 RTC_CHECK_LE(layer_frame.Buffers().size(), ABSL_ARRAYSIZE(kPreferedSlotName)); in SetSvcRefFrameConfig()
466 for (size_t i = 0; i < layer_frame.Buffers().size(); ++i) { in SetSvcRefFrameConfig()
467 const CodecBufferUsage& buffer = layer_frame.Buffers()[i]; in SetSvcRefFrameConfig()
618 ScalableVideoController::LayerFrameConfig* layer_frame; in Encode() local
[all …]
/external/webrtc/modules/video_coding/svc/
Dscalability_structure_test_helpers.cc45 for (auto& layer_frame : in GenerateFrames() local
48 bool is_keyframe = layer_frame.IsKeyframe(); in GenerateFrames()
51 structure_controller_.OnEncodeDone(layer_frame); in GenerateFrames()
/external/webrtc/modules/video_coding/codecs/vp9/
Dlibvpx_vp9_encoder.cc165 for (const ScalableVideoController::LayerFrameConfig& layer_frame : layers) { in Vp9References() local
166 const auto& buffers = layer_frame.Buffers(); in Vp9References()
168 int sid = layer_frame.SpatialId(); in Vp9References()