OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VideoCodecVP8
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/webrtc/
video_encoder.h
47
static
VideoCodecVP8
GetDefaultVp8Settings();
common_types.h
570
struct
VideoCodecVP8
{
582
bool operator==(const
VideoCodecVP8
& other) const {
595
bool operator!=(const
VideoCodecVP8
& other) const {
627
VideoCodecVP8
VP8;
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine2_unittest.h
47
bool GetVp8Settings(webrtc::
VideoCodecVP8
* settings) const;
64
webrtc::
VideoCodecVP8
vp8_settings_;
webrtcvideoengine2_unittest.cc
90
webrtc::
VideoCodecVP8
* settings) const {
108
vp8_settings_ = *reinterpret_cast<const webrtc::
VideoCodecVP8
*>(
[
all
...]
webrtcvideoengine2.cc
217
webrtc::
VideoCodecVP8
* settings = new webrtc::
VideoCodecVP8
(
233
delete reinterpret_cast<webrtc::
VideoCodecVP8
*>(encoder_settings);
[
all
...]
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
codec_database.cc
27
VideoCodecVP8
VideoEncoder::GetDefaultVp8Settings() {
28
VideoCodecVP8
vp8_settings;
/external/chromium_org/third_party/webrtc/video/
video_send_stream.cc
330
video_codec.codecSpecific.VP8 = *reinterpret_cast<const
VideoCodecVP8
*>(
video_send_stream_tests.cc
[
all
...]
Completed in 121 milliseconds