/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/ |
VPPTest.c | 335 (pTempVidPortDef->format.video.eColorFormat == OMX_COLOR_Format16bitRGB565)){ 341 ((pTempVidPortDef->format.video.eColorFormat == OMX_COLOR_FormatYCbYCr)|| 342 (pTempVidPortDef->format.video.eColorFormat == OMX_COLOR_FormatCbYCrY))){ 775 case 10: /*Video Color Range Conversion*/ [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/ |
bootparam.h | 10 #include <video/edid.h>
|
/frameworks/base/core/java/android/webkit/ |
HTML5VideoFullScreen.java | 47 // This view will contain the video. 71 // The container for the progress view and video view 74 // The video size will be ready when prepared. Used to make sure the aspect 105 // The current Video View will be destroy when we play a new video. 214 // which happens when the video view is detached from its parent 264 // Plugins like Flash will draw over the video so hide 342 public FullScreenMediaController(Context context, View video) { 344 mVideoView = video;
|
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/ |
omx_proxy_h264enc.c | 78 #define COMPONENT_NAME "OMX.TI.DUCATI1.VIDEO.H264E" 301 if(pPortDef->format.video.eColorFormat == OMX_COLOR_FormatYUV420PackedSemiPlanar) 306 pPortDef->format.video.eColorFormat = OMX_COLOR_FormatAndroidOpaque; 311 pPortDef->format.video.eColorFormat = OMX_TI_COLOR_FormatYUV420PackedSemiPlanar; 400 if(pPortDef->format.video.eColorFormat == OMX_TI_COLOR_FormatYUV420PackedSemiPlanar) 402 pPortDef->format.video.eColorFormat = OMX_COLOR_FormatYUV420PackedSemiPlanar; 405 else if(pPortDef->format.video.eColorFormat == OMX_COLOR_FormatAndroidOpaque) 413 pPortDef->format.video.eColorFormat = OMX_COLOR_FormatYUV420PackedSemiPlanar; 468 sPortDef.format.video.nStride = LINUX_PAGE_SIZE;
|
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/ |
omx_proxy_mpeg4enc.c | 78 #define COMPONENT_NAME "OMX.TI.DUCATI1.VIDEO.MPEG4E" 299 if(pPortDef->format.video.eColorFormat == OMX_COLOR_FormatYUV420PackedSemiPlanar) 304 pPortDef->format.video.eColorFormat = OMX_COLOR_FormatAndroidOpaque; 309 pPortDef->format.video.eColorFormat = OMX_TI_COLOR_FormatYUV420PackedSemiPlanar; 387 if(pPortDef->format.video.eColorFormat == OMX_TI_COLOR_FormatYUV420PackedSemiPlanar) 389 pPortDef->format.video.eColorFormat = OMX_COLOR_FormatYUV420PackedSemiPlanar; 392 else if(pPortDef->format.video.eColorFormat == OMX_COLOR_FormatAndroidOpaque) 400 pPortDef->format.video.eColorFormat = OMX_COLOR_FormatYUV420PackedSemiPlanar; 451 sPortDef.format.video.nStride = LINUX_PAGE_SIZE;
|
/external/webkit/Source/WebCore/html/canvas/ |
CanvasRenderingContext2D.cpp | [all...] |
CanvasRenderingContext2D.idl | 131 void drawImage(in HTMLVideoElement video, in float x, in float y) 133 void drawImage(in HTMLVideoElement video, in float x, in float y, in float width, in float height) 135 void drawImage(in HTMLVideoElement video, in float sx, in float sy, in float sw, in float sh, in float dx, in float dy, in float dw, in float dh)
|
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/ |
OMX_VPP_ImgConv.c | 120 iHeight = pComponentPrivate->sCompPorts[1].pPortDef.format.video.nFrameHeight;
121 iWidth = pComponentPrivate->sCompPorts[1].pPortDef.format.video.nFrameWidth;
132 if(pComponentPrivate->sCompPorts[1].pPortDef.format.video.eColorFormat==OMX_COLOR_Format24bitRGB888)
194 iHeight = pComponentPrivate->sCompPorts[1].pPortDef.format.video.nFrameHeight;
195 iWidth = pComponentPrivate->sCompPorts[1].pPortDef.format.video.nFrameWidth;
|
OMX_VPP.c | 217 * Allocate a video driver buffer. 711 pComponentPrivate->pIpFrameStatus->ulVideoGain = 1 << 6; /*Video Gain (contrast) in VGPOP ranges from 0 to 127, being 64 = Gain 1 (no contrast)*/ [all...] |
OMX_VPP_Utils.c | 268 Input_FrameWidth = pComponentPrivate->sCompPorts[OMX_VPP_INPUT_PORT].pPortDef.format.video.nFrameWidth;
269 Output_FrameWidth = OMX_VPP_MAX(pComponentPrivate->sCompPorts[OMX_VPP_RGB_OUTPUT_PORT].pPortDef.format.video.nFrameWidth,
270 pComponentPrivate->sCompPorts[OMX_VPP_YUV_OUTPUT_PORT].pPortDef.format.video.nFrameWidth);
276 switch (pComponentPrivate->sCompPorts[OMX_VPP_RGB_OUTPUT_PORT].pPortDef.format.video.eColorFormat)
349 switch (pComponentPrivate->sCompPorts[OMX_VPP_INPUT_PORT].pPortDef.format.video.eColorFormat)
398 switch (pComponentPrivate->sCompPorts[OMX_VPP_YUV_OUTPUT_PORT].pPortDef.format.video.eColorFormat)
[all...] |
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
channelmanager.cc | 164 // Init the device manager immediately, and set up our default video device. 167 // Set camera_device_ to the name of the default video capturer. 259 // Now apply the default video codec that has been set earlier. 278 // Need to destroy the voice/video channels 521 // Set the video input device 602 void ChannelManager::SetMediaLogging(bool video, int level, 608 Send((video) ? MSG_SETVIDEOLOGGING : MSG_SETVOICELOGGING, &options); 610 SetMediaLogging_w(video, level, filter); 614 void ChannelManager::SetMediaLogging_w(bool video, int level, 618 if (video) { 716 bool video = (message->message_id == MSG_SETVIDEOLOGGING); local [all...] |
call.h | 71 bool video() const { return video_; } function in class:cricket::Call
|
/packages/apps/Mms/src/com/android/mms/ui/ |
SlideView.java | 139 public void setVideo(String name, Uri video) { 150 Log.v(TAG, "Changing video source to " + video); 153 mVideoView.setVideoURI(video); 334 Log.v(TAG, "Starting video playback."); 343 Log.v(TAG, "Stopping video playback."); 352 Log.v(TAG, "Pausing video playback."); 362 Log.v(TAG, "Seeking video playback to " + seekTo); 449 * The better UI for the MMS conformance message could be putting the image/video 453 * is that the AbsoluteLayout has ability to play image and video in a same screen [all...] |
AudioAttachmentView.java | 151 public void setVideo(String name, Uri video) {
|
/hardware/qcom/media/mm-video/vidc/vdec/src/ |
omx_vdec.cpp | 102 /*Wait for a message from the video decoder driver*/ 876 if(!strncmp(driver_context.kind,"OMX.qcom.video.decoder.mpeg4",\ 887 else if(!strncmp(driver_context.kind, "OMX.qcom.video.decoder.h263",\ 897 else if(!strncmp(driver_context.kind, "OMX.qcom.video.decoder.avc",\ 907 else if(!strncmp(driver_context.kind, "OMX.qcom.video.decoder.vc1",\ [all...] |
/external/webkit/Source/WebCore/bindings/js/ |
JSCanvasRenderingContext2DCustom.cpp | 250 #if ENABLE(VIDEO) 252 HTMLVideoElement* video = static_cast<HTMLVideoElement*>(static_cast<JSHTMLElement*>(o)->impl()); local 255 context->drawImage(video, exec->argument(1).toFloat(exec), exec->argument(2).toFloat(exec), ec); 258 context->drawImage(video, exec->argument(1).toFloat(exec), exec->argument(2).toFloat(exec), 263 context->drawImage(video, FloatRect(exec->argument(1).toFloat(exec), exec->argument(2).toFloat(exec),
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
mp4lib_int.h | 239 /* for short video header */ 289 typedef int (*VlcDequantBlockFuncP)(void *video, int comp, int switched,
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
videodev.h | 2 * Video for Linux version 1 - OBSOLETE 183 int video; /* Video minor */ member in struct:video_unit 239 #define VIDIOCGWIN _IOR('v',9, struct video_window) /* Get the video overlay window */ 240 #define VIDIOCSWIN _IOW('v',10, struct video_window) /* Set the video overlay window - passes clip list for hardware smarts , chromakey etc */ 243 #define VIDIOCKEY _IOR('v',13, struct video_key) /* Video key event - to dev 255 is to all - cuts capture on all DMA windows with this key (0xFFFFFFFF == all) */ 254 #define VIDIOCSPLAYMODE _IOW('v',24, struct video_play_mode) /* Set output video mode/feature */
|
/external/chromium/chrome/common/extensions/docs/examples/api/contextMenus/basic/ |
sample.js | 13 var contexts = ["page","selection","link","editable","image","video",
|
/external/webkit/Source/WebCore/platform/graphics/gstreamer/ |
VideoSinkGStreamer.cpp | 21 * SECTION:webkit-video-sink 22 * @short_description: GStreamer video sink 26 * current video buffer. 35 #include <gst/video/video.h> 39 // CAIRO_FORMAT_RGB24 used to render the video buffers is little/big endian dependant. 82 "webkit video sink") 96 gst_element_class_set_details_simple(element_class, "WebKit video sink", 97 "Sink/Video", "Sends video data from a GStreamer pipeline to a Cairo surface" [all...] |
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/ |
motion_comp.cpp | 90 /* Purpose : Get the motion compensate block into video->predictionMB */ 91 /* and generate video->predictionErrorMB */ 98 void getMotionCompensatedMB(VideoEncData *video, Int ind_x, Int ind_y, Int offset) 100 Vop *prevVop = video->forwardRefVop; //reference frame 101 Vop *currVop = video->currVop; 102 Int mbnum = video->mbnum; //mb index 103 MOT *mot = video->mot[mbnum]; 108 Int mode = video->headerInfo.Mode[mbnum]; /* get mode */ 116 round1 = (Int)(1 - video->currVop->roundingType); 126 c_rec = video->predictedMB [all...] |
/hardware/qcom/media/mm-video/vidc/venc/src/ |
video_encoder_device.cpp | 147 /*Wait for a message from the video decoder driver*/ 187 // set the basic configuration of the video encoder driver 364 if(!venc_set_color_format(portDefn->format.video.eColorFormat)) 368 if(m_sVenc_cfg.input_height != portDefn->format.video.nFrameHeight || 369 m_sVenc_cfg.input_width != portDefn->format.video.nFrameWidth) 372 m_sVenc_cfg.input_height = portDefn->format.video.nFrameHeight; 373 m_sVenc_cfg.input_width = portDefn->format.video.nFrameWidth; 472 if(!venc_set_encode_framerate(portDefn->format.video.xFramerate)) 477 if(!venc_set_target_bitrate(portDefn->format.video.nBitrate)) [all...] |
/external/qemu/distrib/sdl-1.2.12/src/events/ |
SDL_keyboard.c | 54 SDL_VideoDevice *video = current_video; local 64 video->InitOSKeymap(this);
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
MediaRecorderStressTest.java | 188 output.write("H263 video record- reset after prepare Stress test\n"); 231 //Stress test case for switching camera and video recorder preview. 239 output.write("Camera and video recorder preview switching\n"); 283 Log.v(TAG, "release video recorder"); 310 File video = new File(filename); local 311 Log.v(TAG, "remove recorded video " + filename); 312 video.delete(); 315 //Stress test case for record a video and play right away. 334 output.write("Video record and play back stress test:\n");
|
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
OMXCameraAdapter.cpp | 511 //TODO: Add an additional parameter for video resolution 519 CAMHAL_LOGVB("Video: cap.mColorFormat = %d", (int)cap->mColorFormat); 520 CAMHAL_LOGVB("Video: cap.mWidth = %d", (int)cap->mWidth); 521 CAMHAL_LOGVB("Video: cap.mHeight = %d", (int)cap->mHeight); 522 CAMHAL_LOGVB("Video: cap.mFrameRate = %d", (int)cap->mFrameRate); 780 portCheck.format.video.nFrameWidth = portParams.mWidth; 781 portCheck.format.video.nFrameHeight = portParams.mHeight; 782 portCheck.format.video.eColorFormat = portParams.mColorFormat; 783 portCheck.format.video.nStride = portParams.mStride; 784 if( ( portCheck.format.video.nFrameWidth >= 1920 ) & [all...] |