HomeSort by relevance Sort by last modified time
    Searched refs:VP8 (Results 26 - 50 of 62) sorted by null

12 3

  /external/webrtc/webrtc/modules/video_coding/
video_receiver_unittest.cc 172 header.type.Video.codecHeader.VP8.pictureId = -1;
173 header.type.Video.codecHeader.VP8.tl0PicIdx = -1;
video_sender_unittest.cc 17 #include "webrtc/modules/video_coding/codecs/vp8/include/vp8.h"
18 #include "webrtc/modules/video_coding/codecs/vp8/include/vp8_common_types.h"
19 #include "webrtc/modules/video_coding/codecs/vp8/temporal_layers.h"
147 frame_data_[i].rtp_video_header.codecHeader.VP8.temporalIdx;
159 frame_data_[i].rtp_video_header.codecHeader.VP8.temporalIdx;
385 codec.codecSpecific.VP8.numberOfTemporalLayers = temporal_layers;
codec_database.cc 20 #include "webrtc/modules/video_coding/codecs/vp8/include/vp8.h"
123 strncpy(settings->plName, "VP8", 4);
135 settings->codecSpecific.VP8 = VideoEncoder::GetDefaultVp8Settings();
338 if (memcmp(&new_send_codec.codecSpecific.VP8,
339 &send_codec_.codecSpecific.VP8,
340 sizeof(new_send_codec.codecSpecific.VP8)) != 0) {
video_coding_robustness_unittest.cc 66 rtp_info.type.Video.codecHeader.VP8.InitRTPVideoHeaderVP8();
video_sender.cc 110 numLayers = sendCodec->codecSpecific.VP8.numberOfTemporalLayers;
  /external/webrtc/talk/app/webrtc/java/jni/
androidmediaencoder_jni.cc 348 // QP is obtained from VP8-bitstream for HW, so the QP corresponds to the
353 // TODO(pbos): Investigate whether high-QP thresholds make sense for VP8.
354 // This effectively disables high QP as VP8 QP can't go above this
    [all...]
  /hardware/google/av/media/v4l2store/
C2VDAComponentStore.cpp 55 VP8,
165 case C2VDACodec::VP8:
281 mComponents.emplace(std::piecewise_construct, std::forward_as_tuple("c2.vda.vp8.decoder"),
282 std::forward_as_tuple("libv4l2_codec2.so", C2VDACodec::VP8));
  /external/libvpx/libvpx/test/
codec_factory.h 75 * VP8 Codec Definitions
161 VP8, test, \
test.mk 106 ## VP8
132 endif # VP8
  /external/webrtc/webrtc/modules/video_coding/codecs/test/
videoprocessor_integrationtest.cc 18 #include "webrtc/modules/video_coding/codecs/vp8/include/vp8.h"
20 #include "webrtc/modules/video_coding/codecs/vp8/include/vp8_common_types.h"
89 // Parameters from VP8 wrapper, which control target size of key frames.
188 config_.codec_settings->codecSpecific.VP8.errorConcealmentOn =
190 config_.codec_settings->codecSpecific.VP8.denoisingOn = denoising_on_;
191 config_.codec_settings->codecSpecific.VP8.numberOfTemporalLayers =
193 config_.codec_settings->codecSpecific.VP8.frameDroppingOn =
195 config_.codec_settings->codecSpecific.VP8.automaticResizeOn =
197 config_.codec_settings->codecSpecific.VP8.keyFrameInterval
    [all...]
  /external/webrtc/webrtc/
common_types.h 572 // VP8 specific
642 VideoCodecVP8 VP8;
730 ret &= (codecSpecific.VP8 == other.codecSpecific.VP8);
  /external/webrtc/webrtc/video/
video_send_stream.cc 307 if (config_.encoder_settings.payload_name == "VP8") {
332 video_codec.codecSpecific.VP8 = VideoEncoder::GetDefaultVp8Settings();
341 video_codec.codecSpecific.VP8 = *reinterpret_cast<const VideoCodecVP8*>(
344 video_codec.codecSpecific.VP8.numberOfTemporalLayers =
video_quality_test.cc 667 if (params_.common.codec == "VP8") {
787 if (params_.common.codec == "VP8") {
837 if (params_.common.codec == "VP8") {
838 codec_settings_.VP8 = VideoEncoder::GetDefaultVp8Settings();
839 codec_settings_.VP8.denoisingOn = false;
840 codec_settings_.VP8.frameDroppingOn = false;
841 codec_settings_.VP8.numberOfTemporalLayers =
843 video_encoder_config_.encoder_specific_settings = &codec_settings_.VP8;
    [all...]
video_receive_stream.cc 114 if (decoder.payload_name == "VP8") {
125 codec.codecSpecific.VP8 = VideoEncoder::GetDefaultVp8Settings();
  /compatibility/cdd/2_device-types/
2_3_television-reqs.md 95 * [[5.2](#5_2_video-encoding)/T-0-2] VP8
107 * [[5.3.6](#5_3_video-decoding)/T-0-4] VP8
133 Television device implementations MUST support VP8 decoding, as detailed in Section 5.3.6,
  /compatibility/cdd/5_multimedia/
5_1_media-codecs.md 213 services, device implementations SHOULD use a hardware VP8 codec that meets the
284 <td>VP8</td>
  /external/libvpx/libvpx/vp8/common/
rtcd_defs.pl 14 * VP8
  /external/v4l2_codec2/tests/
C2VDAComponent_test.cpp 97 // - |filename| is the file path to mp4 (h264) or webm (VP8/9) video.
101 // - |numFragments| is the NALU (h264) or frame (VP8/9) count by MediaExtractor.
103 //const char* gTestVideoData = "bear-vp8.webm:c2.vda.vp8.decoder:640:360:82:82";
112 const std::string kVP8DecoderName = "c2.vda.vp8.decoder";
119 enum class CodecType { UNKNOWN, H264, VP8, VP9 };
286 } else if (codec == TestVideoFile::CodecType::VP8) {
287 expectedMime = "video/x-vnd.on2.vp8";
339 mTestVideoFile->mCodec = TestVideoFile::CodecType::VP8;
  /external/webrtc/webrtc/modules/video_coding/codecs/tools/
video_quality_measurement.cc 28 #include "webrtc/modules/video_coding/codecs/vp8/include/vp8.h"
89 "(VP8 specific codec setting). Must be 0-4.");
218 config->codec_settings->codecSpecific.VP8.numberOfTemporalLayers =
  /frameworks/base/media/java/android/media/
MediaRecorder.java 444 /** VP8/VORBIS data in a WEBM container */
485 public static final int VP8 = 4;
    [all...]
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/
CameraRecordingStream.java 350 return "video/x-vnd.on2.vp8";
476 mMediaRecorder.setVideoEncoder(MediaRecorder.VideoEncoder.VP8);
  /external/libvpx/libvpx/
examples.mk 217 vp8cx_set_ref.DESCRIPTION = VP8 set encoder reference frame
240 vp8_multi_resolution_encoder.DESCRIPTION = VP8 Multiple-resolution Encoding
271 INC_PATH-$(CONFIG_VP8_DECODER) += $(SRC_PATH_BARE)/vp8
272 INC_PATH-$(CONFIG_VP8_ENCODER) += $(SRC_PATH_BARE)/vp8
configure 42 ${toggle_vp8} VP8 codec support
202 [ -d "${source_path}/vp8" ] || disable_codec vp8
227 vp8
  /external/libvpx/libvpx/vp9/common/x86/
vp9_mfqe_sse2.asm 11 ; This file is a duplicate of mfqe_sse2.asm in VP8.
  /external/webrtc/webrtc/modules/include/
module_common_types.h 68 int partitionId; // VP8 partition ID
70 // in a VP8 partition. Otherwise false
225 RTPVideoHeaderVP8 VP8;

Completed in 706 milliseconds

12 3