Searched refs:profile_ (Results 1 - 25 of 1032) sorted by last modified time

1234567891011>>

/external/webp/src/dec/
H A Dvp8.c274 frm_hdr->profile_ = (bits >> 1) & 7;
277 if (frm_hdr->profile_ > 3)
H A Dvp8i.h110 uint8_t profile_; member in struct:__anon33333
/external/webp/src/enc/
H A Dsyntax.c175 err = PutVP8FrameHeader(pic, enc->profile_, size0);
H A Dvp8enci.h407 int profile_; // VP8's profile, deduced from Config. member in struct:VP8Encoder
H A Dwebpenc.c218 enc->profile_ = use_filter ? ((config->filter_type == 1) ? 0 : 1) : 2;
/external/chromium_org/v8/tools/
H A Dtickprocessor.js103 this.profile_ = new V8Profile();
114 this.profile_.addFuncCode(type, name, start, size, funcAddr, state);
116 this.profile_.addCode(type, name, start, size);
122 this.profile_.moveCode(from, to);
127 this.profile_.deleteCode(start);
132 this.serializedEntries_[pos] = this.profile_.findEntry(addr);
237 this.profile_ = new V8Profile(separateIc);
318 var entry = this.profile_.addLibrary(name, startAddr, endAddr);
324 self.profile_.addStaticCode(fName, fStart, fEnd);
336 this.profile_
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dwinfirewall.cc31 WinFirewall::WinFirewall() : mgr_(NULL), policy_(NULL), profile_(NULL) {
53 hr = policy_->get_CurrentProfile(&profile_);
57 return SUCCEEDED(hr) && (profile_ != NULL);
61 RELEASE(profile_);
67 if (!profile_)
71 profile_->get_FirewallEnabled(&fwEnabled);
85 if (!profile_)
91 HRESULT hr = profile_->get_AuthorizedApplications(&apps);
129 HRESULT hr = profile_->get_AuthorizedApplications(&apps);
H A Dwinfirewall.h49 INetFwProfile* profile_; member in class:rtc::WinFirewall
/external/chromium_org/ui/file_manager/file_manager/background/js/
H A Dvolume_manager.js74 this.profile_ = Object.freeze(profile);
140 return this.profile_;
/external/chromium_org/ui/gfx/
H A Dcolor_profile.cc24 ReadColorProfile(&profile_);
H A Dcolor_profile.h25 const std::vector<char>& profile() const { return profile_; }
28 std::vector<char> profile_; member in class:gfx::ColorProfile
/external/chromium_org/third_party/libwebp/dec/
H A Dvp8.c274 frm_hdr->profile_ = (bits >> 1) & 7;
277 if (frm_hdr->profile_ > 3)
H A Dvp8i.h110 uint8_t profile_; member in struct:__anon13239
/external/chromium_org/third_party/libwebp/enc/
H A Dsyntax.c175 err = PutVP8FrameHeader(pic, enc->profile_, size0);
H A Dvp8enci.h407 int profile_; // VP8's profile, deduced from Config. member in struct:VP8Encoder
H A Dwebpenc.c218 enc->profile_ = use_filter ? ((config->filter_type == 1) ? 0 : 1) : 2;
/external/chromium_org/device/bluetooth/
H A Dbluetooth_socket_chromeos.cc84 DCHECK(profile_.get() == NULL);
100 DCHECK(!profile_.get());
126 DCHECK(!profile_.get());
160 if (profile_)
182 if (profile_)
223 DCHECK(!profile_.get());
241 profile_.reset(BluetoothProfileServiceProvider::Create(
243 DCHECK(profile_.get());
328 DCHECK(profile_.get());
558 DCHECK(profile_
[all...]
H A Dbluetooth_socket_chromeos.h180 scoped_ptr<BluetoothProfileServiceProvider> profile_; member in class:chromeos::BluetoothSocketChromeOS
/external/chromium_org/extensions/browser/api/app_window/
H A Dapp_window_apitest.cc29 : profile_(profile), icon_updates_(0) {
30 AppWindowRegistry::Get(profile_)->AddObserver(this);
33 AppWindowRegistry::Get(profile_)->RemoveObserver(this);
44 Profile* profile_; member in class:extensions::__anon8053::TestAppWindowRegistryObserver
/external/chromium_org/media/base/
H A Dvideo_decoder_config.cc14 profile_(VIDEO_CODEC_PROFILE_UNKNOWN),
84 profile_ = profile;
137 return profile_;
H A Dvideo_decoder_config.h140 VideoCodecProfile profile_; member in class:media::VideoDecoderConfig
/external/chromium_org/media/formats/mp4/
H A Daac.cc19 : profile_(0), frequency_index_(0), channel_config_(0), frequency_(0),
45 RCHECK(reader.ReadBits(5, &profile_));
52 if (profile_ == 5 || profile_ == 29) {
53 ps_present = (profile_ == 29);
58 RCHECK(reader.ReadBits(5, &profile_));
62 << std::hex << static_cast<int>(profile_);
117 profile_ >= 1 && profile_ <= 4;
148 DCHECK(profile_ >
[all...]
H A Daac.h70 uint8 profile_; member in class:media::mp4::AAC
/external/chromium_org/content/browser/
H A Dstorage_partition_impl_unittest.cc157 : profile_(profile), dom_storage_context_(NULL) {
178 profile_->GetPath().AppendASCII("Local Storage");
212 TestBrowserContext* profile_; member in class:content::__anon7439::RemoveLocalStorageTester
/external/chromium_org/content/common/gpu/media/
H A Dvaapi_video_encode_accelerator.cc143 : profile_(media::VIDEO_CODEC_PROFILE_UNKNOWN),
205 profile_ = output_profile;
793 switch (profile_) {

Completed in 408 milliseconds

1234567891011>>