HomeSort by relevance Sort by last modified time
    Searched full:video (Results 176 - 200 of 1248) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/opencore/engines/player/test/src/
test_pv_player_engine_testset6.h 78 * - Data Sink(s): Video[FileOutputNode-test_player_rtspurl_video.dat]\n
84 * -# AddDataSink() (video)
90 * -# RemoveDataSink() (video)
339 * - Data Sink(s): Video[FileOutputNode-test_player_rtspurl_video.dat]\n
345 * -# AddDataSink() (video)
351 * -# RemoveDataSink() (video)
469 * - Data Sink(s): Video[FileOutputNode-test_player_rtspurl_video.dat]\n
475 * -# AddDataSink() (video)
481 * -# RemoveDataSink() (video)
602 * - Data Sink(s): Video[FileOutputNode-test_player_rtspurl_video.dat]\
    [all...]
test_pv_player_engine_testset8.h 80 /* For VIDEO MEDIA TYPE Stream the fixed size of Format Data fields
93 * - Data Sink(s): Video[File Output MediaIO Interface Node-test_player_printmetadata_video.dat]\n
104 * -# AddDataSink() (video)
119 * -# RemoveDataSink() (video)
235 * - Data Sink(s): Video[File Output MediaIO Interface Node-test_player_printmemstats_video.dat]\n
244 * -# AddDataSink() (video)
251 * -# RemoveDataSink() (video)
356 * - Data Sink(s): Video[File Output MediaIO Interface Node-test_player_playuntileos_%SOURCEFILENAME%_video.dat]\n
363 * -# AddDataSink() (video)
370 * -# RemoveDataSink() (video)
    [all...]
test_pv_player_engine_testset5.h 223 * - Data Sink(s): Video[FileOutputNode-test_player_ftdlnormal_video.dat]\n
229 * -# AddDataSink() (video)
237 * -# RemoveDataSink() (video)
269 * - Data Sink(s): Video[FileOutputNode-test_player_3gppdlnormal_video.dat]\n
275 * -# AddDataSink() (video)
283 * -# RemoveDataSink() (video)
327 * - Data Sink(s): Video[FileOutputNode-test_player_3gppdlnormal_video.dat]\n
333 * -# AddDataSink() (video)
341 * -# RemoveDataSink() (video)
610 * -# AddDataSink() (video)
    [all...]
  /frameworks/base/media/libmedia/
mediarecorder.cpp 64 LOGE("try to set preview surface without setting the video source first");
115 LOGE("video source has already been set");
184 if (mIsVideoSourceSet && of >= OUTPUT_FORMAT_AUDIO_ONLY_START) { //first non-video output format
185 LOGE("output format (%d) is meant for audio recording only and incompatible with video recording", of);
207 LOGE("try to set the video encoder without setting the video source first");
211 LOGE("video encoder has already been set");
323 LOGE("try to set video size without setting video source first");
348 LOGE("try to set video frame rate without setting video source first")
    [all...]
  /external/opencore/codecs_v2/video/avc_h264/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 24 AVCCommonObj *video = encvid->common; local
27 int x_position = (video->mb_x << 4);
28 int y_position = (video->mb_y << 4);
45 pDst = video->currPic->Sl + offset1;
46 offset = video->PicWidthInSamplesL - 16;
78 pDst = video->currPic->Scb + ((offset1 + x_position) >> 2);
112 pDst = video->currPic->Scr + ((offset1 + x_position) >> 2);
149 AVCCommonObj *video = encvid->common; local
242 nC = predict_nnz(video, bindx & 3, bindx >> 2);
246 nC = predict_nnz_chroma(video, bindx & 3, bindx >> 2)
    [all...]
  /external/opencore/codecs_v2/omx/omx_m4v/src/
omx_mpeg4_component.cpp 304 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.cMIMEType = (OMX_STRING)"video/mpeg4";
305 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.eCompressionFormat = OMX_VIDEO_CodingMPEG4;
310 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.cMIMEType = (OMX_STRING)"video/h263";
311 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.eCompressionFormat = OMX_VIDEO_CodingH263;
315 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.pNativeRender = 0;
316 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.bFlagErrorConcealment = OMX_FALSE;
318 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.eColorFormat = OMX_COLOR_FormatUnused;
319 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.nFrameWidth = 176
    [all...]
  /external/opencore/extern_libs_v2/khronos/openmax/include/
OMX_Video.h 43 * The structures is needed by Video components to exchange parameters
49 /** @defgroup video OpenMAX IL Video Domain
51 * Structures for OpenMAX IL Video domain
70 * Enumeration used to define the possible video compression codings.
84 OMX_VIDEO_CodingWMV, /**< all versions of Windows Media Video */
85 OMX_VIDEO_CodingRV, /**< all versions of Real Video */
95 * Data structure used to define a video path. The number of Video paths for
96 * input and output will vary by type of the Video component.
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Video.h 26 * The structures is needed by Video components to exchange parameters
32 /** @defgroup video OpenMAX IL Video Domain
34 * Structures for OpenMAX IL Video domain
53 * Enumeration used to define the possible video compression codings.
67 OMX_VIDEO_CodingWMV, /**< all versions of Windows Media Video */
68 OMX_VIDEO_CodingRV, /**< all versions of Real Video */
78 * Data structure used to define a video path. The number of Video paths for
79 * input and output will vary by type of the Video component.
    [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...]
  /external/opencore/engines/common/include/
