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

  /external/webrtc/webrtc/modules/video_processing/test/
video_processing_unittest.cc 33 VideoProcessing* vpm,
52 VideoProcessing* vpm);
312 VideoProcessing* vpm,
314 ASSERT_EQ(VPM_OK, vpm->SetTargetResolution(target_width, target_height, 30));
315 out_frame = vpm->PreprocessFrame(source);
353 VideoProcessing* vpm) {
356 vpm->SetInputFrameResampleMode(kBox);
357 PreprocessFrameAndVerify(source_frame, target_width, target_height, vpm,
367 cropped_source_frame.height(), vpm, out_frame);
  /external/webrtc/webrtc/video/
vie_encoder.cc 75 explicit QMVideoSettingsCallback(VideoProcessing* vpm);
79 // Update VPM with QM (quality modes: frame size & frame rate) settings.
212 // Setting target width and height for VPM.
616 QMVideoSettingsCallback::QMVideoSettingsCallback(VideoProcessing* vpm)
617 : vp_(vpm) {
  /external/boringssl/src/crypto/x509/
x509_vfy.c 728 X509_VERIFY_PARAM *vpm = ctx->param; local
729 X509_VERIFY_PARAM_ID *id = vpm->id;
    [all...]

Completed in 64 milliseconds