#include <videoadapter.h>
|
| | VideoAdapter () |
| |
| | VideoAdapter (int required_resolution_alignment) |
| |
| virtual | ~VideoAdapter () |
| |
| bool | AdaptFrameResolution (int in_width, int in_height, int64_t in_timestamp_ns, int *cropped_width, int *cropped_height, int *out_width, int *out_height) |
| |
| void | OnOutputFormatRequest (const VideoFormat &format) |
| |
| void | OnResolutionRequest (const rtc::Optional< int > &target_pixel_count, const rtc::Optional< int > &max_pixel_count) |
| |
| | VideoAdapter () |
| |
| | VideoAdapter (int required_resolution_alignment) |
| |
| virtual | ~VideoAdapter () |
| |
| bool | AdaptFrameResolution (int in_width, int in_height, int64_t in_timestamp_ns, int *cropped_width, int *cropped_height, int *out_width, int *out_height) |
| |
| void | OnOutputFormatRequest (const VideoFormat &format) |
| |
| void | OnResolutionRequest (const rtc::Optional< int > &target_pixel_count, const rtc::Optional< int > &max_pixel_count) |
| |
◆ VideoAdapter() [1/4]
| cricket::VideoAdapter::VideoAdapter |
( |
| ) |
|
◆ VideoAdapter() [2/4]
| cricket::VideoAdapter::VideoAdapter |
( |
int |
required_resolution_alignment | ) |
|
◆ ~VideoAdapter() [1/2]
| cricket::VideoAdapter::~VideoAdapter |
( |
| ) |
|
|
virtual |
◆ VideoAdapter() [3/4]
| cricket::VideoAdapter::VideoAdapter |
( |
| ) |
|
◆ VideoAdapter() [4/4]
| cricket::VideoAdapter::VideoAdapter |
( |
int |
required_resolution_alignment | ) |
|
◆ ~VideoAdapter() [2/2]
| virtual cricket::VideoAdapter::~VideoAdapter |
( |
| ) |
|
|
virtual |
◆ AdaptFrameResolution() [1/2]
| bool cricket::VideoAdapter::AdaptFrameResolution |
( |
int |
in_width, |
|
|
int |
in_height, |
|
|
int64_t |
in_timestamp_ns, |
|
|
int * |
cropped_width, |
|
|
int * |
cropped_height, |
|
|
int * |
out_width, |
|
|
int * |
out_height |
|
) |
| |
◆ AdaptFrameResolution() [2/2]
| bool cricket::VideoAdapter::AdaptFrameResolution |
( |
int |
in_width, |
|
|
int |
in_height, |
|
|
int64_t |
in_timestamp_ns, |
|
|
int * |
cropped_width, |
|
|
int * |
cropped_height, |
|
|
int * |
out_width, |
|
|
int * |
out_height |
|
) |
| |
◆ OnOutputFormatRequest() [1/2]
| void cricket::VideoAdapter::OnOutputFormatRequest |
( |
const VideoFormat & |
format | ) |
|
◆ OnOutputFormatRequest() [2/2]
| void cricket::VideoAdapter::OnOutputFormatRequest |
( |
const VideoFormat & |
format | ) |
|
◆ OnResolutionRequest() [1/2]
◆ OnResolutionRequest() [2/2]
The documentation for this class was generated from the following files:
- DerivedData/WebKit/Build/Products/Debug/usr/local/include/webrtc/media/base/videoadapter.h
- Source/ThirdParty/libwebrtc/Source/webrtc/media/base/videoadapter.cc