pv_plugin_interfaces.h 134 * Audio, Video, Data etc. Each supported type is indicated by a MIME type structure.
207 * This identifies the type of media eg audio or video and the stream id.
241 * This identifies the type of media eg audio or video and the stream id.
267 * This identifies the type of media eg audio or video and the stream id.
399 * This identifies the type of media eg audio or video and the stream id.
433 * This identifies the type of media eg audio or video and the stream id.
663 * MPVVideoInput can be implemented by any video data source that needs to work with
671 * Set the video frame format. This must be from the list of supported formats.
672 * @param "aFormat" The mime string describing the video frame format.
678 * Set the video frame rate. This must be within the range of supported frame rate
    [all...]
  /external/opencore/nodes/pvomxvideodecnode/src/
pvmf_omx_videodec_node.cpp 90 static const char PVOMXVIDEODECMETADATA_CODECINFO_VIDEO_FORMAT_KEY[] = "codec-info/video/format";
91 static const char PVOMXVIDEODECMETADATA_CODECINFO_VIDEO_WIDTH_KEY[] = "codec-info/video/width";
92 static const char PVOMXVIDEODECMETADATA_CODECINFO_VIDEO_HEIGHT_KEY[] = "codec-info/video/height";
93 static const char PVOMXVIDEODECMETADATA_CODECINFO_VIDEO_PROFILE_KEY[] = "codec-info/video/profile";
94 static const char PVOMXVIDEODECMETADATA_CODECINFO_VIDEO_LEVEL_KEY[] = "codec-info/video/level";
95 static const char PVOMXVIDEODECMETADATA_CODECINFO_VIDEO_AVGBITRATE_KEY[] = "codec-info/video/avgbitrate";//(bits per sec)
223 iYUVWidth = iParamPort.format.video.nFrameWidth;
224 iYUVHeight = iParamPort.format.video.nFrameHeight;
235 iStride = OSCL_ABS(iParamPort.format.video.nStride);
236 iSliceHeight = iParamPort.format.video.nSliceHeight
    [all...]
  /external/kernel-headers/original/linux/
videodev.h 2 * Video for Linux version 1 - OBSOLETE
200 int video; /* Video minor */ member in struct:video_unit
256 #define VIDIOCGWIN _IOR('v',9, struct video_window) /* Get the video overlay window */
257 #define VIDIOCSWIN _IOW('v',10, struct video_window) /* Set the video overlay window - passes clip list for hardware smarts , chromakey etc */
260 #define VIDIOCKEY _IOR('v',13, struct video_key) /* Video key event - to dev 255 is to all - cuts capture on all DMA windows with this key (0xFFFFFFFF == all) */
271 #define VIDIOCSPLAYMODE _IOW('v',24, struct video_play_mode) /* Set output video mode/feature */
  /external/opencore/codecs_v2/omx/omx_h264/src/
omx_avc_component.cpp 240 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.cMIMEType = (OMX_STRING)"video/Avc";
241 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.pNativeRender = 0;
242 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.bFlagErrorConcealment = OMX_FALSE;
243 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.eCompressionFormat = OMX_VIDEO_CodingAVC;
244 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.eColorFormat = OMX_COLOR_FormatUnused;
245 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.nFrameWidth = 176;
246 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.nFrameHeight = 144;
247 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.nBitrate = 64000;
248 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.xFramerate = (15 << 16)
    [all...]
  /external/opencore/codecs_v2/video/m4v_h263/dec/include/
pvm4vdecoder.h 40 This is the initialization routine of the MPEG-4 video decoder for decoding an nLayers MPEG-4 bitstream (not
41 used for H.263 and ShortHeader Modes). Video object layer headers for all layers are passed in through the array
57 This function takes the compressed bitstreams of a multiple layer video and decodes the next YUV 4:2:0 frame to
64 timestamp. The buffer_size[] parameter for video layers is updated with the remaining number of bytes in each
66 passed into the video decoder at once. The decoder will decode one frame at a time. If there is no data at the
90 This function returns the display width and height of the video bitstream.
101 This function returns the timestamp of the most recently decoded video frame.
  /external/opencore/doc/pvauthor_html/
