Searched refs:video (Results 51 - 56 of 56) sorted by relevance

123

/frameworks/native/headers/media_plugin/media/openmax/
H A DOMX_Component.h97 OMX_VIDEO_PORTDEFINITIONTYPE video; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon1379
/frameworks/native/include/media/openmax/
H A DOMX_Component.h97 OMX_VIDEO_PORTDEFINITIONTYPE video; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon1501
/frameworks/base/core/java/com/google/android/util/
H A DAbstractMessageParser.java200 //Look for video links
201 Video video = Video.matchURL(url, text);
202 if (video != null) {
203 return video;
206 // Look for video links.
811 /** Pattern for a video URL. */
813 "(?i)http://video\\.google\\.[a-z0-9]+(?:\\.[a-z0-9]+)?/videoplay\\?"
828 /** Returns a Video object if the given url is to a video. */
845 /** Returns the URL for the RSS description of the given video. */
847 return "http://video
[all...]
/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp1511 if (def.format.video.eColorFormat != OMX_COLOR_FormatAndroidOpaque) {
1514 asString(def.format.video.eColorFormat), def.format.video.eColorFormat);
1518 if (def.format.video.nFrameWidth == 0
1519 || def.format.video.nFrameHeight == 0) {
1520 ALOGE("Invalid video dimension %ux%u",
1521 def.format.video.nFrameWidth,
1522 def.format.video.nFrameHeight);
/frameworks/base/core/proto/android/os/
H A Dbatterystats.proto620 optional TimerProto video = 14;
/frameworks/av/media/libstagefright/
H A DACodec.cpp1112 def.format.video.nFrameWidth,
1113 def.format.video.nFrameHeight,
1114 def.format.video.eColorFormat,
1141 // Exits here for tunneled video playback codecs -- i.e. skips native window
1460 " video playback mode mode!");
1715 mIsVideo = !strncasecmp(mime, "video/", 6);
1729 // FLAC encoder or video encoder in constant quality mode doesn't need a
1852 // NOTE: we only use native window for video decoders
1905 ALOGI("Configuring TUNNELED video playback.");
1910 ALOGW("No Audio HW Sync provided for video tunne
[all...]

Completed in 198 milliseconds

123