/device/samsung/tuna/ |
media_profiles.xml | 81 <!ATTLIST ExportVideoProfile profile CDATA #REQUIRED> 89 <!-- Each camcorder profile defines a set of predefined configuration parameters --> 409 The VideoEditor Export codec profile and level values 411 E.g. for h264, profile value 1 means OMX_VIDEO_AVCProfileBaseline 417 Codec = h.264, Baseline profile, level 4.1 419 <ExportVideoProfile name="h264" profile= "1" level="4096"/> 421 Codec = h.263, Baseline profile, level 0 423 <ExportVideoProfile name="h263" profile= "1" level="1"/> 425 Codec = mpeg4, Simple profile, level 5 427 <ExportVideoProfile name="m4v" profile= "1" level="128"/ [all...] |
/external/chromium/chrome/browser/download/ |
download_manager.h | 8 // active profile in Chrome. 54 class Profile; 117 bool Init(Profile* profile); 209 Profile* profile() { return profile_; } function in class:DownloadManager 266 // The original profile's download manager. 333 // |history_downloads_| is map of all downloads in this profile. The key 376 // The current active profile. 377 Profile* profile_ [all...] |
/external/chromium/chrome/browser/extensions/ |
browser_action_apitest.cc | 16 #include "chrome/browser/profiles/profile.h" 72 ExtensionService* service = browser()->profile()->GetExtensionService(); 74 browser()->profile(), action->extension_id(), browser()); 289 Profile* incognito_profile = browser()->profile()->GetOffTheRecordProfile(); 298 browser()->profile()->GetExtensionService()->extension_prefs()-> 311 ExtensionService* service = browser()->profile()->GetExtensionService(); 338 Profile* incognito_profile = browser()->profile()->GetOffTheRecordProfile(); 343 ui_test_utils::OpenURLOffTheRecord(browser()->profile(), [all...] |
user_script_master.cc | 19 #include "chrome/browser/profiles/profile.h" 188 // Create the "<Profile>/User Scripts" directory if it doesn't exist 293 UserScriptMaster::UserScriptMaster(const FilePath& script_dir, Profile* profile) 297 profile_(profile) { 299 Source<Profile>(profile_)); 301 Source<Profile>(profile_)); 303 Source<Profile>(profile_)); 305 Source<Profile>(profile_)); 330 Source<Profile>(profile_) [all...] |
/external/chromium/chrome/browser/ui/cocoa/ |
history_menu_bridge_unittest.mm | 27 MockTRS(Profile* profile) : TabRestoreService(profile, NULL) {} 33 MockBridge(Profile* profile) 34 : HistoryMenuBridge(profile), 50 browser_test_helper_.profile()->CreateFaviconService(); 51 bridge_.reset(new MockBridge(browser_test_helper_.profile())); 212 scoped_refptr<MockTRS> trs(new MockTRS(browser_test_helper_.profile())); 248 scoped_refptr<MockTRS> trs(new MockTRS(browser_test_helper_.profile())); [all...] |
/external/chromium/chrome/browser/ui/views/ |
first_run_search_engine_view.cc | 17 #include "chrome/browser/profiles/profile.h" 57 void ShowFirstRunDialog(Profile* profile, 61 TemplateURLModel* model = profile->GetTemplateURLModel(); 71 profile, randomize_search_engine_experiment)); 149 Profile* profile, bool randomize) 151 profile_(profile), 155 // the profile -- otherwise we have nothing to show. 158 // Start loading the search engines for the given profile [all...] |
/external/chromium/chrome/browser/web_resource/ |
promo_resource_service.cc | 15 #include "chrome/browser/profiles/profile.h" 95 PromoResourceService::PromoResourceService(Profile* profile) 96 : WebResourceService(profile, 97 profile->GetPrefs(), 417 bool CanShowPromo(Profile* profile) { 419 PrefService* prefs = profile->GetPrefs(); 425 (profile->HasProfileSyncService() && 427 profile->GetProfileSyncService()) == sync_ui_util::SYNCED) [all...] |
/external/llvm/include/llvm/ADT/ |
ImmutableMap.h | 22 /// and second elements in a pair are used to generate profile information, 52 static inline void Profile(FoldingSetNodeID& ID, value_type_ref V) { 53 ImutContainerInfo<T>::Profile(ID, V.first); 54 ImutContainerInfo<S>::Profile(ID, V.second); 254 static inline void Profile(FoldingSetNodeID& ID, const ImmutableMap& M) { 258 inline void Profile(FoldingSetNodeID& ID) const { 259 return Profile(ID,*this); 407 static inline void Profile(FoldingSetNodeID& ID, const ImmutableMapRef &M) { 411 inline void Profile(FoldingSetNodeID& ID) const { 412 return Profile(ID, *this) [all...] |
/external/oprofile/libpp/ |
callgraph_container.cpp | 131 : pc(p), profile(pr), b(bfd), boffset(boff), image(iid), 146 profile_t::iterator_pair p_it = profile.samples_range( 239 profile_t const & profile; member in class:__anon10180::call_data 490 profile_t profile; local 493 profile.add_sample_file(*it); 494 add(profile, caller_bfd, caller_bfd_ok, callee_bfd, 502 add(profile_t const & profile, op_bfd const & caller_bfd, bool caller_bfd_ok, 508 opd_header const & header = profile.get_header(); 535 call_data caller(pc, profile, caller_bfd, caller_offset, image_id, 537 call_data callee(pc, profile, callee_bfd, callee_offset [all...] |
profile_container.cpp | 3 * profile file container 22 #include "profile.h" 73 void profile_container::add(profile_t const & profile, 78 opd_header header = profile.get_header(); 88 profile.samples_range(start, end);
|
/frameworks/av/include/media/ |
MediaProfiles.h | 108 * Returns true if a profile for the given camera at the given quality exists, 156 * videoeditor.export.profile - export video profile 359 ExportVideoProfile(int codec, int profile, int level) 360 :mCodec(codec),mProfile(profile),mLevel(level) {} 464 * 1. Low quality profile must have the lowest video 466 * 2. High quality profile must have the highest video 471 * duplicate profile definitions in the media_profiles.xml 500 bool mHasRefProfile; // Refers to an existing profile 501 int mRefProfileIndex; // Reference profile inde [all...] |
/external/chromium/chrome/browser/autocomplete/ |
history_quick_provider.cc | 21 #include "chrome/browser/profiles/profile.h" 36 Profile* profile) 37 : HistoryProvider(listener, profile, "HistoryQuickProvider"), 185 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
|
/external/chromium/chrome/browser/ |
browser_process_impl.cc | 149 // Store the profile path for clearing local state data on exit. 329 std::vector<Profile*> profiles(pm->GetLoadedProfiles()); 342 // We must write that the profile and metrics service shutdown cleanly, 621 Profile* profile = ProfileManager::GetDefaultProfile(); local 622 if (profile) { 623 PrefService* prefs = profile->GetPrefs(); 669 Profile* profile; local 671 // Check for the existence of a profile manager. When quitting early 941 Profile* profile = profile_manager() ? local [all...] |
external_tab_container_win.cc | 23 #include "chrome/browser/profiles/profile.h" 63 Profile* profile, 67 : PageInfoBubbleView(parent_window, profile, url, ssl, show_history), 115 bool ExternalTabContainer::Init(Profile* profile, 149 tab_contents_->controller().set_profile(profile); 151 TabContents* new_contents = new TabContents(profile, NULL, MSG_ROUTING_NONE, 415 // an unwrapped Profile. 418 new_contents->profile()->GetOriginalProfile() [all...] |
/external/chromium/chrome/browser/chromeos/extensions/ |
file_browser_event_router.cc | 16 #include "chrome/browser/profiles/profile.h" 58 Profile* profile) { 59 if (!profile) 61 profile_ = profile;
|
/external/chromium/chrome/browser/sidebar/ |
sidebar_manager.cc | 12 #include "chrome/browser/profiles/profile.h" 90 was_active_sidebar_contents->profile(), 97 active_sidebar_contents->profile(), 118 tab->profile(), tab, content_id, 175 tab->profile(), tab, content_id,
|
/external/chromium/chrome/browser/sync/glue/ |
typed_url_data_type_controller.cc | 12 #include "chrome/browser/profiles/profile.h" 50 Profile* profile, 53 profile_(profile), 61 DCHECK(profile);
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_menu_bridge.mm | 12 #include "chrome/browser/profiles/profile.h" 24 BookmarkMenuBridge::BookmarkMenuBridge(Profile* profile) 26 profile_(profile), 144 Profile* BookmarkMenuBridge::GetProfile() {
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
browser_action_button.mm | 117 profile:(Profile*)profile 136 profile:profile
|
/external/chromium/chrome/browser/ui/views/bookmarks/ |
bookmark_editor_view.h | 31 class Profile; 73 BookmarkEditorView(Profile* profile, 221 // Profile the entry is from. 222 Profile* profile_;
|
/external/chromium/chrome/browser/ui/views/location_bar/ |
page_action_image_view.cc | 11 #include "chrome/browser/profiles/profile.h" 21 Profile* profile, 24 profile_(profile), 30 const Extension* extension = profile->GetExtensionService()->
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
BugReporterVisitor.h | 73 virtual void Profile(llvm::FoldingSetNodeID &ID) const = 0; 124 void Profile(llvm::FoldingSetNodeID &ID) const; 143 void Profile(llvm::FoldingSetNodeID &ID) const; 155 void Profile(llvm::FoldingSetNodeID &ID) const { 169 void Profile(llvm::FoldingSetNodeID &ID) const {
|
/frameworks/av/cmds/stagefright/ |
recordvideo.cpp | 44 fprintf(stderr, " -p encoder profile. see omx il header (default: encoder specific)\n"); 162 int profile = -1; // Encoder specific default local 223 profile = atoi(optarg); 275 if (profile != -1) { 276 enc_meta->setInt32(kKeyVideoProfile, profile);
|
/frameworks/av/include/media/stagefright/ |
OMXCodec.h | 269 // If profile/level is set in the meta data, its value in the meta 354 unsigned *profile, unsigned *level); 366 // Return a vector of componentNames with supported profile/level pairs 370 // profile and level indications only make sense for h.263, mpeg4 and avc 374 // The profile/level values correspond to
|
/frameworks/av/libvideoeditor/vss/inc/ |
M4VSS3GPP_ErrorCodes.h | 133 * Unsupported H263 profile for Video Editing */ 136 * Unsupported MPEG-4 profile for Video Editing */ 154 * Unsupported video profile for Video Editing */ 158 * Unsupported video profile for Video Editing */ 245 * H263 Profile 3 level 10 is not supported */
|