classMPVVideoOutput.html 21 MPVVideoOutput can be implemented by any video data sink that needs to work with PV SDKs.
50 Get the video frame size <dl compact><dt><b>Parameters: </b></dt><dd>
53 The video frame size, in pixels </td></tr>
89 Set the video frame format. This must be from the list of supported formats. <dl compact><dt><b>Parameters: </b></dt><dd>
92 A mime string describing the video frame format. </td></tr>
128 Set the video frame size <dl compact><dt><b>Parameters: </b></dt><dd>
131 The video frame size, in pixels </td></tr>
classMPVVideoInput.html 22 MPVVideoInput can be implemented by any video data source that needs to work with PV SDKs.
51 Get the video frame size <dl compact><dt><b>Parameters: </b></dt><dd>
54 The video frame size, in pixels </td></tr>
90 Set the video frame format. This must be from the list of supported formats. <dl compact><dt><b>Parameters: </b></dt><dd>
93 The mime string describing the video frame format. </td></tr>
129 Set the video frame rate. This must be within the range of supported frame rates for the current frame size. <dl compact><dt><b>Parameters: </b></dt><dd>
132 The video frame rate to set. </td></tr>
168 Set the video frame size <dl compact><dt><b>Parameters: </b></dt><dd>
171 The video frame size, in pixels </td></tr>
  /frameworks/base/core/java/com/google/android/mms/
ContentType.java 62 public static final String VIDEO_UNSPECIFIED = "video/*";
63 public static final String VIDEO_3GPP = "video/3gpp";
64 public static final String VIDEO_3G2 = "video/3gpp2";
65 public static final String VIDEO_H263 = "video/h263";
66 public static final String VIDEO_MP4 = "video/mp4";
150 // add supported video types
190 return (null != contentType) && contentType.startsWith("video/");
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
android.provider.MediaStore.Video.Thumbnails.html 10 android.provider.MediaStore.Video.Thumbnails
74 Class android.provider.<A HREF="../../../../reference/android/provider/MediaStore.Video.Thumbnails.html" target="_top"><font size="+2"><code>MediaStore.Video.Thumbnails</code></font></A>
86 <A NAME="android.provider.MediaStore.Video.Thumbnails.cancelThumbnailRequest_added(android.content.ContentResolver, long, long)"></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/provider/MediaStore.Video.Thumbnails.html#cancelThumbnailRequest(android.content.ContentResolver, long, long)" target="_top"><code>cancelThumbnailRequest</code></A>(<code>ContentResolver,</nobr> long<nobr>,</nobr> long<nobr><nobr></code>)</nobr>
93 <A NAME="android.provider.MediaStore.Video.Thumbnails.getThumbnail_added(android.content.ContentResolver, long, long, int, android.graphics.BitmapFactory.Options)"></A>
94 <nobr><code>Bitmap</code>&nbsp;<A HREF="../../../../reference/android/provider/MediaStore.Video.Thumbnails.html#getThumbnail(android.content.ContentResolver, long, long, int, android.graphics.BitmapFactory.Options)" target="_top"><code>getThumbnail</code></A>(<code>ContentResolver,</nobr> long<nobr>,</nobr> long<nobr>,</nobr> int<nobr>,</nobr> Options<nobr><nobr></code>)</nobr>
  /packages/apps/Mms/src/com/android/mms/ui/
SlideshowPresenter.java 220 * @param video
224 protected void presentVideo(SlideViewInterface view, VideoModel video,
227 view.setVideo(video.getSrc(), video.getUriWithDrmCheck());
237 view.setVideoVisibility(video.isVisible());
239 MediaAction action = video.getCurrentAction();
247 view.seekVideo(video.getSeekTo());
  /external/opencore/codecs_v2/video/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/base/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/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
MediaRecorderStressTest.java 202 output.write("H263 video record- reset after prepare Stress test\n");
247 //Stress test case for switching camera and video recorder preview.
255 output.write("Camera and video recorder preview switching\n");
303 Log.v(TAG, "release video recorder");
329 File video = new File(filename); local
330 Log.v(TAG, "remove recorded video " + filename);
331 video.delete();
334 //Stress test case for record a video and play right away.
353 output.write("Video record and play back stress test:\n");
  /packages/apps/Gallery3D/
AndroidManifest.xml 46 <data android:mimeType="video/*" />
52 <data android:mimeType="video/*" />
82 <data android:mimeType="video/*" />
109 <data android:mimeType="video/*" />
117 <data android:mimeType="video/mpeg4" />
118 <data android:mimeType="video/mp4" />
119 <data android:mimeType="video/3gp" />
120 <data android:mimeType="video/3gpp" />
121 <data android:mimeType="video/3gpp2" />
  /external/opencore/codecs_v2/video/m4v_h263/enc/include/
mp4enc_api.h 261 * @param encCtrl is video encoder control structure that is always passed as input in all APIs
272 * @param encCtrl is video encoder control structure that is always passed as input in all APIs.
282 * @param encCtrl is video encoder control structure that is always passed as input in all APIs.
291 * @param encCtrl is video encoder control structure that is always passed as input in all APIs.
300 * @param encCtrl is video encoder control structure that is always passed as input in all APIs
309 * @param encCtrl is video encoder control structure that is always passed as input in all APIs
316 * @param encCtrl is video encoder control structure that is always passed as input in all APIs
330 * @param encCtrl is video encoder control structure that is always passed as input in all APIs
346 * @param encCtrl is video encoder control structure that is always passed as input in all APIs
361 * @param encCtrl is video encoder control structure that is always passed as input in all API
    [all...]

Completed in 171 milliseconds

1 2 3 4 5 6 78 91011>>