Searched defs:media (Results 1 - 25 of 1245) sorted by path

1234567891011>>

/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DTransformerFactoryImpl.java246 * @param media The media attribute to be matched. May be null, in which
256 Source source, String media, String title, String charset)
281 StylesheetPIHandler handler = new StylesheetPIHandler(baseID, media,
255 getAssociatedStylesheet( Source source, String media, String title, String charset) argument
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DStylesheetPIHandler.java46 /** The desired media criteria. */
95 * @param media The desired media criteria.
99 public StylesheetPIHandler(String baseID, String media, String title, argument
104 m_media = media;
149 String media = null; // CDATA #IMPLIED
236 else if (name.equals("media"))
242 media = token.substring(1, token.length() - 1);
270 if (null != media)
272 if (!media
[all...]
/external/bluetooth/bluedroid/stack/include/
H A Davrc_defs.h238 #define AVRC_STS_UID_IS_DIR 0x0c /* UID is a Directory - The UID provided refers to a directory, which cannot be handled by this media player PlayItem, AddToNowPlaying */
239 #define AVRC_STS_IN_USE 0x0d /* Media in Use - The media is not able to be used for this operation at this time PlayItem, AddToNowPlaying */
361 #define AVRC_SCOPE_PLAYER_LIST 0x00 /* Media Player Item - Contains all available media players */
363 - The virtual filesystem containing the media content of the browsed player */
391 /* media item - media type */
916 UINT16 player_id; /* A unique identifier for this media player.*/
945 tAVRC_UID uid; /* The uid of this media element item */
947 tAVRC_FULL_NAME name; /* The media name, name length and character set id. */
957 tAVRC_ITEM_PLAYER player; /* The properties of a media playe
959 tAVRC_ITEM_MEDIA media; /* The properties of a media item.*/ member in union:__anon1341::__anon1342
[all...]
/external/chromium_org/base/threading/
H A Dthread_restrictions.h60 namespace media { namespace
222 friend class media::AudioOutputController; // http://crbug.com/120973
/external/chromium_org/cc/layers/
H A Dvideo_frame_provider.h10 namespace media { namespace
51 virtual scoped_refptr<media::VideoFrame> GetCurrentFrame() = 0;
58 const scoped_refptr<media::VideoFrame>& frame) = 0;
H A Dvideo_frame_provider_client_impl.h13 namespace media { class VideoFrame; } namespace
33 scoped_refptr<media::VideoFrame> AcquireLockAndCurrentFrame();
34 void PutCurrentFrame(const scoped_refptr<media::VideoFrame>& frame);
H A Dvideo_layer.h11 #include "media/base/video_rotation.h"
13 namespace media { class VideoFrame; } namespace
24 media::VideoRotation video_rotation);
33 VideoLayer(VideoFrameProvider* provider, media::VideoRotation video_rotation);
40 media::VideoRotation video_rotation_;
H A Dvideo_layer_impl.h14 #include "media/base/video_rotation.h"
16 namespace media { namespace
29 media::VideoRotation video_rotation);
50 media::VideoRotation video_rotation() const { return video_rotation_; }
55 media::VideoRotation video_rotation);
61 scoped_refptr<media::VideoFrame> frame_;
63 media::VideoRotation video_rotation_;
/external/chromium_org/cc/resources/
H A Dvideo_resource_updater.h20 namespace media { namespace
73 const scoped_refptr<media::VideoFrame>& video_frame);
93 bool VerifyFrame(const scoped_refptr<media::VideoFrame>& video_frame);
95 const scoped_refptr<media::VideoFrame>& video_frame);
97 const scoped_refptr<media::VideoFrame>& video_frame);
111 const scoped_refptr<media::VideoFrame>& video_frame,
118 scoped_ptr<media::SkCanvasVideoRenderer> video_renderer_;
/external/chromium_org/chrome/browser/copresence/
H A Dchrome_whispernet_client.h27 namespace media { namespace
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dprint_dialog_gtk2.cc45 // Checks whether gtk_paper_size can be used to represent user selected media.
50 const PrintSettings::RequestedMedia& media,
61 std::abs(paper_size_microns.width() - media.size_microns.width()),
62 std::abs(paper_size_microns.height() - media.size_microns.height()));
66 return !media.vendor_id.empty() &&
67 media.vendor_id == gtk_paper_size_get_ppd_name(gtk_paper_size) &&
72 // media in the paper size list reported by GTK. Returns NULL if there's no
75 const PrintSettings::RequestedMedia& media) {
79 if (PaperSizeMatch(gtk_paper_size, media, false)) {
82 if (!first_fuzzy_match && PaperSizeMatch(gtk_paper_size, media, tru
49 PaperSizeMatch(GtkPaperSize* gtk_paper_size, const PrintSettings::RequestedMedia& media, bool fuzzy_match) argument
74 FindPaperSizeMatch(GList* gtk_paper_sizes, const PrintSettings::RequestedMedia& media) argument
[all...]
/external/chromium_org/chrome/browser/ui/webui/print_preview/
H A Dprint_preview_handler.cc366 MediaCapability media; local
369 media.AddDefaultOption(media_option,
372 media.SaveTo(&description);
/external/chromium_org/chrome/common/cloud_print/
H A Dcloud_print_cdd_conversion.cc64 MediaCapability media; local
75 if (new_media.IsValid() && !media.Contains(new_media)) {
78 media.AddDefaultOption(new_media, new_media == default_media);
83 media.AddDefaultOption(default_media, true);
85 if (media.IsValid()) {
86 media.SaveTo(&description);
/external/chromium_org/chrome/renderer/media/
H A Dcast_session.h22 namespace media { namespace
30 } // namespace media
44 media::cast::AudioFrameInput>&)> AudioFrameInputAvailableCallback;
46 media::cast::VideoFrameInput>&)> VideoFrameInputAvailableCallback;
57 // media::cast::FrameInput will be given through |callback|.
62 void StartAudio(const media::cast::AudioSenderConfig& config,
65 void StartVideo(const media::cast::VideoSenderConfig& config,
H A Dcast_session_delegate.h18 #include "media/cast/cast_config.h"
19 #include "media/cast/cast_sender.h"
20 #include "media/cast/logging/logging_defines.h"
28 namespace media { namespace
40 } // namespace media
49 media::cast::AudioFrameInput>&)> AudioFrameInputAvailableCallback;
51 media::cast::VideoFrameInput>&)> VideoFrameInputAvailableCallback;
65 // After calling StartAudio() or StartVideo() encoding of that media will
67 // called the first media will be restarted. It is strongly recommended not to
71 void StartAudio(const media
[all...]
/external/chromium_org/chrome/service/cloud_print/
H A Dcdd_conversion_win.cc52 MediaTicketItem media; local
112 if (media.LoadFrom(description)) {
114 int width = media.value().width_um / kFromUm;
115 int height = media.value().height_um / kFromUm;
117 if (base::StringToUint(media.value().vendor_id, &id) && id) {
/external/chromium_org/chrome/utility/media_galleries/
H A Dimage_metadata_extractor.h14 namespace media { namespace
40 void Extract(media::DataSource* source, const DoneCallback& callback);
H A Dmedia_metadata_parser.h20 namespace media { namespace
41 MediaMetadataParser(media::DataSource* source, const std::string& mime_type,
51 media::DataSource* const source_;
57 // Thread that blocking media parsing operations run on while the main thread
/external/chromium_org/chromecast/media/base/
H A Dkey_systems_common.cc5 #include "chromecast/media/base/key_systems_common.h"
9 #include "media/cdm/key_system_names.h"
14 namespace media { namespace in namespace:chromecast
31 if (key_system_name.compare(::media::kClearKey) == 0) {
38 } // namespace media
H A Dkey_systems_common.h11 namespace media { namespace in namespace:chromecast
30 } // namespace media
H A Dkey_systems_common_simple.cc5 #include "chromecast/media/base/key_systems_common.h"
8 namespace media { namespace in namespace:chromecast
14 } // namespace media
/external/chromium_org/chromecast/media/cma/base/
H A Dbalanced_media_task_runner_factory.cc5 #include "chromecast/media/cma/base/balanced_media_task_runner_factory.h"
13 #include "chromecast/media/cma/base/media_task_runner.h"
14 #include "media/base/buffers.h"
17 namespace media { namespace in namespace:chromecast
20 // Media task runner which also behaves as a media task runner observer.
24 // - be notified when a PostMediaTask is performed on this media task runner.
26 // - monitor the lifetime of the media task runner, i.e. check when the media
77 // Run media tasks whose timestamp is less or equal to a max timestamp.
91 // Return the timestamp of the last media tas
[all...]
H A Dbalanced_media_task_runner_factory.h20 namespace media { namespace in namespace:chromecast
25 // Create media tasks runners that are loosely synchronized between each other.
33 // Creates a media task runner using |task_runner| as the underlying
35 // Restriction on the returned media task runner:
36 // - can only schedule only one media task at a time.
47 // Invoked when one of the registered media task runners received a new media
51 // Unregister a media task runner.
65 } // namespace media
H A Dbalanced_media_task_runner_unittest.cc14 #include "chromecast/media/cma/base/balanced_media_task_runner_factory.h"
15 #include "chromecast/media/cma/base/media_task_runner.h"
19 namespace media { namespace in namespace:chromecast
68 // Schedule first a task on media task runner #scheduling_pattern[0]
69 // then a task on media task runner #scheduling_pattern[1] and so on.
74 // For each media task runner, keep a track of which task has already been
262 } // namespace media
H A Dbuffering_controller.cc5 #include "chromecast/media/cma/base/buffering_controller.h"
10 #include "chromecast/media/cma/base/buffering_state.h"
11 #include "chromecast/media/cma/base/cma_logging.h"
12 #include "media/base/buffers.h"
15 namespace media { namespace in namespace:chromecast
90 base::TimeDelta max_rendering_time(::media::kNoTimestamp());
95 if (max_stream_rendering_time == ::media::kNoTimestamp())
96 return ::media::kNoTimestamp();
97 if (max_rendering_time == ::media::kNoTimestamp() ||
193 } // namespace media
[all...]

Completed in 1181 milliseconds

1234567891011>>