HomeSort by relevance Sort by last modified time
    Searched full:video (Results 151 - 175 of 1248) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/apps/Gallery/res/values/
strings.xml 33 choose an application to pick a picture or a video) -->
105 <!-- menu pick to go to video mode to capture a video -->
106 <string name="capture_video">Capture video</string>
117 <!-- Confirmation dialog message after deleting a video -->
118 <string name="confirm_delete_video_message">The video will be deleted.</string>
132 <!-- button indicating that the video just taken should be played -->
135 <!-- button indicating that the video just taken should be accepted as an attachment -->
138 <!-- button indicating that the video recording session should be canceled -->
147 <!-- Toast after trying to share a video indicating that there are no applications which are capable of so doing. --
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_surface.c 41 SDL_VideoDevice *video = current_video; local
53 /* Check to see if we desire the surface in video memory */
54 if ( video ) {
85 if ((Amask) && (video->displayformatalphapixel))
87 depth = video->displayformatalphapixel->BitsPerPixel;
88 Rmask = video->displayformatalphapixel->Rmask;
89 Gmask = video->displayformatalphapixel->Gmask;
90 Bmask = video->displayformatalphapixel->Bmask;
91 Amask = video->displayformatalphapixel->Amask;
124 (video->AllocHWSurface(this, surface) < 0) )
200 SDL_VideoDevice *video = current_video; local
251 SDL_VideoDevice *video = current_video; local
555 SDL_VideoDevice *video = current_video; local
741 SDL_VideoDevice *video = current_video; local
776 SDL_VideoDevice *video = current_video; local
929 SDL_VideoDevice *video = current_video; local
    [all...]
  /external/opencore/codecs_v2/video/avc_h264/common/src/
deblock.cpp 44 // NOTE: this table is only QP clipping, index = QP + video->FilterOffsetA/B, clipped to [0, 51]
45 // video->FilterOffsetA/B is in {-12, 12]
57 static void DeblockMb(AVCCommonObj *video, int mb_x, int mb_y, uint8 *SrcY, uint8 *SrcU, uint8 *SrcV);
58 //static void GetStrength(AVCCommonObj *video, uint8 *Strength, AVCMacroblock* MbP, AVCMacroblock* MbQ, int dir, int edge);
73 OSCL_EXPORT_REF AVCStatus DeblockPicture(AVCCommonObj *video)
76 int pitch = video->currPic->pitch, pitch_c, width;
79 SrcY = video->currPic->Sl; // pointers to source
80 SrcU = video->currPic->Scb;
81 SrcV = video->currPic->Scr;
83 width = video->currPic->width
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/common/src/
deblock.cpp 46 // NOTE: this table is only QP clipping, index = QP + video->FilterOffsetA/B, clipped to [0, 51]
47 // video->FilterOffsetA/B is in {-12, 12]
59 static void DeblockMb(AVCCommonObj *video, int mb_x, int mb_y, uint8 *SrcY, uint8 *SrcU, uint8 *SrcV);
60 //static void GetStrength(AVCCommonObj *video, uint8 *Strength, AVCMacroblock* MbP, AVCMacroblock* MbQ, int dir, int edge);
75 OSCL_EXPORT_REF AVCStatus DeblockPicture(AVCCommonObj *video)
78 int pitch = video->currPic->pitch, pitch_c, width;
81 SrcY = video->currPic->Sl; // pointers to source
82 SrcU = video->currPic->Scb;
83 SrcV = video->currPic->Scr;
85 width = video->currPic->width
    [all...]
  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
