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

  /hardware/samsung_slsi/exynos5/
exynos5.mk 21 libOMX.Exynos.VP8.Decoder \
  /external/chromium_org/chrome/browser/resources/file_manager/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_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 141 // vda can be NULL if VP8 is not supported.
154 if (codecSettings->codecSpecific.VP8.feedbackModeOn) {
  /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 65 # XMA example disabled for now, not used in VP8
106 vp8_set_maps.DESCRIPTION = VP8 set active and ROI maps
109 vp8cx_set_ref.DESCRIPTION = VP8 set encoder reference frame
115 vp8_multi_resolution_encoder.DESCRIPTION = VP8 Multiple-resolution Encoding
144 INC_PATH-$(CONFIG_VP8_DECODER) += $(SRC_PATH_BARE)/vp8
145 INC_PATH-$(CONFIG_VP8_ENCODER) += $(SRC_PATH_BARE)/vp8
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.cc 100 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);
168 EXPECT_STREQ("VP8", gcodec.plName);
176 // VP8 specific.
177 EXPECT_FALSE(gcodec.codecSpecific.VP8.pictureLossIndicationOn);
178 EXPECT_FALSE(gcodec.codecSpecific.VP8.feedbackModeOn);
179 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 492 milliseconds