Searched refs:video (Results 26 - 50 of 56) 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.");
403 def->format.video.nStride = align(def->format.video.nStride, 16);
404 def->format.video.nSliceHeight = align(def->format.video.nSliceHeight, 16);
405 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/libmediaplayer2/nuplayer2/
H A DNuPlayer2.h319 void performDecoderFlush(FlushCommand audio, FlushCommand video);
330 bool audio, bool video, const sp<AMessage> &reply);
H A DHTTPLiveSource2.cpp383 bool video = changedMask & LiveSession::STREAMTYPE_VIDEO; local
391 notify->setInt32("video", video);
H A DNuPlayer2.cpp159 FlushDecoderAction(FlushCommand audio, FlushCommand video) argument
161 mVideo(video) {
609 mime = "video/";
703 FLUSH_CMD_SHUTDOWN /* video */));
902 ALOGD("onSetVideoSurface(%p, %s video decoder)",
920 FLUSH_CMD_SHUTDOWN /* video */));
926 // Issue a seek to refresh the video screen only if started otherwise
928 // If the video decoder is not set (perhaps audio only in this case)
1141 // initialize video before audio because successful initialization of
1142 // video ma
2202 queueDecoderShutdown( bool audio, bool video, const sp<AMessage> &reply) argument
2374 performDecoderFlush(FlushCommand audio, FlushCommand video) argument
2787 int32_t audio, video; local
[all...]
H A DRTSPSource2.cpp194 ALOGV("video track doesn't have enough data yet. (%.2f secs buffered)",
418 const bool video = false; local
425 source = getSource(video);
462 const bool video = false; local
465 if (sourceNearEOS(audio) || sourceNearEOS(video)) {
558 source = getSource(false /* video */);
744 bool isVideo = !strncasecmp(mime, "video/", 6);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.h323 void performDecoderFlush(FlushCommand audio, FlushCommand video);
333 bool audio, bool video, const sp<AMessage> &reply);
H A DHTTPLiveSource.cpp382 bool video = changedMask & LiveSession::STREAMTYPE_VIDEO; local
390 notify->setInt32("video", video);
H A DNuPlayer.cpp124 FlushDecoderAction(FlushCommand audio, FlushCommand video) argument
126 mVideo(video) {
518 mime = "video/";
764 ALOGD("onSetVideoSurface(%p, %s video decoder)",
782 FLUSH_CMD_SHUTDOWN /* video */));
788 // Issue a seek to refresh the video screen only if started otherwise
790 // If the video decoder is not set (perhaps audio only in this case)
1001 // initialize video before audio because successful initialization of
1002 // video may change deep buffer mode of audio.
1029 // video track
2155 queueDecoderShutdown( bool audio, bool video, const sp<AMessage> &reply) argument
2326 performDecoderFlush(FlushCommand audio, FlushCommand video) argument
2694 int32_t audio, video; local
[all...]
H A DRTSPSource.cpp196 ALOGV("video track doesn't have enough data yet. (%.2f secs buffered)",
420 const bool video = false; local
427 source = getSource(video);
464 const bool video = false; local
467 if (sourceNearEOS(audio) || sourceNearEOS(video)) {
560 source = getSource(false /* video */);
746 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,
/frameworks/base/services/core/jni/
H A Dcom_android_server_ArcVideoService.cpp35 #include <components/arc/common/video.mojom.h>
101 ALOGE("ArcBridgeHost version %d, does not support video (version %d)\n", version,
/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

Completed in 351 milliseconds

123