HomeSort by relevance Sort by last modified time
    Searched refs:vp8 (Results 1 - 25 of 40) sorted by null

1 2

  /external/webrtc/webrtc/test/fuzzers/
vp8_qp_parser_fuzzer.cc 15 vp8::GetQp(data, size, &qp);
  /external/webrtc/webrtc/modules/video_coding/utility/
qp_parser.cc 22 return vp8::GetQp(frame.Buffer(), frame.Length(), qp);
vp8_header_parser.h 19 namespace vp8 { namespace in namespace:webrtc
64 } // namespace vp8
  /external/libvpx/libvpx/test/
vpx_temporal_svc_encoder.sh 84 # Run vpx_temporal_svc_encoder in all supported modes for vp8 and vp9.
89 vpx_tsvc_encoder vp8 "${output_basename}" 0 200 || return 1
98 vpx_tsvc_encoder vp8 "${output_basename}" 1 200 400 || return 1
107 vpx_tsvc_encoder vp8 "${output_basename}" 2 200 400 || return 1
116 vpx_tsvc_encoder vp8 "${output_basename}" 3 200 400 600 || return 1
125 vpx_tsvc_encoder vp8 "${output_basename}" 4 200 400 600 || return 1
134 vpx_tsvc_encoder vp8 "${output_basename}" 5 200 400 600 || return 1
143 vpx_tsvc_encoder vp8 "${output_basename}" 6 200 400 600 || return 1
152 vpx_tsvc_encoder vp8 "${output_basename}" 7 200 400 600 800 1000 || return 1
161 vpx_tsvc_encoder vp8 "${output_basename}" 8 200 400 || return
    [all...]
cx_set_ref.sh 48 vpx_set_ref vp8 || return 1
postproc.sh 48 postproc "${VP8_IVF_FILE}" vp8 || return 1
set_maps.sh 46 set_maps vp8 || return 1
simple_decoder.sh 48 simple_decoder "${VP8_IVF_FILE}" vp8 || return 1
simple_encoder.sh 46 simple_encoder vp8 || return 1
twopass_encoder.sh 47 twopass_encoder vp8 || return 1
vpxenc.sh 68 # to vp8 if unspecified.
70 local readonly codec="${1:-vp8}"
129 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp8.ivf"
131 --codec=vp8 \
146 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp8.webm"
148 --codec=vp8 \
164 $(vpxenc_rt_params vp8) \
176 local readonly output="${VPX_TEST_OUTPUT_DIR}/vp8.webm"
178 --codec=vp8 \
197 --codec=vp8 \
    [all...]
stress.sh 19 VP8="${LIBVPX_TEST_DATA_PATH}/tos_vp8.webm"
53 for file in "${YUV}" "${VP8}" "${VP9}"; do
58 if [ ! -e "${YUV}" ] || [ ! -e "${VP8}" ] || [ ! -e "${VP9}" ] ; then
143 stress vp8 "${VP8}" "${vp8_max_jobs}" 4
  /external/libvpx/libvpx/vpx/
vpx_codec.mk 14 API_SRCS-$(CONFIG_VP8_ENCODER) += vp8.h
16 API_DOC_SRCS-$(CONFIG_VP8_ENCODER) += vp8.h
23 API_SRCS-$(CONFIG_VP8_DECODER) += vp8.h
25 API_DOC_SRCS-$(CONFIG_VP8_DECODER) += vp8.h
  /external/autotest/server/site_tests/native_Benchmarks/
