HomeSort by relevance Sort by last modified time
    Searched refs:video (Results 51 - 75 of 156) sorted by null

1 23 4 5 6 7

  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
vlc_dequant.cpp 53 VideoDecData *video = (VideoDecData*) vid; local
54 Vol *currVol = video->vol[video->currLayer];
55 BitstreamDecVideo *stream = video->bitstream;
56 int16 *datablock = video->mblock->block[comp]; /* 10/20/2000, assume it has been reset of all-zero !!!*/
57 int mbnum = video->mbnum;
58 uint CBP = video->headerInfo.CBP[mbnum];
59 int QP = video->QPMB[mbnum];
60 typeDCStore *DC = video->predDC + mbnum;
61 int x_pos = video->mbnum_col
386 VideoDecData *video = (VideoDecData*) vid; local
    [all...]
post_filter.cpp 32 VideoDecData *video,
42 int nTotalMB = video->nTotalMB;
46 uint8 *decodedFrame = video->videoDecControls->outputFrame;
50 width = video->width;
51 height = video->height;
62 if (PVGetDecBitrate(video->videoDecControls) > (100*video->frameRate*(size >> 12))) // MC_sofDeblock
68 QP_store = video->QPMB;
71 pp_mod = video->pstprcTypCur;
163 pp_mod = video->pstprcTypCur
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_cursor.c 111 SDL_VideoDevice *video = current_video; local
155 if ( video->CreateWMCursor ) {
156 cursor->wm_cursor = video->CreateWMCursor(video, data, mask,
166 the video mode and when the SDL window gains the mouse focus.
170 SDL_VideoDevice *video = current_video; local
173 /* Make sure that the video subsystem has been initialized */
174 if ( ! video ) {
186 } else if ( video->MoveWMCursor ) {
187 /* If the video driver is moving the cursor directly
246 SDL_VideoDevice *video = current_video; local
279 SDL_VideoDevice *video = current_video; local
295 SDL_VideoDevice *video = current_video; local
323 SDL_VideoDevice *video = current_video; local
660 SDL_VideoDevice *video = current_video; local
734 SDL_VideoDevice *video = current_video; local
    [all...]
  /external/webkit/WebCore/css/
mediaControlsChromium.css 33 audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel {
44 video:-webkit-full-page-media::-webkit-media-controls-panel {
48 audio::-webkit-media-controls-mute-button, video::-webkit-media-controls-mute-button {
60 audio::-webkit-media-controls-play-button, video::-webkit-media-controls-play-button {
73 audio::-webkit-media-controls-timeline-container, video::-webkit-media-controls-timeline-container {
90 audio::-webkit-media-controls-current-time-display, video::-webkit-media-controls-current-time-display {
115 audio::-webkit-media-controls-time-remaining-display, video::-webkit-media-controls-time-remaining-display {
140 audio::-webkit-media-controls-timeline, video::-webkit-media-controls-timeline {
157 audio::-webkit-media-controls-seek-back-button, video::-webkit-media-controls-seek-back-button {
162 audio::-webkit-media-controls-seek-forward-button, video::-webkit-media-controls-seek-forward-button
    [all...]
mediaControlsQuickTime.css 32 audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel {
38 video:-webkit-full-page-media::-webkit-media-controls-panel {
42 audio::-webkit-media-controls-mute-button, video::-webkit-media-controls-mute-button {
50 audio::-webkit-media-controls-play-button, video::-webkit-media-controls-play-button {
57 audio::-webkit-media-controls-timeline-container, video::-webkit-media-controls-timeline-container {
67 audio::-webkit-media-controls-current-time-display, video::-webkit-media-controls-current-time-display {
89 audio::-webkit-media-controls-time-remaining-display, video::-webkit-media-controls-time-remaining-display {
111 audio::-webkit-media-controls-timeline, video::-webkit-media-controls-timeline {
120 audio::-webkit-media-controls-seek-back-button, video::-webkit-media-controls-seek-back-button {
125 audio::-webkit-media-controls-seek-forward-button, video::-webkit-media-controls-seek-forward-button
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
residual.cpp 24 AVCDec_Status DecodeIntraPCM(AVCCommonObj *video, AVCDecBitstream *stream)
33 mb_x = video->mb_x;
34 mb_y = video->mb_y;
37 pDst = video->pred_block + 84;
40 offset1 = (mb_x << 4) + (mb_y << 4) * video->PicWidthInSamplesL;
41 pDst = video->currPic->Sl + offset1;
42 pitch = video->currPic->pitch;
92 pDst = video->pred_block + 452;
96 pDst = video->currPic->Scb + offset1;
129 pDst = video->pred_block + 596
174 AVCCommonObj *video = decvid->common; local
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
fastcodemb.cpp 30 /* video Video encoder data structure */
36 /* video->outputMB Quantized DCT coefficients. */
50 PV_STATUS CodeMB_H263(VideoEncData *video, approxDCT *function, Int QP, Int ncoefblck[])
52 Int sad, k, CBP, mbnum = video->mbnum;
54 UChar Mode = video->headerInfo.Mode[mbnum];
55 UChar *bitmapcol, *bitmaprow = video->bitmaprow;
57 UChar shortHeader = video->vol[video->currLayer]->shortVideoHeader;
73 Vop *currVop = video->currVop
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/enc/
Android.mk 23 $(SEC_CODECS)/video/mfc_c110/include
  /packages/apps/Mms/src/com/android/mms/ui/
MmsThumbnailPresenter.java 60 private void presentVideoThumbnail(SlideViewInterface view, VideoModel video) {
61 if (video.isDrmProtected()) {
62 showDrmIcon(view, video.getSrc());
64 view.setVideo(video.getSrc(), video.getUri());
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
avcenc_lib.h 52 \param "video" "Pointer to AVCCommonObj."
58 void MBInterIdct(AVCCommonObj *video, uint8 *curL, AVCMacroblock *currMB, int picPitch);
98 \param "video" "Pointer to AVCEncObject."
107 AVCEnc_Status VerifyProfile(AVCEncObject *video, AVCSeqParamSet *seqParam, AVCPicParamSet *picParam);
113 \param "video" "Pointer to AVCEncObject."
122 AVCEnc_Status VerifyLevel(AVCEncObject *video, AVCSeqParamSet *seqParam, AVCPicParamSet *picParam);
189 \param "video" "Pointer to AVCCommonObj."
195 AVCEnc_Status ref_pic_list_reordering(AVCCommonObj *video, AVCEncBitstream *stream, AVCSliceHeader *sliceHdr, int slice_type);
199 \param "video" "Pointer to AVCCommonObj."
204 AVCEnc_Status dec_ref_pic_marking(AVCCommonObj *video, AVCEncBitstream *stream, AVCSliceHeader *sliceHdr)
    [all...]
residual.cpp 23 AVCCommonObj *video = encvid->common; local
26 int x_position = (video->mb_x << 4);
27 int y_position = (video->mb_y << 4);
44 pDst = video->currPic->Sl + offset1;
45 offset = video->PicWidthInSamplesL - 16;
77 pDst = video->currPic->Scb + ((offset1 + x_position) >> 2);
111 pDst = video->currPic->Scr + ((offset1 + x_position) >> 2);
148 AVCCommonObj *video = encvid->common; local
241 nC = predict_nnz(video, bindx & 3, bindx >> 2);
245 nC = predict_nnz_chroma(video, bindx & 3, bindx >> 2)
    [all...]
  /external/webkit/WebCore/rendering/
RenderVideo.cpp 28 #if ENABLE(VIDEO)
53 RenderVideo::RenderVideo(HTMLVideoElement* video)
54 : RenderMedia(video)
56 if (video->player())
57 setIntrinsicSize(video->player()->naturalSize());
59 // When the natural size of the video is unavailable, we use the provided
60 // width and height attributes of the video element as the intrinsic size until
62 // to a default video size (300x150).
63 if (video->hasAttribute(widthAttr) && video->hasAttribute(heightAttr)
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/
SEC_OMX_Vdec.c 53 if ((secOutputPort->portDefinition.format.video.nFrameWidth !=
54 secInputPort->portDefinition.format.video.nFrameWidth) ||
55 (secOutputPort->portDefinition.format.video.nFrameHeight !=
56 secInputPort->portDefinition.format.video.nFrameHeight)) {
59 secOutputPort->portDefinition.format.video.nFrameWidth =
60 secInputPort->portDefinition.format.video.nFrameWidth;
61 secOutputPort->portDefinition.format.video.nFrameHeight =
62 secInputPort->portDefinition.format.video.nFrameHeight;
63 width = secOutputPort->portDefinition.format.video.nStride =
64 secInputPort->portDefinition.format.video.nStride
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/mpeg4dec/
SEC_OMX_Mpeg4dec.c 542 pSECComponent->pSECPort[INPUT_PORT_INDEX].portDefinition.format.video.eCompressionFormat = OMX_VIDEO_CodingMPEG4;
545 pSECComponent->pSECPort[INPUT_PORT_INDEX].portDefinition.format.video.eCompressionFormat = OMX_VIDEO_CodingH263;
584 width = ((pSECPort->portDefinition.format.video.nFrameWidth + 15) & (~15));
585 height = ((pSECPort->portDefinition.format.video.nFrameHeight + 15) & (~15));
587 pSECPort->portDefinition.format.video.nStride = width;
588 pSECPort->portDefinition.format.video.nSliceHeight = height;
593 pSECOutputPort->portDefinition.format.video.nFrameWidth = pSECPort->portDefinition.format.video.nFrameWidth;
594 pSECOutputPort->portDefinition.format.video.nFrameHeight = pSECPort->portDefinition.format.video.nFrameHeight
    [all...]
  /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...]
  /hardware/qcom/media/mm-video/vidc/venc/src/
omx_video_encoder.cpp 95 if(!strncmp((char *)m_nkind,"OMX.qcom.video.encoder.mpeg4",\
102 else if(!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.h263",\
108 else if(!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.avc",\
206 // Initialize the video parameters for input port
213 m_sInPortDef.format.video.cMIMEType = "YUV420";
214 m_sInPortDef.format.video.nFrameWidth = OMX_CORE_QCIF_WIDTH;
215 m_sInPortDef.format.video.nFrameHeight = OMX_CORE_QCIF_HEIGHT;
216 m_sInPortDef.format.video.nBitrate = 64000;
217 m_sInPortDef.format.video.xFramerate = 15 << 16;
218 m_sInPortDef.format.video.eColorFormat = OMX_COLOR_FormatYUV420SemiPlanar
    [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...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/
SEC_OMX_Venc.c 52 if ((secOutputPort->portDefinition.format.video.nFrameWidth !=
53 secInputPort->portDefinition.format.video.nFrameWidth) ||
54 (secOutputPort->portDefinition.format.video.nFrameHeight !=
55 secInputPort->portDefinition.format.video.nFrameHeight)) {
58 secOutputPort->portDefinition.format.video.nFrameWidth =
59 secInputPort->portDefinition.format.video.nFrameWidth;
60 secOutputPort->portDefinition.format.video.nFrameHeight =
61 secInputPort->portDefinition.format.video.nFrameHeight;
62 width = secOutputPort->portDefinition.format.video.nStride =
63 secInputPort->portDefinition.format.video.nStride
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/h264dec/
SEC_OMX_H264dec.c 405 pSECComponent->pSECPort[INPUT_PORT_INDEX].portDefinition.format.video.eCompressionFormat = OMX_VIDEO_CodingAVC;
443 width = ((pSECPort->portDefinition.format.video.nFrameWidth + 15) & (~15));
444 height = ((pSECPort->portDefinition.format.video.nFrameHeight + 15) & (~15));
446 pSECPort->portDefinition.format.video.nStride = width;
447 pSECPort->portDefinition.format.video.nSliceHeight = height;
452 pSECOutputPort->portDefinition.format.video.nFrameWidth = pSECPort->portDefinition.format.video.nFrameWidth;
453 pSECOutputPort->portDefinition.format.video.nFrameHeight = pSECPort->portDefinition.format.video.nFrameHeight;
454 pSECOutputPort->portDefinition.format.video.nStride = width
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_dibvideo.c 239 /* Set up the new video mode rectangle */
346 /* Query for the list of available video modes */
482 SDL_Surface *video; local
507 video = current;
537 video = SDL_CreateRGBSurface(SDL_SWSURFACE,
539 if ( video == NULL ) {
545 /* Fill in part of the video surface */
546 prev_flags = video->flags;
547 prev_w = video->w;
548 prev_h = video->h
    [all...]
  /development/samples/BrowserPlugin/jni/
Android.mk 39 video/VideoPlugin.cpp \
51 $(LOCAL_PATH)/video \
  /external/grub/docs/
kernel.c 32 /* The video memory address. */
33 #define VIDEO 0xB8000
40 /* Point to the video memory. */
41 static volatile unsigned char *video; variable
155 /* Clear the screen and initialize VIDEO, XPOS and YPOS. */
161 video = (unsigned char *) VIDEO;
164 *(video + i) = 0;
230 *(video + (xpos + ypos * COLUMNS) * 2) = c & 0xFF;
231 *(video + (xpos + ypos * COLUMNS) * 2 + 1) = ATTRIBUTE
    [all...]
kernel.c.texi 32 /* @r{The video memory address.} */
33 #define VIDEO 0xB8000
40 /* @r{Point to the video memory.} */
41 static volatile unsigned char *video;
155 /* @r{Clear the screen and initialize VIDEO, XPOS and YPOS.} */
161 video = (unsigned char *) VIDEO;
164 *(video + i) = 0;
230 *(video + (xpos + ypos * COLUMNS) * 2) = c & 0xFF;
231 *(video + (xpos + ypos * COLUMNS) * 2 + 1) = ATTRIBUTE
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5video.c 58 /* DirectX function pointers for video and events */
746 error = "Out of video memory";
880 /* Find out how much video memory is available */
979 /* Fill in the video hardware capabilities */
1020 SDL_Surface *video; local
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/mpeg4enc/
SEC_OMX_Mpeg4enc.c 191 pMpeg4Param->SourceWidth = pSECOutputPort->portDefinition.format.video.nFrameWidth;
192 pMpeg4Param->SourceHeight = pSECOutputPort->portDefinition.format.video.nFrameHeight;
197 pMpeg4Param->Bitrate = pSECOutputPort->portDefinition.format.video.nBitrate;
211 pMpeg4Param->TimeIncreamentRes = (pSECInputPort->portDefinition.format.video.xFramerate) >> 16;
243 pH263Param->SourceWidth = pSECOutputPort->portDefinition.format.video.nFrameWidth;
244 pH263Param->SourceHeight = pSECOutputPort->portDefinition.format.video.nFrameHeight;
249 pH263Param->Bitrate = pSECOutputPort->portDefinition.format.video.nBitrate;
260 pH263Param->FrameRate = (pSECInputPort->portDefinition.format.video.xFramerate) >> 16;
564 pSECComponent->pSECPort[OUTPUT_PORT_INDEX].portDefinition.format.video.eCompressionFormat = OMX_VIDEO_CodingMPEG4;
567 pSECComponent->pSECPort[OUTPUT_PORT_INDEX].portDefinition.format.video.eCompressionFormat = OMX_VIDEO_CodingH263
    [all...]

Completed in 405 milliseconds

1 23 4 5 6 7