HomeSort by relevance Sort by last modified time
    Searched refs:video (Results 101 - 125 of 201) sorted by null

1 2 3 45 6 7 8 9

  /packages/apps/Mms/src/com/android/mms/ui/
SlideshowEditor.java 154 VideoModel video = new VideoModel(mContext, newVideo, local
157 slide.add(video);
158 slide.updateDuration(video.getDuration());
SlideshowPresenter.java 219 * @param video
223 protected void presentVideo(SlideViewInterface view, VideoModel video,
226 view.setVideo(video.getSrc(), video.getUriWithDrmCheck());
236 view.setVideoVisibility(video.isVisible());
238 MediaAction action = video.getCurrentAction();
246 view.seekVideo(video.getSeekTo());
SlideshowAttachmentView.java 103 public void setVideo(String name, Uri video) {
106 mp.setDataSource(mContext, video);
BasicSlideEditorView.java 133 public void setVideo(String name, Uri video) {
135 Bitmap bitmap = VideoAttachmentView.createVideoThumbnail(mContext, video);
SlideListItemView.java 114 public void setVideo(String name, Uri video) {
125 mp.setDataSource(mContext, video);
143 // Stopping video is not needed in this view.
ImageAttachmentView.java 101 public void setVideo(String name, Uri video) {
  /packages/apps/Camera/src/com/android/camera/
Thumbnail.java 30 import android.provider.MediaStore.Video;
31 import android.provider.MediaStore.Video.VideoColumns;
149 Media video = getLastVideoThumbnail(resolver); local
150 if (image == null && video == null) return null;
154 // If there is only image or video, get its thumbnail. If both exist,
156 if (image != null && (video == null || image.dateTaken >= video.dateTaken)) {
161 bitmap = Video.Thumbnails.getThumbnail(resolver, video.id,
162 Video.Thumbnails.MINI_KIND, null)
    [all...]
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec.c 67 #define COMPONENT_NAME "OMX.TI.DUCATI1.VIDEO.DECODER"
71 //Define port indices in video decoder proxy
352 if(pPortDef->format.video.eColorFormat == OMX_COLOR_FormatYUV420PackedSemiPlanar)
356 pPortDef->format.video.eColorFormat = HAL_NV12_PADDED_PIXEL_FORMAT;
360 pPortDef->format.video.eColorFormat = OMX_TI_COLOR_FormatYUV420PackedSemiPlanar;
415 if(pPortDef->format.video.eColorFormat == OMX_TI_COLOR_FormatYUV420PackedSemiPlanar
416 || pPortDef->format.video.eColorFormat == HAL_NV12_PADDED_PIXEL_FORMAT)
418 pPortDef->format.video.eColorFormat = OMX_COLOR_FormatYUV420PackedSemiPlanar;
568 if (sPortDef.eDomain == OMX_PortDomainVideo && sPortDef.format.video.eCompressionFormat == OMX_VIDEO_CodingUnused)
572 sPortDef.format.video.nStride = LINUX_PAGE_SIZE
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
bitstream_io.h 49 Void BitstreamSetOverrunBuffer(BitstreamEncVideo *stream, UChar *overrunBuffer, Int oBSize, VideoEncData *video);
fastcodemb.h 53 PV_STATUS CodeMB_H263(VideoEncData *video, approxDCT *function, Int QP, Int ncoefblck[], Int offset);
54 PV_STATUS CodeMB_MPEG(VideoEncData *video, approxDCT *function, Int QP, Int ncoefblck[], Int offset);
vlc_encode.h 40 Void MB_CodeCoeff(VideoEncData *video, BitstreamEncVideo *bs);
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c 226 OMX_STRING StrVideoEncoder= "OMX.TI.Video.encoder";
640 /* Input video frame format: YUV422 interleaved (1) or YUV420 (0) */
815 pAppData->pInPortDef->format.video.cMIMEType = "yuv";
816 pAppData->pInPortDef->format.video.pNativeRender = NULL;
817 pAppData->pInPortDef->format.video.nStride = -1;
818 pAppData->pInPortDef->format.video.nSliceHeight = -1;
819 pAppData->pInPortDef->format.video.xFramerate = fToQ16(pAppData->nFramerate);
820 pAppData->pInPortDef->format.video.bFlagErrorConcealment = OMX_FALSE;
821 pAppData->pInPortDef->format.video.eColorFormat = pAppData->eColorFormat;
822 pAppData->pInPortDef->format.video.nFrameWidth = pAppData->nWidth
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEncoder.c 386 pComponentPrivate->cComponentName = "OMX.TI.Video.encoder";
626 pPortDef->format.video.cMIMEType = "yuv";
627 pPortDef->format.video.pNativeRender = NULL;
628 pPortDef->format.video.nFrameWidth = 176;
629 pPortDef->format.video.nFrameHeight = 144;
630 pPortDef->format.video.nStride = -1;
631 pPortDef->format.video.nSliceHeight = -1;
632 pPortDef->format.video.xFramerate = fToQ16(15.0);
633 pPortDef->format.video.bFlagErrorConcealment = OMX_FALSE;
634 pPortDef->format.video.eCompressionFormat = OMX_VIDEO_CodingUnused
    [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.h 49 // voice and video channels; by doing so, it can temporarily pause all the
50 // channels when a new audio or video device is chosen. The voice and video
52 // voice or just video channels.
77 // Retrieves the list of supported audio & video codec types.
82 // Determines if a specific audio or video codec is supported.
109 // Creates a video channel, synced with the specified voice channel, and
114 // Destroys a video channel created with the Create API.
128 // Configures the audio and video devices.
183 void SetMediaLogging(bool video, int level, const char* filter)
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/test/
omx_vdec_test.cpp 501 DEBUG_PRINT_ERROR("Error - Drop the frame at the renderer. Video frame with ts %lu usec behind by %ld usec"
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/h264enc/
SEC_OMX_H264enc.c 197 pH264Arg->SourceWidth = pSECOutputPort->portDefinition.format.video.nFrameWidth;
198 pH264Arg->SourceHeight = pSECOutputPort->portDefinition.format.video.nFrameHeight;
203 pH264Arg->Bitrate = pSECOutputPort->portDefinition.format.video.nBitrate;
217 pH264Arg->FrameRate = (pSECInputPort->portDefinition.format.video.xFramerate) >> 16;
234 switch ((SEC_OMX_COLOR_FORMATTYPE)pSECInputPort->portDefinition.format.video.eColorFormat) {
258 SEC_OSAL_Log(SEC_LOG_TRACE, "Video Encode VBR");
264 SEC_OSAL_Log(SEC_LOG_TRACE, "Video Encode CBR");
271 SEC_OSAL_Log(SEC_LOG_TRACE, "Video Encode VBR");
503 pSECComponent->pSECPort[OUTPUT_PORT_INDEX].portDefinition.format.video.eCompressionFormat = OMX_VIDEO_CodingAVC;
799 pSECOutputPort->portDefinition.format.video.nFrameWidth
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit.c 276 SDL_VideoDevice *video = current_video; local
278 video->CheckHWBlit(this, surface, surface->map->dst);
287 SDL_VideoDevice *video = current_video; local
289 video->CheckHWBlit(this, surface, surface->map->dst);
  /system/media/mca/filterpacks/videoproc/java/
BackDropperFilter.java 65 // image contents, NOT dimensions of input video stream.
204 private static final String[] mInputNames = {"video",
207 private static final String[] mOutputNames = {"video"};
260 // tex_sampler_0: Mip-map for foreground (live) video frame.
323 // tex_sampler_0: Mip-map for foreground (live) video frame.
324 // tex_sampler_1: Mip-map for background (playback) video frame.
348 // tex_sampler_0: Foreground (live) video frame.
349 // tex_sampler_1: Background (playback) video frame.
397 // tex_sampler_0: Mip-map for foreground (live) video frame.
423 // tex_sampler_0: Mip-map for foreground (live) video frame
686 Frame video = pullInput("video"); local
    [all...]
  /external/libvpx/nestegg/src/
nestegg.c 67 /* Video Elements */
201 struct video { struct
229 struct video video; member in struct:track_entry
376 E_FIELD(ID_PIXEL_WIDTH, TYPE_UINT, struct video, pixel_width),
377 E_FIELD(ID_PIXEL_HEIGHT, TYPE_UINT, struct video, pixel_height),
378 E_FIELD(ID_PIXEL_CROP_BOTTOM, TYPE_UINT, struct video, pixel_crop_bottom),
379 E_FIELD(ID_PIXEL_CROP_TOP, TYPE_UINT, struct video, pixel_crop_top),
380 E_FIELD(ID_PIXEL_CROP_LEFT, TYPE_UINT, struct video, pixel_crop_left),
381 E_FIELD(ID_PIXEL_CROP_RIGHT, TYPE_UINT, struct video, pixel_crop_right)
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
block_idct.cpp 222 void MBlockIDCT(VideoDecData *video)
224 Vop *currVop = video->currVop;
225 MacroBlock *mblock = video->mblock;
229 int x_pos = video->mbnum_col;
230 int y_pos = video->mbnum_row;
233 width = video->width;
  /hardware/qcom/media/mm-video/vidc/vdec/
Android.mk 95 # Make the driver-test (mm-video-driver-test)
103 LOCAL_MODULE := mm-video-driver-test
  /hardware/qcom/media/mm-video/vidc/venc/
Android.mk 92 # Make the apps-test (mm-video-driver-test)
100 LOCAL_MODULE := mm-video-encdrv-test
  /hardware/qcom/media/mm-video/vidc/venc/test/
venc_test.cpp 359 portdef.format.video.nFrameWidth = m_sProfile.nFrameWidth;
360 portdef.format.video.nFrameHeight = m_sProfile.nFrameHeight;
362 E ("\n Height %d width %d bit rate %d",portdef.format.video.nFrameHeight
363 ,portdef.format.video.nFrameWidth,portdef.format.video.nBitrate);
375 portdef.format.video.nFrameWidth = m_sProfile.nFrameWidth;
376 portdef.format.video.nFrameHeight = m_sProfile.nFrameHeight;
377 portdef.format.video.nBitrate = m_sProfile.nBitrate;
378 portdef.format.video.xFramerate = m_sProfile.nFramerate << 16;
755 "OMX.qcom.video.encoder.mpeg4"
    [all...]
  /hardware/ti/omap3/omx/
Android.mk 34 TI_OMX_VIDEO := $(TI_OMX_TOP)/video/src/openmax_il
115 #call to video

Completed in 973 milliseconds

1 2 3 45 6 7 8 9