Searched refs:video (Results 26 - 50 of 52) sorted by relevance

123

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfastcodemb.cpp30 /* video Video encoder data structure */
36 /* video->outputMB Quantized DCT coefficients. */
50 PV_STATUS CodeMB_H263(VideoEncData *video, approxDCT *function, Int QP, Int ncoefblck[]) argument
52 Int sad, k, CBP, mbnum = video->mbnum;
54 UChar Mode = video->headerInfo.Mode[mbnum];
55 UChar *bitmapcol, *bitmaprow = video->bitmaprow;
57 UChar shortHeader = video->vol[video->currLayer]->shortVideoHeader;
73 Vop *currVop = video->currVop;
74 VideoEncFrameIO *inputFrame = video
279 CodeMB_MPEG(VideoEncData *video, approxDCT *function, Int QP, Int ncoefblck[]) argument
[all...]
H A Dbitstream_io.cpp45 /* 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) argument
780 stream->video = video;
789 VideoEncData *video = stream->video; local
801 if (video->overrunBuffer)
803 M4VENC_FREE(video->overrunBuffer);
805 video
[all...]
H A Dbitstream_io.h49 Void BitstreamSetOverrunBuffer(BitstreamEncVideo *stream, UChar *overrunBuffer, Int oBSize, VideoEncData *video);
H A Dfastcodemb.h53 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);
H A Dvlc_encode.h40 Void MB_CodeCoeff(VideoEncData *video, BitstreamEncVideo *bs);
H A Dmotion_comp.cpp90 /* Purpose : Get the motion compensate block into video->predictionMB */
91 /* and generate video->predictionErrorMB */
98 void getMotionCompensatedMB(VideoEncData *video, Int ind_x, Int ind_y, Int offset) argument
100 Vop *prevVop = video->forwardRefVop; //reference frame
101 Vop *currVop = video->currVop;
102 Int mbnum = video->mbnum; //mb index
103 MOT *mot = video->mot[mbnum];
108 Int mode = video->headerInfo.Mode[mbnum]; /* get mode */
116 round1 = (Int)(1 - video->currVop->roundingType);
126 c_rec = video
[all...]
H A Dmp4lib_int.h29 Int(*writeVideoPacket)(UChar *buf, Int nbytes_required); /*write video packet out */
30 UChar *bitstreamBuffer; /*buffer to hold one video packet*/
37 struct tagVideoEncData *video; member in struct:tagBitstream
126 /* for short video header */
269 float mad; /* mad for current frame, = video->avgMAD*/
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpost_filter.cpp32 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
31 PostFilter( VideoDecData *video, int filter_type, uint8 *output) argument
[all...]
H A Dvlc_decode.cpp132 PV_STATUS PV_GetMBvectors(VideoDecData *video, uint mode) argument
135 BitstreamDecVideo *stream = video->bitstream;
136 int f_code_f = video->currVop->fcodeForward;
140 MOT *mot_x = video->motX;
141 MOT *mot_y = video->motY;
144 int x_pos = video->mbnum_col;
145 int y_pos = video->mbnum_row;
146 int doubleWidth = video->nMBPerRow << 1;
162 mv_prediction(video, k, &mvx, &mvy);
189 mv_prediction(video,
353 mv_prediction( VideoDecData *video, int block, MOT *mvx, MOT *mvy ) argument
[all...]
H A Dblock_idct.cpp222 void MBlockIDCT(VideoDecData *video) argument
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;
H A Dmp4lib_int.h239 /* for short video header */
289 typedef int (*VlcDequantBlockFuncP)(void *video, int comp, int switched,
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp272 ALOGE("failed to decode video frame.");
402 def->format.video.nStride = align(def->format.video.nStride, 16);
403 def->format.video.nSliceHeight = align(def->format.video.nSliceHeight, 16);
404 def->nBufferSize = (def->format.video.nStride * def->format.video.nSliceHeight * 3) / 2;
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
H A DBackDropperFilter.java64 // image contents, NOT dimensions of input video stream.
203 private static final String[] mInputNames = {"video",
206 private static final String[] mOutputNames = {"video"};
259 // tex_sampler_0: Mip-map for foreground (live) video frame.
322 // tex_sampler_0: Mip-map for foreground (live) video frame.
323 // tex_sampler_1: Mip-map for background (playback) video frame.
347 // tex_sampler_0: Foreground (live) video frame.
348 // tex_sampler_1: Background (playback) video frame.
396 // tex_sampler_0: Mip-map for foreground (live) video frame.
422 // tex_sampler_0: Mip-map for foreground (live) video fram
926 updateBgScaling(Frame video, Frame background, boolean fitModeChanged) argument
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.h306 void performDecoderFlush(FlushCommand audio, FlushCommand video);
316 bool audio, bool video, const sp<AMessage> &reply);
H A DNuPlayer.cpp123 FlushDecoderAction(FlushCommand audio, FlushCommand video) argument
125 mVideo(video) {
503 mime = "video/";
749 ALOGD("onSetVideoSurface(%p, %s video decoder)",
767 FLUSH_CMD_SHUTDOWN /* video */));
773 // Issue a seek to refresh the video screen only if started otherwise
775 // If the video decoder is not set (perhaps audio only in this case)
986 // initialize video before audio because successful initialization of
987 // video may change deep buffer mode of audio.
1014 // video track
2012 queueDecoderShutdown( bool audio, bool video, const sp<AMessage> &reply) argument
2183 performDecoderFlush(FlushCommand audio, FlushCommand video) argument
2546 int32_t audio, video; local
[all...]
H A DHTTPLiveSource.cpp401 bool video = changedMask & LiveSession::STREAMTYPE_VIDEO; local
409 notify->setInt32("video", video);
H A DRTSPSource.cpp210 ALOGV("video track doesn't have enough data yet. (%.2f secs buffered)",
425 const bool video = false; local
432 source = getSource(video);
469 const bool video = false; local
472 if (sourceNearEOS(audio) || sourceNearEOS(video)) {
595 source = getSource(false /* video */);
781 bool isVideo = !strncasecmp(mime, "video/", 6);
/frameworks/av/media/libstagefright/omx/1.0/
H A DWGraphicBufferSource.cpp187 def.format.video.nFrameWidth,
188 def.format.video.nFrameHeight,
/frameworks/av/media/libstagefright/omx/
H A DBWGraphicBufferSource.cpp126 def.format.video.nFrameWidth,
127 def.format.video.nFrameHeight,
H A DOMXNodeInstance.cpp1477 if (def.format.video.eColorFormat != OMX_COLOR_FormatAndroidOpaque) {
1480 asString(def.format.video.eColorFormat), def.format.video.eColorFormat);
1484 if (def.format.video.nFrameWidth == 0
1485 || def.format.video.nFrameHeight == 0) {
1486 ALOGE("Invalid video dimension %ux%u",
1487 def.format.video.nFrameWidth,
1488 def.format.video.nFrameHeight);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DMediaRecorderStressTest.java163 File video = new File(fileName);
164 Log.v(TAG, "remove recorded video " + fileName);
165 video.delete();
221 Log.v(TAG, "video encoder : " + videoEncoder);
224 Log.v(TAG, "video width : " + videoWidth);
225 Log.v(TAG, "video height : " + videoHeight);
292 // for more granular control of video encoding.
326 // Set video source
335 // http://developer.android.com/guide/topics/media/camera.html#time-lapse-video
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s60 ; * [in] videoComp video component type (luminance, chrominance or
/frameworks/native/headers/media_plugin/media/openmax/
H A DOMX_Component.h97 OMX_VIDEO_PORTDEFINITIONTYPE video; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon1526
/frameworks/native/include/media/openmax/
H A DOMX_Component.h97 OMX_VIDEO_PORTDEFINITIONTYPE video; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon1637
/frameworks/base/core/java/com/google/android/util/
H A DAbstractMessageParser.java200 //Look for video links
201 Video video = Video.matchURL(url, text);
202 if (video != null) {
203 return video;
206 // Look for video links.
811 /** Pattern for a video URL. */
813 "(?i)http://video\\.google\\.[a-z0-9]+(?:\\.[a-z0-9]+)?/videoplay\\?"
828 /** Returns a Video object if the given url is to a video. */
845 /** Returns the URL for the RSS description of the given video. */
847 return "http://video
[all...]

Completed in 2006 milliseconds

123