HomeSort by relevance Sort by last modified time
    Searched defs:video (Results 26 - 50 of 96) sorted by null

12 3 4

  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
block.cpp 79 AVCCommonObj *video = encvid->common; local
81 int pitch = video->currPic->pitch;
82 int16 *coef = video->block;
83 uint8 *pred = video->pred_block; // size 16 for a 4x4 block
84 int pred_pitch = video->pred_pitch;
145 Rq = video->QPy_mod_6;
146 Qq = video->QPy_div_6;
192 if (video->currMB->mb_intra) // only do inverse transform with intra block
260 void MBInterIdct(AVCCommonObj *video, uint8 *curL, AVCMacroblock *currMB, int picPitch)
262 int16 *coef, *coef8 = video->block
362 AVCCommonObj *video = encvid->common; local
724 AVCCommonObj *video = encvid->common; local
1116 AVCCommonObj *video = encvid->common; local
1209 AVCCommonObj *video = encvid->common; local
    [all...]
rate_control.cpp 32 double ComputeFrameMAD(AVCCommonObj *video, AVCRateControl *rateCtrl);
34 void targetBitCalculation(AVCEncObject *encvid, AVCCommonObj *video, AVCRateControl *rateCtrl, MultiPass *pMP);
36 void calculateQuantizer_Multipass(AVCEncObject *encvid, AVCCommonObj *video,
52 AVCCommonObj *video = encvid->common; local
53 AVCSliceHeader *sliceHdr = video->sliceHdr;
74 video->nal_unit_type = AVC_NALTYPE_IDR;
76 video->slice_type = AVC_I_SLICE;
103 RCUpdateBuffer(video, rateCtrl, frameInc - rateCtrl->skip_next_frame); /* in case more frames dropped */
108 if ((*frameNum >= (uint)rateCtrl->idrPeriod && rateCtrl->idrPeriod > 0) || (*frameNum > video->MaxFrameNum)) /* first frame or IDR*/
118 encvid->modTimeRef += (uint32)(video->MaxFrameNum * 1000 / rateCtrl->frame_rate)
170 AVCCommonObj *video = encvid->common; local
335 AVCCommonObj *video = encvid->common; local
694 AVCCommonObj *video = encvid->common; local
736 AVCCommonObj *video = encvid->common; local
765 AVCCommonObj *video = encvid->common; local
794 AVCCommonObj *video = encvid->common; local
    [all...]
slice.cpp 24 AVCCommonObj *video = encvid->common; local
25 AVCPicParamSet *pps = video->currPicParams;
26 AVCSliceHeader *sliceHdr = video->sliceHdr;
32 slice_type = video->slice_type;
35 video->mbNum = CurrMbAddr = sliceHdr->first_mb_in_slice;// * (1+video->MbaffFrameFlag);
36 slice_group_id = video->MbToSliceGroupMap[CurrMbAddr];
38 video->mb_skip_run = 0;
43 video->mbNum = CurrMbAddr;
44 currMB = video->currMB = &(video->mblock[CurrMbAddr])
156 AVCCommonObj *video = encvid->common; local
554 AVCCommonObj *video = encvid->common; local
    [all...]
motion_est.cpp 236 /* if turns out to be IDR frame, set video->nal_unit_type to AVC_NALTYPE_IDR */
239 AVCCommonObj *video = encvid->common; local
240 int slice_type = video->slice_type;
242 AVCPictureData *refPic = video->RefPicList0[0];
244 int mbwidth = video->PicWidthInMbs;
245 int mbheight = video->PicHeightInMbs;
246 int totalMB = video->PicSizeInMbs;
248 AVCMacroblock *currMB, *mblock = video->mblock;
312 InitHTFM(video, &htfm_stat, newvar, &collect);
317 && ((rateCtrl->frame_rate < 5.0) || (video->sliceHdr->frame_num > MIN_GOP))
603 AVCCommonObj *video = encvid->common; local
744 AVCCommonObj *video = encvid->common; local
841 AVCCommonObj *video = encvid->common; local
958 AVCCommonObj *video = encvid->common; local
1359 AVCCommonObj *video = encvid->common; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
pvdec_api.cpp 59 /* Purpose : Initialization of the MPEG-4 video decoder library. */
70 VideoDecData *video = (VideoDecData *) decCtrl->videoDecoderData; local
86 video = IMEM_VideoDecData;
88 video = (VideoDecData *) oscl_malloc(sizeof(VideoDecData));
90 if (video != NULL)
92 oscl_memset(video, 0, sizeof(VideoDecData));
93 video->memoryUsage = sizeof(VideoDecData);
94 video->numberOfLayers = nLayers;
96 video->vol = (Vol **) IMEM_VOL;
98 video->vol = (Vol **) oscl_malloc(nLayers * sizeof(Vol *))
284 VideoDecData *video = (VideoDecData *) decCtrl->videoDecoderData; local
528 VideoDecData *video = (VideoDecData *) decCtrl->videoDecoderData; local
556 VideoDecData *video = (VideoDecData *) decCtrl->videoDecoderData; local
720 VideoDecData *video = (VideoDecData *)decCtrl->videoDecoderData; local
726 VideoDecData *video = (VideoDecData *)decCtrl->videoDecoderData; local
742 VideoDecData *video = (VideoDecData *)decCtrl->videoDecoderData; local
758 VideoDecData *video = (VideoDecData *)decCtrl->videoDecoderData; local
774 VideoDecData *video = (VideoDecData *)decCtrl->videoDecoderData; local
798 VideoDecData *video = (VideoDecData *)decCtrl->videoDecoderData; local
828 VideoDecData *video = (VideoDecData *)decCtrl->videoDecoderData; local
842 VideoDecData *video = (VideoDecData *)decCtrl->videoDecoderData; local
859 VideoDecData *video = (VideoDecData *)decCtrl->videoDecoderData; local
1032 VideoDecData *video = (VideoDecData *) decCtrl->videoDecoderData; local
1243 VideoDecData *video = (VideoDecData *) decCtrl->videoDecoderData; local
1457 VideoDecData *video = (VideoDecData *)decCtrl->videoDecoderData; local
1529 VideoDecData *video = (VideoDecData *)decCtrl->videoDecoderData; local
1546 VideoDecData *video = (VideoDecData *) decCtrl->videoDecoderData; local
1600 VideoDecData *video = (VideoDecData *) decCtrl->videoDecoderData; local
1641 VideoDecData *video = (VideoDecData *) decCtrl->videoDecoderData; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
bitstream_io.cpp 45 /* Purpose : Create a bitstream to hold one encoded video packet or frame */
320 /* Purpose : bit stuffing for next start code in short video header */
776 Void BitstreamSetOverrunBuffer(BitstreamEncVideo* stream, UChar* overrunBuffer, Int oBSize, VideoEncData *video)
780 stream->video = video;
789 VideoEncData *video = stream->video; local
801 if (video->overrunBuffer)
803 M4VENC_FREE(video->overrunBuffer);
805 video->oBSize = stream->oBSize
    [all...]
rate_control.cpp 26 void calculateQuantizer_Multipass(void *video);
27 void updateRateControl(rateControl *rc, VideoEncData *video);
28 void updateRC_PostProc(rateControl *rc, VideoEncData *video);
33 PV_STATUS RC_Initialize(void *video);
35 PV_STATUS RC_VopQPSetting(VideoEncData *video,rateControl *rc[]);
36 PV_STATUS RC_VopUpdateStat(VideoEncData *video,rateControl *rc[]);
37 PV_STATUS RC_UpdateBuffer(VideoEncData *video, Int currLayer, Int num_skip);
38 Int RC_GetSkipNextFrame(VideoEncData *video,Int currLayer);
39 void RC_ResetSkipNextFrame(void *video,Int currLayer);
52 VideoEncData *video = (VideoEncData *) input local
418 VideoEncData *video = (VideoEncData *) input; local
531 VideoEncData *video = (VideoEncData *) input; local
701 VideoEncData *video = (VideoEncData *) input; local
    [all...]
mp4enc_api.cpp 131 Int DetermineCodingLayer(VideoEncData *video, Int *nLayer, ULong modTime);
132 void DetermineVopType(VideoEncData *video, Int currLayer);
133 Int UpdateSkipNextFrame(VideoEncData *video, ULong *modTime, Int *size, PV_STATUS status);
134 Bool SetProfile_BufferSize(VideoEncData *video, float delay, Int bInitialized);
193 VideoEncData *video; local
220 video = (VideoEncData *)M4VENC_MALLOC(sizeof(VideoEncData)); /* allocate memory for encData */
222 if (video == NULL)
225 M4VENC_MEMSET(video, 0, sizeof(VideoEncData));
227 encoderControl->videoEncoderData = (void *) video; /* set up pointer in VideoEncData structure */
229 video->encParams = (VideoEncParams *)M4VENC_MALLOC(sizeof(VideoEncParams))
1081 VideoEncData *video = (VideoEncData *)encoderControl->videoEncoderData; local
1327 VideoEncData *video = (VideoEncData *)encCtrl->videoEncoderData; local
1358 VideoEncData *video = (VideoEncData *)encCtrl->videoEncoderData; local
1651 VideoEncData *video = (VideoEncData *)encCtrl->videoEncoderData; local
1842 VideoEncData *video = (VideoEncData *)encCtrl->videoEncoderData; local
2048 VideoEncData* video; local
2405 VideoEncData *video = (VideoEncData *)encoderControl->videoEncoderData; local
2570 VideoEncData *video = (VideoEncData *)encoderControl->videoEncoderData; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/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...]
SDL_video.c 24 /* The high-level video driver subsystem */
34 /* Available video drivers */
149 * Initialize the video and event subsystems -- determine native pixel format
153 SDL_VideoDevice *video; local
174 /* Select the proper video driver */
176 video = NULL;
186 video = bootstrap[i]->create(index);
194 video = bootstrap[i]->create(index);
195 if ( video != NULL ) {
201 if ( video == NULL )
333 SDL_VideoDevice *video = current_video; local
585 SDL_VideoDevice *video, *this; local
1040 SDL_VideoDevice *video = current_video; local
1107 SDL_VideoDevice *video = current_video; local
1186 SDL_VideoDevice *video = current_video; local
1304 SDL_VideoDevice *video = current_video; local
1349 SDL_VideoDevice *video = current_video; local
1411 SDL_VideoDevice *video = current_video; local
1430 SDL_VideoDevice *video = current_video; local
1451 SDL_VideoDevice *video = current_video; local
1518 SDL_VideoDevice* video = current_video; local
1533 SDL_VideoDevice *video = current_video; local
1701 SDL_VideoDevice *video = current_video; local
1730 SDL_VideoDevice *video = current_video; local
1804 SDL_VideoDevice *video = current_video; local
1837 SDL_VideoDevice *video = current_video; local
1876 SDL_VideoDevice *video = current_video; local
1924 SDL_VideoDevice *video = current_video; local
1940 SDL_VideoDevice *video = current_video; local
1973 SDL_VideoDevice* video = current_video; local
1984 SDL_VideoDevice* video = current_video; local
1998 SDL_VideoDevice* video = current_video; local
2009 SDL_VideoDevice* video = current_video; local
2020 SDL_VideoDevice* video = current_video; local
2033 SDL_VideoDevice *video = current_video; local
    [all...]
  /frameworks/base/sax/tests/saxtests/src/android/sax/
SafeSaxTest.java 197 public void addVideo(YouTubeVideo video) {
206 YouTubeVideo video; field in class:SafeSaxTest.HandlerFactory
220 video.videoId = body;
228 video.dateAdded = new Time(Time.TIMEZONE_UTC);
229 video.dateAdded.parse3339(body);
237 video.authorName = body;
247 if (video.thumbnailUrl == null && url.length() > 0) {
248 video.thumbnailUrl = url;
258 video.videoUrl = url;
268 video.playbackUrl = url
354 YouTubeVideo video = null; field in class:SafeSaxTest.YouTubeContentHandler
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
Thumbnail.java 30 import android.provider.MediaStore.Video;
31 import android.provider.MediaStore.Video.VideoColumns;
157 Media video = getLastVideoThumbnail(resolver); local
158 if (image == null && video == null) return null;
162 // If there is only image or video, get its thumbnail. If both exist,
164 if (image != null && (video == null || image.dateTaken >= video.dateTaken)) {
169 bitmap = Video.Thumbnails.getThumbnail(resolver, video.id,
170 Video.Thumbnails.MINI_KIND, null)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
channel.cc 485 // Sets the maximum video bandwidth for automatic bandwidth adjustment.
1000 LOG(LS_ERROR) << "Failed to SetRender on video channel";
1009 LOG(LS_ERROR) << "Failed to SetSend on video channel";
1045 const VideoContentDescription* video = local
1068 const VideoContentDescription* video = local
    [all...]
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...]
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...]
  /external/qemu/distrib/sdl-1.2.15/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
224 /* Set up the new video mode rectangle */
379 GAPIVID_DRIVER_NAME, "WinCE GAPI video driver",
621 SDL_Surface *video; local
634 video = current;
667 video = SDL_CreateRGBSurface(SDL_SWSURFACE,
669 if ( video == NULL ) {
677 video->flags = SDL_FULLSCREEN; /* Clear flags, GAPI supports fullscreen only */
690 SDL_SetError("Couldn't get address of video memory, may be unsupported device or bug")
    [all...]
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
BackDropperFilter.java 66 // image contents, NOT dimensions of input video stream.
205 private static final String[] mInputNames = {"video",
208 private static final String[] mOutputNames = {"video"};
261 // tex_sampler_0: Mip-map for foreground (live) video frame.
324 // tex_sampler_0: Mip-map for foreground (live) video frame.
325 // tex_sampler_1: Mip-map for background (playback) video frame.
349 // tex_sampler_0: Foreground (live) video frame.
350 // tex_sampler_1: Background (playback) video frame.
398 // tex_sampler_0: Mip-map for foreground (live) video frame.
424 // tex_sampler_0: Mip-map for foreground (live) video frame
701 Frame video = pullInput("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...]
  /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-pc-bios/bochs/
bochs.h 436 bx_bool video; member in struct:__anon14077
  /external/webkit/Source/WebCore/rendering/
RenderLayerCompositor.cpp 418 #if ENABLE(VIDEO)
420 // If it's a video, give the media player a chance to hook up to the layer.
421 RenderVideo* video = toRenderVideo(layer->renderer()); local
422 video->acceleratedRenderingStateChanged();
765 #if ENABLE(VIDEO)
766 // Video is special. It's a replaced element with a content layer, but has shadow content
768 // when the video element is a stacking context (e.g. due to opacity or transform).
1540 RenderVideo* video = toRenderVideo(renderer); local
    [all...]
  /frameworks/native/include/media/openmax/
OMX_Component.h 97 OMX_VIDEO_PORTDEFINITIONTYPE video; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon20073
  /hardware/qcom/media/mm-core/inc/
OMX_Component.h 80 OMX_VIDEO_PORTDEFINITIONTYPE video; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon20877
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Component.h 80 OMX_VIDEO_PORTDEFINITIONTYPE video; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon20882
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Component.h 80 OMX_VIDEO_PORTDEFINITIONTYPE video; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon21129

Completed in 1198 milliseconds

12 3 4