/external/opencore/engines/2way/test/src/ |
avi_test.cpp | 33 fprintf(fileoutput, " Video SourceFormat:"); 37 fprintf(fileoutput, " Video SinkFormat:"); 116 printf("Video"); 146 printf("Video"); 331 if (oscl_strstr(((PVAviFile*)iFileParser)->GetStreamMimeType(ii).get_cstr(), "video"))
|
/external/opencore/pvmi/pvmf/src/ |
pvmf_format_type.cpp | 83 //Standard video media types from IANA 84 if (oscl_strstr(iMimeStr.c_str(), "video/") != NULL) 86 // 3gp timed text has a mime as "video/3gpp-tt" we should return false in this case 94 //PV internal video media types 114 //Standard video media types from IANA
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_yuv.c | 24 /* This is the implementation of the YUV video surface support */ 35 SDL_VideoDevice *video = current_video; local 45 /* Display directly on video surface, if possible */ 55 if ( ((display == SDL_VideoSurface) && video->CreateYUVOverlay) && 57 overlay = video->CreateYUVOverlay(this, w, h, format, display);
|
/frameworks/base/docs/html/sdk/api_diff/3/changes/ |
android.provider.MediaStore.Video.html | 10 android.provider.MediaStore.Video 74 Class android.provider.<A HREF="../../../../reference/android/provider/MediaStore.Video.html" target="_top"><font size="+2"><code>MediaStore.Video</code></font></A> 87 <A NAME="android.provider.MediaStore.Video.DEFAULT_SORT_ORDER"></A> 88 <nobr><code>String</code> <A HREF="../../../../reference/android/provider/MediaStore.Video.html#DEFAULT_SORT_ORDER" target="_top"><code>DEFAULT_SORT_ORDER</code></font></A></nobr> </TD>
|
/external/qemu/distrib/sdl-1.2.12/src/video/gapi/ |
SDL_gapivideo.c | 24 /* Pocket PC GAPI SDL video driver implementation; 41 // wince goes to portrait mode, but does not update video memory 207 /* Set up the new video mode rectangle */ 351 GAPIVID_DRIVER_NAME, "WinCE GAPI video driver", 591 SDL_Surface *video; local 604 video = current; 637 video = SDL_CreateRGBSurface(SDL_SWSURFACE, 639 if ( video == NULL ) { 646 video->flags = SDL_FULLSCREEN; /* Clear flags, GAPI supports fullscreen only */ 659 SDL_SetError("Couldn't get address of video memory, may be unsupported device or bug") [all...] |
SDL_gapivideo.h | 111 /* GAPI video mode */ 120 /* Hidden "this" pointer for the video functions */ 155 int suspended; // do not pu anything into video memory
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/ |
OMX_VideoEnc_Utils.c | 338 * @param pComponentPrivate pointer to the private video encoder structure 352 LOGI("Video encoder has returned all buffers"); 368 LOGI("Sending pthread signal that video encoder has returned all buffers to app"); [all...] |
/external/opencore/codecs_v2/omx/omx_m4venc/src/ |
omx_mpeg4enc_component.cpp | 286 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.cMIMEType = (OMX_STRING)"raw"; 287 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.eCompressionFormat = OMX_VIDEO_CodingUnused; 288 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.pNativeRender = 0; 289 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.bFlagErrorConcealment = OMX_FALSE; 291 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.eColorFormat = OMX_COLOR_FormatYUV420Planar; 292 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.nFrameWidth = 176; 293 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.nFrameHeight = 144; 294 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.nBitrate = 64000; 295 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.xFramerate = (15 << 16); 310 ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->PortParam.format.video.cMIMEType = (OMX_STRING)"video/mpeg4" [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/ |
OMX_VideoDecoder.c | 31 * This file implements OMX Component for video decoder that 106 OMX_STRING cVideoDecodeName = "OMX.TI.Video.Decoder"; 285 LOGI("TI Video Decoder \n"); 571 if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingAVC) { 574 else if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingWMV) { 577 else if ((pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG4) || 578 (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingH263)) { 581 else if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG2) { [all...] |
/external/opencore/nodes/pvmediaoutputnode/include/ |
pv_media_output_node_registry_factory.h | 55 //in general this node can handle any audio or video format. 58 info.iCapability.AddFormatPair("video", "video");
|
/external/qemu/distrib/sdl-1.2.12/src/video/dga/ |
SDL_dgavideo.h | 39 /* Hidden "this" pointer for the video functions */ 53 /* This is the structure we use to keep track of video memory */ 73 /* Information for the video surface */
|
/external/quake/quake/src/QW/client/ |
zone.h | 34 The video buffers are allocated high to avoid leaving a hole underneath 35 server allocations when changing to a higher video mode. 60 video buffer
|
/external/quake/quake/src/WinQuake/ |
zone.h | 34 The video buffers are allocated high to avoid leaving a hole underneath 35 server allocations when changing to a higher video mode. 60 video buffer
|
/external/webkit/WebCore/manual-tests/ |
video-player.html | 98 <video id=videoelem poster="resources/touch-poster.png"> 99 <b style="font-size:15pt">This is fallback content. If you had video support you would see some here!</b></video>
|
/frameworks/base/core/java/android/webkit/ |
HTML5VideoViewProxy.java | 55 * <p>Proxy for HTML5 video views. 87 // The poster image to be shown when the video is not playing. 103 // The container for the progress view and video view 127 // which happens when the video view is detached from its parent 157 // Some other video is already playing. Notify the caller that its playback ended. 249 // The video ended by itself, so we need to 251 // the video view and to return to the WebView. 448 * @param webView is the WebView that hosts the video. 514 * Play a video stream. 515 * @param url is the URL of the video stream [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/ |
MediaPlayerPerformance.java | 278 // Video recording 305 Log.v("record video failed ", e.toString()); 428 output.write("H263 Video Playback Only\n"); 447 output.write("H264 Video Playback only\n"); 466 output.write("WMV video playback only\n"); 478 // Test case 4: Capture the memory usage after every 20 video only recorded 486 output.write("H263 video record only\n"); 498 // Test case 5: Capture the memory usage after every 20 video only recorded 506 output.write("MPEG4 video record only\n"); 518 // Test case 6: Capture the memory usage after every 20 video and audi [all...] |
/packages/apps/Mms/src/com/android/mms/ui/ |
SlideListItemView.java | 110 public void setVideo(String name, Uri video) { 121 mp.setDataSource(mContext, video); 139 // Stopping video is not needed in this view.
|
/external/opencore/android/author/ |
authordriver.cpp | 318 // force audio source to camcorder when recording video 337 LOGV("create mio input video"); 344 // force audio source to camcorder when recording video 518 // AAC for mixed audio/video containers 565 iVideoEncoderMimeType = "/x-pvmf/video/encode/h263"; 569 iVideoEncoderMimeType = "/x-pvmf/video/encode/h264"; 573 iVideoEncoderMimeType = "/x-pvmf/video/encode/mp4"; 582 // Set video encoding frame rate and video frame size only when the 583 // video input MIO is set [all...] |
/external/opencore/engines/author/test/src/ |
test_pv_author_engine_testset6.cpp | 129 if (oscl_strstr(((PVAviFile*)iFileParser)->GetStreamMimeType(ii).get_cstr(), "video")) 1081 paramkey = _STRLIT_CHAR("x-pvmf/encoder/video/error_start_init;valtype=bool"); [all...] |
/packages/apps/Camera/tests/src/com/android/camera/stress/ |
ImageCapture.java | 245 output.write("Camera Video capture\n"); 248 mOut.write("Camera Video Capture\n"); 251 // Switch to the video mode 258 // record a video 270 assertTrue("Camera video capture memory test", memoryResult); 273 fail("Fails to capture video");
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
MediaThumbRequest.java | 38 import android.provider.MediaStore.Video; 93 mIsVideo = "video".equals(uri.getPathSegments().get(1)); 96 ? Video.Thumbnails.EXTERNAL_CONTENT_URI 99 ? Video.Thumbnails.VIDEO_ID 178 Video.Thumbnails.MINI_KIND); 226 // both video/images table use the same column name "mini_thumb_magic"
|
/external/opencore/ |
README | 6 authoring and video telephony (3G-324M). 20 |-- codecs_v2 [Contains the implementations of PV's audio and video
|
/external/qemu/distrib/sdl-1.2.12/src/events/ |
SDL_events.c | 102 SDL_VideoDevice *video = current_video; local 105 /* Get events from the video subsystem */ 106 if ( video ) { 107 video->PumpEvents(this); 369 SDL_VideoDevice *video = current_video; local 372 /* Get events from the video subsystem */ 373 if ( video ) { 374 video->PumpEvents(this);
|
/external/qemu/distrib/sdl-1.2.12/src/video/nanox/ |
SDL_nxvideo.h | 41 // Hidden "this" pointer for the video functions 62 // The current list of available video modes
|
/external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/ |
SDL_gsvideo.h | 36 /* Hidden "this" pointer for the video functions */ 92 /* Shared between the mouse and video code for screen update scaling */
|