mp4dec_lib.h 26 #include "mp4lib_int.h" /* main video structure */
66 uint VideoDecoderErrorDetected(VideoDecData *video);
86 void doDCACPrediction(VideoDecData *video, int comp, int16 *q_block,
90 void doDCACPrediction_I(VideoDecData *video, int comp, int16 *q_block);
94 void MBlockIDCTAdd(VideoDecData *video, int nz_coefs[]);
99 void MBlockIDCT(VideoDecData *video);
103 PV_STATUS DecodeFrameCombinedMode(VideoDecData *video);
104 PV_STATUS GetMBheader(VideoDecData *video, int16 *QP);
105 PV_STATUS GetMBData(VideoDecData *video);
109 PV_STATUS DecodeFrameDataPartMode(VideoDecData *video);
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
mp4dec_lib.h 25 #include "mp4lib_int.h" /* main video structure */
65 uint VideoDecoderErrorDetected(VideoDecData *video);
85 void doDCACPrediction(VideoDecData *video, int comp, int16 *q_block,
89 void doDCACPrediction_I(VideoDecData *video, int comp, int16 *q_block);
93 void MBlockIDCTAdd(VideoDecData *video, int nz_coefs[]);
98 void MBlockIDCT(VideoDecData *video);
102 PV_STATUS DecodeFrameCombinedMode(VideoDecData *video);
103 PV_STATUS GetMBheader(VideoDecData *video, int16 *QP);
104 PV_STATUS GetMBData(VideoDecData *video);
108 PV_STATUS DecodeFrameDataPartMode(VideoDecData *video);
    [all...]
  /external/opencore/nodes/pvomxvideodecnode/build/make/
local.mk 10 ../../../../codecs_v2/video/wmv_vc1/dec/src \
  /external/webkit/WebCore/html/
HTMLTagNames.in 13 audio wrapperOnlyIfMediaIsAvailable, conditional=VIDEO, createWithNew
102 source wrapperOnlyIfMediaIsAvailable, conditional=VIDEO, createWithNew
122 video wrapperOnlyIfMediaIsAvailable, conditional=VIDEO, createWithNew
  /external/webkit/WebCore/manual-tests/memory/
xhr-repeated-string-access.xml 39 <a onclick="loadVideo('http://streamos.atlrec.com/download/atlantic/bjork/video/bjork_itunes1.m4v');">do it!</a>
  /frameworks/base/media/java/android/media/
MediaRecorder.java 33 * Used to record audio and video. The recording control is based on a
54 * <p>See the <a href="{@docRoot}guide/topics/media/index.html">Audio and Video</a>
109 * Sets a Surface to show a preview of recorded media (video). Calls this
151 * Defines the video source. These constants are used with
160 /** Camera video source */
216 * Defines the video encoding. These constants are used with
250 * Sets the video source to be used for recording. If this method is not
251 * called, the output file will not contain an video track. The source needs
255 * @param video_source the video source to use
264 * be called after the video AND audio sources are set, and before setOutputFile()
    [all...]
  /packages/apps/Camera/res/values/
strings.xml 29 <!-- label for the 'video recording application shown in the top level 'all applications' -->
67 <!-- Confirmation dialog message after deleting a video -->
73 <!-- button in review mode indicating that the video just taken should be played -->
76 <!-- button in review mode indicating that the video recording session should be canceled -->
79 <!-- button in review mode indicating that the taken video is OK to be attached/uploaded -->
95 <!-- Toast after trying to share a video indicating that there are no applications which are capable of so doing. -->
97 <!-- Menu item for playing the video. -->
111 <!-- The Video length settings in preference -->
112 <string name="pref_video_quality_title">Video quality</string>
274 <!-- Used to format short video duration in Details dialog. minutes:seconds e.g. 00:30 --
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
MediaItem.java 118 private static final String VIDEO = "video/";
122 // Default to image if mMimetype is null or not video.
123 mMediaType = (mMimeType != null && mMimeType.startsWith(VIDEO)) ? MediaItem.MEDIA_TYPE_VIDEO
MediaItemTexture.java 65 if (item.mMimeType != null && item.mMimeType.contains("video")) {
85 if (mItem.mParentMediaSet.mPicasaAlbumId == Shared.INVALID && mItem.mMimeType.contains("video")) {
130 if (item.mMimeType != null && item.mMimeType.contains("video")) {
157 MediaStore.Video.Thumbnails.cancelThumbnailRequest(mContext.getContentResolver(), mItem.mId);
163 retVal = MediaStore.Video.Thumbnails.getThumbnail(mContext.getContentResolver(), mItem.mId,
164 MediaStore.Video.Thumbnails.MINI_KIND, null);
  /packages/apps/Mms/src/com/android/mms/ui/
VideoAttachmentView.java 35 * This class provides an embedded editor/viewer of video attachment.
88 public void setVideo(String name, Uri video) {
89 Bitmap bitmap = createVideoThumbnail(mContext, video);
105 // Assume this is a corrupt video file.
  /development/samples/BrowserPlugin/jni/
Android.mk 39 video/VideoPlugin.cpp \
51 $(LOCAL_PATH)/video \
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_config_minimal.h 59 /* Enable the dummy video driver (src/video/dummy/\*.c) */
  /external/qemu/distrib/sdl-1.2.12/src/events/
SDL_resize.c 28 #include "../video/SDL_sysvideo.h"
43 /* See if this event would change the video surface */
  /external/qemu/distrib/sdl-1.2.12/src/video/epoc/
SDL_epocvideo.h 26 Epoc based SDL video driver implementation
43 /* Hidden "this" pointer for the video functions */
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_modes.c 29 /* The current list of available video modes */
251 /* Get the video mode and set it */
256 SDL_SetError("ph_EnterFullScreen(): can't find appropriate video mode !\n");
264 SDL_SetError("ph_EnterFullScreen(): can't find appropriate video mode !\n");
269 SDL_SetError("ph_EnterFullScreen(): can't get video mode capabilities !\n");
285 /* save old video mode caps */
290 /* setup new video mode */
371 /* Restore old video mode */
  /external/qemu/distrib/sdl-1.2.12/src/video/svga/
SDL_svgavideo.h 30 /* Hidden "this" pointer for the video functions */
45 /* Set to 1 if we're in banked video mode */
  /external/webkit/WebCore/bindings/js/
JSAudioConstructor.h 29 #if ENABLE(VIDEO)
50 #endif // ENABLE(VIDEO)
  /external/webkit/WebKit/mac/WebView/
WebVideoFullscreenController.h 26 #if ENABLE(VIDEO)
66 #endif // ENABLE(VIDEO)
  /packages/apps/Camera/src/com/android/camera/gallery/
VideoObject.java 28 * Represents a particular video and provides access to the underlying data and
30 * path to the actual video data.
  /packages/apps/Gallery/src/com/android/camera/
MovieViewControl.java 35 import android.provider.MediaStore.Video;
102 // make the video view handle keys for seeking and pausing
150 Video.VideoColumns.DURATION,
151 Video.VideoColumns.BOOKMARK};
196 values.put(Video.VideoColumns.BOOKMARK, Integer.toString(bookmark));
201 // resource such as a video attached to GMail.
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c 70 if ((OMX_U16)(pComponentPrivate->pInPortDef->format.video.nFrameWidth > VIDDEC_CIF_WIDTH) ||
71 (OMX_U16)(pComponentPrivate->pInPortDef->format.video.nFrameHeight > VIDDEC_CIF_HEIGHT)) {
72 if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingAVC) {
75 else if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingWMV) {
78 else if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG4) {
79 if ((OMX_U16)pComponentPrivate->pInPortDef->format.video.nFrameHeight > VIDDEC_D1MAX_HEIGHT ||
80 (OMX_U16)pComponentPrivate->pInPortDef->format.video.nFrameWidth > VIDDEC_D1MAX_WIDTH)
89 else if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG2) {
92 else if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingH263) {
105 else if (((OMX_U16)(pComponentPrivate->pInPortDef->format.video.nFrameWidth <= VIDDEC_CIF_WIDTH) &
    [all...]

Completed in 175 milliseconds

1 2 3 4 5 67 8 91011>>