HomeSort by relevance Sort by last modified time
    Searched defs:vp9 (Results 1 - 8 of 8) sorted by null

  /external/libvpx/libvpx/test/
vp9_subtract_test.cc 19 #include "vp9/common/vp9_blockd.h"
27 namespace vp9 { namespace
109 } // namespace vp9
  /external/webrtc/talk/media/webrtc/
fakewebrtccall.h 159 webrtc::VideoCodecVP9 vp9; member in union:cricket::final::VpxSettings
webrtcvideoengine2.h 323 webrtc::VideoCodecVP9 vp9; member in union:cricket::WebRtcVideoChannel2::WebRtcVideoSendStream::VideoEncoderSettings
  /hardware/interfaces/media/omx/1.0/vts/functional/video/
VtsHalMediaOmxV1_0TargetVideoDecTest.cpp 104 {"hevc", hevc}, {"vp8", vp8}, {"vp9", vp9},
129 {vp9, OMX_VIDEO_CodingVP9},
244 vp9, enumerator in enum:VideoDecHidlTest::standardComp
348 {VideoDecHidlTest::standardComp::vp9,
349 {"bbb_vp9_176x144_285kbps_60fps.vp9",
350 "bbb_vp9_640x360_1600kbps_30fps.vp9"},
    [all...]
VtsHalMediaOmxV1_0TargetVideoEncTest.cpp 117 {"hevc", hevc}, {"vp8", vp8}, {"vp9", vp9},
141 {vp8, OMX_VIDEO_CodingVP8}, {vp9, OMX_VIDEO_CodingVP9},
243 vp9, enumerator in enum:VideoEncHidlTest::standardComp
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_format_vp9.cc 29 // Length of VP9 payload descriptors' fixed part.
179 bool WritePictureId(const RTPVideoHeaderVP9& vp9,
181 bool m_bit = (PictureIdLength(vp9) == 2);
183 RETURN_FALSE_ON_ERROR(writer->WriteBits(vp9.picture_id, m_bit ? 15 : 7));
195 bool WriteLayerInfoCommon(const RTPVideoHeaderVP9& vp9,
197 RETURN_FALSE_ON_ERROR(writer->WriteBits(TemporalIdxField(vp9, 0), 3));
198 RETURN_FALSE_ON_ERROR(writer->WriteBits(vp9.temporal_up_switch ? 1 : 0, 1));
199 RETURN_FALSE_ON_ERROR(writer->WriteBits(SpatialIdxField(vp9, 0), 3));
200 RETURN_FALSE_ON_ERROR(writer->WriteBits(vp9.inter_layer_predicted ? 1: 0, 1));
212 bool WriteLayerInfoNonFlexibleMode(const RTPVideoHeaderVP9& vp9,
695 RTPVideoHeaderVP9* vp9 = &parsed_payload->type.Video.codecHeader.VP9; local
    [all...]
  /frameworks/av/media/libstagefright/webm/
WebmWriter.cpp 383 const char *vp9 = MEDIA_MIMETYPE_VIDEO_VP9; local
388 !strncasecmp(mime, vp9, strlen(vp9))) {
394 mime, vp8, vp9, vorbis);
  /external/webrtc/webrtc/video/
video_send_stream_tests.cc 30 #include "webrtc/modules/video_coding/codecs/vp9/include/vp9.h"
2090 const RTPVideoHeaderVP9& vp9 = video.codecHeader.VP9; local
    [all...]

Completed in 276 milliseconds