native_Benchmarks.py 15 from vp8 import vp8
20 'vp8': vp8,
vp8.py 8 class vp8(object): class in inherits:object
17 src = '%s/vp8.webm' % SERVER_TEST_ROOT
18 dst = '%s/vp8.webm' % scratch_cli
20 'Error occurred while sending vp8.webm to client.\n')
25 cmd = ('%s --summary %s/vp8.webm -o %s/vp8.yuv 2>&1' %
27 declog = run_check(self.client, cmd, "Error occurred while running vp8")
29 cmd = (('%s %s/vp8.yuv -o /dev/null --codec=vp8 --i420 -w 1280' +
41 return [{'description': 'VP8',
    [all...]
  /external/autotest/client/site_tests/video_YouTubeMseEme/files/
video_YouTubeMseEme.js 388 'video/webm; codecs="vp8,vorbis"') === 'probably' &&
446 result &= videoTest('vp8', 'com.widevine.alpha', 'probably');
447 result &= videoTest('vp8', 'com.widevine', 'probably');
448 result &= videoTest('vp8.0', 'com.widevine.alpha', 'probably');
449 result &= videoTest('vp8.0', 'com.widevine', 'probably');
452 result &= videoTest('vp8,vp8.0,vorbis', 'com.widevine.alpha', 'probably');
453 result &= videoTest('vp8,vp8.0,vorbis', 'com.widevine', 'probably');
462 result &= videoTest('codecs="vp8"', 'com.widevine.', '')
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_format_vp8.cc 23 int ParseVP8PictureID(RTPVideoHeaderVP8* vp8,
27 assert(vp8 != NULL);
31 vp8->pictureId = (**data & 0x7F);
38 vp8->pictureId = (vp8->pictureId << 8) + **data;
46 int ParseVP8Tl0PicIdx(RTPVideoHeaderVP8* vp8,
50 assert(vp8 != NULL);
54 vp8->tl0PicIdx = **data;
61 int ParseVP8TIDAndKeyIdx(RTPVideoHeaderVP8* vp8,
67 assert(vp8 != NULL)
    [all...]
  /external/libvpx/libvpx/
libs.mk 57 VP8_PREFIX=vp8/
65 INSTALL-LIBS-yes += include/vpx/vp8.h include/vpx/vp8cx.h
67 CODEC_DOC_SECTIONS += vp8 vp8_encoder
74 INSTALL-LIBS-yes += include/vpx/vp8.h include/vpx/vp8dx.h
76 CODEC_DOC_SECTIONS += vp8 vp8_decoder
89 CODEC_SRCS-yes += $(VP9_PREFIX)vp9cx.mk vpx/vp8.h vpx/vp8cx.h
90 INSTALL-LIBS-yes += include/vpx/vp8.h include/vpx/vp8cx.h
93 CODEC_DOC_SRCS += vpx/vp8.h vpx/vp8cx.h
102 CODEC_SRCS-yes += $(VP9_PREFIX)vp9dx.mk vpx/vp8.h vpx/vp8dx.h
103 INSTALL-LIBS-yes += include/vpx/vp8.h include/vpx/vp8dx.
    [all...]
  /external/webrtc/webrtc/video/
receive_statistics_proxy.h 91 SampleCounter vp8; member in struct:webrtc::ReceiveStatisticsProxy::QpCounters
receive_statistics_proxy.cc 59 int qp = qp_counters_.vp8.Avg(kMinRequiredSamples);
61 RTC_HISTOGRAM_COUNTS_SPARSE_200("WebRTC.Video.Decoded.Vp8.Qp", qp);
202 qp_counters_.vp8.Add(encoded_image.qp_);
  /external/webrtc/talk/app/webrtc/
webrtcsdp_unittest.cc 196 "a=rtpmap:120 VP8/90000\r\n"
252 "a=rtpmap:120 VP8/90000\r\n"
369 "a=rtpmap:120 VP8/90000\r\n"
1303 cricket::VideoCodec vp8 = vcd->codecs()[0]; local
1356 cricket::VideoCodec vp8 = vcd->codecs()[0]; local
2561 cricket::VideoCodec vp8 = vcd->codecs()[0]; local
2595 cricket::VideoCodec vp8 = vcd->codecs()[0]; local
    [all...]
  /frameworks/av/media/libstagefright/webm/
WebmWriter.cpp 382 const char *vp8 = MEDIA_MIMETYPE_VIDEO_VP8; local
387 if (!strncasecmp(mime, vp8, strlen(vp8)) ||
394 mime, vp8, vp9, vorbis);
  /external/webrtc/talk/media/webrtc/
fakewebrtccall.cc 133 *settings = vpx_settings_.vp8;
183 if (config_.encoder_settings.payload_name == "VP8") {
184 vpx_settings_.vp8 = *reinterpret_cast<const webrtc::VideoCodecVP8*>(
fakewebrtccall.h 158 webrtc::VideoCodecVP8 vp8; member in union:cricket::final::VpxSettings
  /cts/tests/tests/media/src/android/media/cts/
VideoEncoderTest.java 1186 private Encoder[] vp8() { method in class:VideoEncoderTest
1661 support(vp8(), 320, 180, 30, 800 * 1000); method
1665 support(vp8(), 640, 360, 30, 2 * 1000000); method
1669 detailed(vp8(), 320, 180, 30, 800 * 1000, true \/* flex *\/); method
1673 detailed(vp8(), 320, 180, 30, 800 * 1000, false \/* flex *\/); method
1677 detailed(vp8(), 640, 360, 30, 2 * 1000000, true \/* flex *\/); method
1681 detailed(vp8(), 640, 360, 30, 2 * 1000000, false \/* flex *\/); method
1685 detailed(vp8(), 1280, 720, 30, 4 * 1000000, true \/* flex *\/); method
1689 detailed(vp8(), 1280, 720, 30, 4 * 1000000, false \/* flex *\/); method
1693 detailed(vp8(), 1920, 1080, 30, 10 * 1000000, true \/* flex *\/); method
1697 detailed(vp8(), 1920, 1080, 30, 10 * 1000000, false \/* flex *\/); method
    [all...]

Completed in 2246 milliseconds

1 2