HomeSort by relevance Sort by last modified time
    Searched refs:VP8 (Results 1 - 18 of 18) sorted by null

  /hardware/samsung_slsi/exynos5/
exynos5.mk 21 libOMX.Exynos.VP8.Decoder \
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/
image_parsers.js 139 if (chunkFormat != 'VP8 ' && chunkFormat != 'VP8L')
142 if (chunkFormat == 'VP8 ') {
143 // VP8 lossy bitstream format.
147 throw new Error('Invalid VP8 lossy bitstream signature: ' +
154 // VP8 lossless bitstream format.
158 throw new Error('Invalid VP8 lossless bitstream signature: ' +
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
Android.mk 11 LOCAL_MODULE := libOMX.Exynos.VP8.Decoder
  /external/chromium_org/content/renderer/media/
rtc_video_decoder_bridge_tv.cc 35 // We don't support non-VP8 codec, feedback mode, nor double-initialization
37 codec_settings->codecSpecific.VP8.feedbackModeOn || is_initialized_)
rtc_video_encoder.cc 618 info.codecSpecific.VP8.pictureId = -1;
619 info.codecSpecific.VP8.tl0PicIdx = -1;
620 info.codecSpecific.VP8.keyIdx = -1;
rtc_video_decoder_unittest.cc 118 codec_.codecSpecific.VP8.feedbackModeOn = true;
rtc_video_decoder_factory_tv_unittest.cc 185 // Only VP8 decoder is supported.
223 codec_.codecSpecific.VP8.feedbackModeOn = true;
rtc_video_decoder.cc 146 // vda can be NULL if VP8 is not supported.
159 if (codecSettings->codecSpecific.VP8.feedbackModeOn) {
  /cts/tests/tests/media/src/android/media/cts/
AdaptivePlaybackTest.java 73 public Iterable<Codec> VP8(CodecFactory factory) {
76 "video/x-vnd.on2.vp8",
77 "OMX.google.vp8.decoder",
96 public Iterable<Codec> VP8() { return VP8(ALL); }
102 return chain(H264(ALL), VP8(ALL), VP9(ALL), Mpeg4(ALL), H263(ALL));
106 return chain(H264(SW), VP8(SW), VP9(SW), Mpeg4(SW), H263(SW));
110 return chain(H264(HW), VP8(HW), VP9(HW), Mpeg4(HW), H263(HW));
164 public void runVP8() { ex(VP8(), allTests); }
170 public void onlyVP8HW() { ex(VP8(HW), allTests);
    [all...]
  /external/libvpx/libvpx/test/
vp8_boolcoder_test.cc 24 #include "vp8/encoder/boolhuff.h"
25 #include "vp8/decoder/dboolhuff.h"
58 TEST(VP8, TestBitIO) {
codec_factory.h 67 * VP8 Codec Definitions
138 INSTANTIATE_TEST_CASE_P(VP8, test, \
  /external/libvpx/libvpx/
examples.mk 68 # XMA example disabled for now, not used in VP8
109 vp8_set_maps.DESCRIPTION = VP8 set active and ROI maps
112 vp8cx_set_ref.DESCRIPTION = VP8 set encoder reference frame
118 vp8_multi_resolution_encoder.DESCRIPTION = VP8 Multiple-resolution Encoding
147 INC_PATH-$(CONFIG_VP8_DECODER) += $(SRC_PATH_BARE)/vp8
148 INC_PATH-$(CONFIG_VP8_ENCODER) += $(SRC_PATH_BARE)/vp8
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.cc 103 static const char kVp8PayloadName[] = "VP8";
    [all...]
webrtcvideoengine_unittest.cc 52 static const cricket::VideoCodec kVP8Codec720p(100, "VP8", 1280, 720, 30, 0);
53 static const cricket::VideoCodec kVP8Codec360p(100, "VP8", 640, 360, 30, 0);
54 static const cricket::VideoCodec kVP8Codec270p(100, "VP8", 480, 270, 30, 0);
55 static const cricket::VideoCodec kVP8Codec180p(100, "VP8", 320, 180, 30, 0);
57 static const cricket::VideoCodec kVP8Codec(100, "VP8", 640, 400, 30, 0);
165 EXPECT_STREQ("VP8", gcodec.plName);
173 // VP8 specific.
174 EXPECT_FALSE(gcodec.codecSpecific.VP8.pictureLossIndicationOn);
175 EXPECT_FALSE(gcodec.codecSpecific.VP8.feedbackModeOn);
176 EXPECT_EQ(webrtc::kComplexityNormal, gcodec.codecSpecific.VP8.complexity)
    [all...]
  /external/webrtc/src/
common_types.h 502 // VP8 specific
542 VideoCodecVP8 VP8;
  /external/libvpx/libvpx/vp8/common/
rtcd_defs.sh 4 * VP8
  /external/webrtc/src/modules/interface/
module_common_types.h 82 int partitionId; // VP8 partition ID
84 // in a VP8 partition. Otherwise false
91 RTPVideoHeaderVP8 VP8;
  /external/libvpx/libvpx/vp8/encoder/arm/armv5te/
vp8_packtokens_partitions_armv5.asm 82 ; Reset all of the VP8 Writer data for each partition that
121 ; vp8 specific skip_eob_node

Completed in 165 milliseconds