HomeSort by relevance Sort by last modified time
    Searched refs:video (Results 76 - 100 of 267) sorted by null

1 2 34 5 6 7 8 91011

  /frameworks/av/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...]
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_channel.c 84 if(my_obj->ch[ch_type].video.has_main) {
113 *stream1 = &my_obj->ch[ch_type].video.video;
114 if(my_obj->ch[ch_type].video.has_main) {
115 *stream2 = &my_obj->ch[ch_type].video.main;
148 stream1 = &my_obj->ch[ch_type].video.video;
149 fmt1 = &fmt->video.video;
150 if(my_obj->ch[ch_type].video.has_main)
    [all...]
  /external/webkit/Source/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 {
95 audio::-webkit-media-controls-current-time-display, video::-webkit-media-controls-current-time-display {
128 audio::-webkit-media-controls-time-remaining-display, video::-webkit-media-controls-time-remaining-display {
157 audio::-webkit-media-controls-timeline, video::-webkit-media-controls-timeline {
180 audio::-webkit-media-controls-seek-back-button, video::-webkit-media-controls-seek-back-button {
185 audio::-webkit-media-controls-seek-forward-button, video::-webkit-media-controls-seek-forward-button
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaPlayerFlakyNetworkTest.java 41 * Executes a range of tests on MediaPlayer while streaming a video
99 String video = getRandomTestVideo(random); local
100 doPlayMp4Stream(video, 20000, 5000);
101 doAsyncPrepareAndRelease(video);
102 doRandomOperations(video);
112 private void doPlayMp4Stream(String video, int millisToPrepare, int millisToPlay)
115 localHttpStreamTest(video);
128 private void doAsyncPrepareAndRelease(String video) throws Throwable {
132 localHttpStreamTest(video);
138 private void doRandomOperations(String video) throws Throwable
    [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...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediasessionclient.cc 74 // Register ourselves as the handler of phone and video sessions.
172 // add video codecs, if this is a video call
174 VideoContentDescription* video = new VideoContentDescription(); local
179 video->AddCodec(*codec);
182 video->set_ssrc(0);
184 video->set_bandwidth(options.video_bandwidth);
185 video->SortCodecs();
192 video->AddCrypto(*crypto);
196 if (video->cryptos().empty())
579 VideoContentDescription* video = new VideoContentDescription(); local
711 VideoContentDescription* video = new VideoContentDescription(); local
1006 const VideoContentDescription* video = local
    [all...]
  /frameworks/base/data/videos/
VideoPackage1.mk 20 TARGET_PATH := system/media/video
VideoPackage2.mk 20 TARGET_PATH := system/media/video
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
Android.mk 44 $(EXYNOS_OMX_COMPONENT)/video/dec \
47 hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
Android.mk 40 $(EXYNOS_OMX_COMPONENT)/video/dec \
43 hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
Android.mk 40 $(EXYNOS_OMX_COMPONENT)/video/dec \
43 hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
Exynos_OMX_Venc.c 61 if ((exynosOutputPort->portDefinition.format.video.nFrameWidth !=
62 exynosInputPort->portDefinition.format.video.nFrameWidth) ||
63 (exynosOutputPort->portDefinition.format.video.nFrameHeight !=
64 exynosInputPort->portDefinition.format.video.nFrameHeight)) {
67 exynosOutputPort->portDefinition.format.video.nFrameWidth =
68 exynosInputPort->portDefinition.format.video.nFrameWidth;
69 exynosOutputPort->portDefinition.format.video.nFrameHeight =
70 exynosInputPort->portDefinition.format.video.nFrameHeight;
71 width = exynosOutputPort->portDefinition.format.video.nStride =
72 exynosInputPort->portDefinition.format.video.nStride
    [all...]
  /frameworks/av/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/webkit/Source/WebCore/platform/graphics/android/layers/
MediaTexture.cpp 37 // Limits the number of ANativeWindows that can be allocated for video playback.
40 // media producer to use their own SW decoders for subsequent video streams.
113 // finally create a video texture if needed
139 // draw all the video textures first
142 TextureWrapper* video = m_videoTextures[i]; local
144 if (!video->surfaceTexture.get() || video->dimensions.isEmpty()
145 || !video->mediaListener->isFrameAvailable())
148 video->surfaceTexture->updateTexImage();
151 video->surfaceTexture->getTransformMatrix(surfaceMatrix)
    [all...]
  /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...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
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...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp 61 // encoding speed is very poor if video
265 // PV's AVC encoder requires the video dimension of multiple
267 ALOGE("Video frame size %dx%d must be a multiple of 16",
392 def.format.video.cMIMEType = const_cast<char *>("video/raw");
393 def.format.video.eCompressionFormat = OMX_VIDEO_CodingUnused;
394 def.format.video.eColorFormat = OMX_COLOR_FormatYUV420Planar;
395 def.format.video.xFramerate = (mVideoFrameRate << 16); // Q16 format
396 def.format.video.nBitrate = mVideoBitRate;
397 def.format.video.nFrameWidth = mVideoWidth
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5video.c 58 /* DirectX function pointers for video and events */
762 error = "Out of video memory";
896 /* Find out how much video memory is available */
1036 SDL_Surface *video; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibvideo.c 273 /* Set up the new video mode rectangle */
382 /* Query for the list of available video modes */
598 SDL_Surface *video; local
623 * and uploaded textures. So if we're requesting the same video mode
647 video = current;
677 video = SDL_CreateRGBSurface(SDL_SWSURFACE,
679 if ( video == NULL ) {
685 /* Fill in part of the video surface */
686 video->flags = 0; /* Clear flags */
687 video->w = width
    [all...]
  /hardware/qcom/media/mm-video/vidc/venc/src/
omx_video_encoder.cpp 110 if(!strncmp((char *)m_nkind,"OMX.qcom.video.encoder.mpeg4",\
117 else if(!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.h263",\
123 else if(!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.avc",\
129 else if(!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.avc.secure",\
244 // Initialize the video parameters for input port
251 m_sInPortDef.format.video.cMIMEType = "YUV420";
252 m_sInPortDef.format.video.nFrameWidth = OMX_CORE_QCIF_WIDTH;
253 m_sInPortDef.format.video.nFrameHeight = OMX_CORE_QCIF_HEIGHT;
254 m_sInPortDef.format.video.nStride = OMX_CORE_QCIF_WIDTH;
255 m_sInPortDef.format.video.nSliceHeight = OMX_CORE_QCIF_HEIGHT
    [all...]
  /external/quake/quake/src/WinQuake/
wq.bat 13 echo wq fastvid: maximum video speed, but safer, probably slower sound
14 echo wq fastsnd: maximum sound speed, but safer, probably slower video
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
VideoSinkGStreamer.h 26 #include <gst/video/gstvideosink.h>
  /packages/apps/Mms/src/com/android/mms/ui/
SlideViewInterface.java 33 void setVideo(String name, Uri video);

Completed in 549 milliseconds

1 2 34 5 6 7 8 91011