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

1 2 3 4 56 7 8 91011

  /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/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
Exynos_OMX_Vp8dec.c 549 bufferConf.nSizeImage = pExynosInputPort->portDefinition.format.video.nFrameWidth
550 * pExynosInputPort->portDefinition.format.video.nFrameHeight * 3 / 2;
648 if ((pExynosInputPort->portDefinition.format.video.nFrameWidth != pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameWidth) ||
649 (pExynosInputPort->portDefinition.format.video.nFrameHeight != pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameHeight)) {
650 pExynosInputPort->portDefinition.format.video.nFrameWidth = pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameWidth;
651 pExynosInputPort->portDefinition.format.video.nFrameHeight = pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameHeight;
652 pExynosInputPort->portDefinition.format.video.nStride = ((pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameWidth + 15) & (~15));
653 pExynosInputPort->portDefinition.format.video.nSliceHeight = ((pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameHeight + 15) & (~15));
668 if ((pExynosInputPort->portDefinition.format.video.nFrameWidth != pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameWidth) ||
669 (pExynosInputPort->portDefinition.format.video.nFrameHeight != pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameHeight) |
    [all...]
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_interface2.h 126 mm_camera_image_fmt_t video; member in struct:__anon1915
134 mm_camera_ch_image_fmt_video_t video; member in union:__anon1916::__anon1917
192 mm_camera_buf_def_t video; member in struct:__anon1928
202 mm_camera_buf_video_t video; member in union:__anon1929::__anon1930
208 MM_CAMERA_OPS_VIDEO, // start/stop video
317 mm_camera_notify_frame_t video; member in struct:__anon1942
330 mm_camera_notify_video_buf_t video; member in struct:__anon1944
mm_camera_notify.c 640 stream = &my_obj->ch[MM_CAMERA_CH_VIDEO].video.video;
645 ALOGV("Video thread locked");
651 data[cnt].video.main.frame = NULL;
652 data[cnt].video.main.idx = -1;
653 data[cnt].video.video.idx = idx;
654 data[cnt].video.video.frame = &my_obj->ch[MM_CAMERA_CH_VIDEO].video.video
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
Exynos_OMX_Mpeg4enc.c 231 pCommonParam->SourceWidth = pExynosOutputPort->portDefinition.format.video.nFrameWidth;
232 pCommonParam->SourceHeight = pExynosOutputPort->portDefinition.format.video.nFrameHeight;
235 pCommonParam->Bitrate = pExynosOutputPort->portDefinition.format.video.nBitrate;
259 switch ((EXYNOS_OMX_COLOR_FORMATTYPE)pExynosInputPort->portDefinition.format.video.eColorFormat) {
281 pMpeg4Param->TimeIncreamentRes = (pExynosInputPort->portDefinition.format.video.xFramerate) >> 16;
291 Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "Video Encode DBR");
297 Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "Video Encode CBR");
304 Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "Video Encode VBR");
339 pCommonParam->SourceWidth = pExynosOutputPort->portDefinition.format.video.nFrameWidth;
340 pCommonParam->SourceHeight = pExynosOutputPort->portDefinition.format.video.nFrameHeight
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
Exynos_OMX_H264enc.c 240 pCommonParam->SourceWidth = pExynosOutputPort->portDefinition.format.video.nFrameWidth;
241 pCommonParam->SourceHeight = pExynosOutputPort->portDefinition.format.video.nFrameHeight;
244 pCommonParam->Bitrate = pExynosOutputPort->portDefinition.format.video.nBitrate;
269 switch ((EXYNOS_OMX_COLOR_FORMATTYPE)pExynosInputPort->portDefinition.format.video.eColorFormat) {
291 pH264Param->FrameRate = (pExynosInputPort->portDefinition.format.video.xFramerate) >> 16;
311 Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "Video Encode DBR");
317 Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "Video Encode CBR");
324 Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "Video Encode VBR");
369 if (pCommonParam->Bitrate != (int)pExynosOutputPort->portDefinition.format.video.nBitrate) {
370 setParam = pExynosOutputPort->portDefinition.format.video.nBitrate
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
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);
  /packages/apps/Mms/src/com/android/mms/ui/
BasicSlideEditorView.java 131 public void setVideo(String name, Uri video) {
133 Bitmap bitmap = VideoAttachmentView.createVideoThumbnail(mContext, video);
SlideListItemView.java 114 public void setVideo(String name, Uri video) {
125 mp.setDataSource(mContext, video);
146 // Stopping video is not needed in this view.
ImageAttachmentView.java 101 public void setVideo(String name, Uri video) {
  /external/qemu/distrib/sdl-1.2.15/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);
  /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/libvpx/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...]
  /hardware/qcom/media/mm-video/vidc/vdec/test/
omx_vdec_test.cpp     [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
Exynos_OMX_VencControl.c     [all...]
  /frameworks/av/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 114 # Make the driver-test (mm-video-driver-test)
121 LOCAL_MODULE := mm-video-driver-test
  /hardware/qcom/media/mm-video/vidc/venc/
Android.mk 110 # Make the apps-test (mm-video-driver-test)
117 LOCAL_MODULE := mm-video-encdrv-test
  /hardware/ti/omap3/omx/
Android.mk 34 TI_OMX_VIDEO := $(TI_OMX_TOP)/video/src/openmax_il
115 #call to video
  /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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
bootparam.h 10 #include <video/edid.h>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
bootparam.h 10 #include <video/edid.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
bootparam.h 10 #include <video/edid.h>

Completed in 1190 milliseconds

1 2 3 4 56 7 8 91011