Searched defs:video (Results 26 - 34 of 34) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmotion_est.cpp75 void MBMotionSearch(VideoEncData *video, UChar *cur, UChar *best_cand[],
78 Int fullsearch(VideoEncData *video, Vol *currVol, UChar *ref, UChar *cur,
80 Int fullsearchBlk(VideoEncData *video, Vol *currVol, UChar *cent, UChar *cur,
83 VideoEncData *video, Int type_pred);
91 void PrepareCurMB(VideoEncData *video, UChar *cur);
105 void HTFMPrepareCurMB(VideoEncData *video, HTFM_Stat *htfm_stat, UChar *cur);
136 void MotionEstimation(VideoEncData *video) argument
138 UChar use_4mv = video->encParams->MV8x8_Enabled;
139 Vol *currVol = video->vol[video
534 InitHTFM(VideoEncData *video, HTFM_Stat *htfm_stat, double *newvar, Int *collect) argument
619 UpdateHTFM(VideoEncData *video, double *newvar, double *exp_lamda, HTFM_Stat *htfm_stat) argument
674 HTFMPrepareCurMB(VideoEncData *video, HTFM_Stat *htfm_stat, UChar *cur) argument
739 PrepareCurMB(VideoEncData *video, UChar *cur) argument
770 MBMotionSearch(VideoEncData *video, UChar *cur, UChar *best_cand[], Int i0, Int j0, Int type_pred, Int FS_en, Int *hp_guess) argument
1179 fullsearch(VideoEncData *video, Vol *currVol, UChar *prev, UChar *cur, Int *imin, Int *jmin, Int ilow, Int ihigh, Int jlow, Int jhigh) argument
1266 fullsearchBlk(VideoEncData *video, Vol *currVol, UChar *cent, UChar *cur, Int *imin, Int *jmin, Int ilow, Int ihigh, Int jlow, Int jhigh, Int range) argument
1352 CandidateSelection(Int *mvx, Int *mvy, Int *num_can, Int imb, Int jmb, VideoEncData *video, Int type_pred) argument
[all...]
H A Dmp4enc_api.cpp138 Int DetermineCodingLayer(VideoEncData *video, Int *nLayer, ULong modTime);
139 void DetermineVopType(VideoEncData *video, Int currLayer);
140 Int UpdateSkipNextFrame(VideoEncData *video, ULong *modTime, Int *size, PV_STATUS status);
141 Bool SetProfile_BufferSize(VideoEncData *video, float delay, Int bInitialized);
200 VideoEncData *video; local
227 video = (VideoEncData *)M4VENC_MALLOC(sizeof(VideoEncData)); /* allocate memory for encData */
229 if (video == NULL)
232 M4VENC_MEMSET(video, 0, sizeof(VideoEncData));
234 encoderControl->videoEncoderData = (void *) video; /* set up pointer in VideoEncData structure */
236 video
1114 VideoEncData *video = (VideoEncData *)encoderControl->videoEncoderData; local
1356 VideoEncData *video = (VideoEncData *)encCtrl->videoEncoderData; local
1387 VideoEncData *video = (VideoEncData *)encCtrl->videoEncoderData; local
1680 VideoEncData *video = (VideoEncData *)encCtrl->videoEncoderData; local
1871 VideoEncData *video = (VideoEncData *)encCtrl->videoEncoderData; local
2077 VideoEncData* video; local
2434 VideoEncData *video = (VideoEncData *)encoderControl->videoEncoderData; local
2599 VideoEncData *video = (VideoEncData *)encoderControl->videoEncoderData; local
2620 DetermineCodingLayer(VideoEncData *video, Int *nLayer, ULong modTime) argument
2785 DetermineVopType(VideoEncData *video, Int currLayer) argument
2855 UpdateSkipNextFrame(VideoEncData *video, ULong *modTime, Int *size, PV_STATUS status) argument
2989 SetProfile_BufferSize(VideoEncData *video, float delay, Int bInitialized) argument
[all...]
H A Dvlc_encode.cpp168 void RunLevel(VideoEncData *video, Int intra, Int intraDC_decision, Int ncoefblck[]);
170 Void DCACPred(VideoEncData *video, UChar Mode, Int *intraDC_decision, Int intraDCVlcQP);
171 Void find_pmvs(VideoEncData *video, Int block, Int *mvx, Int *mvy);
882 VideoEncData *video,
887 BitstreamEncVideo *bs1 = video->bitstream1;
888 BitstreamEncVideo *bs2 = video->bitstream2;
889 BitstreamEncVideo *bs3 = video->bitstream3;
891 UChar Mode = video->headerInfo.Mode[video->mbnum];
893 // MacroBlock *MB=video
881 MBVlcEncodeDataPar_I_VOP( VideoEncData *video, Int ncoefblck[], void *blkCodePtr) argument
969 MBVlcEncodeDataPar_P_VOP( VideoEncData *video, Int ncoefblck[], void *blkCodePtr) argument
1127 MBVlcEncodeCombined_I_VOP( VideoEncData *video, Int ncoefblck[], void *blkCodePtr) argument
1243 MBVlcEncodeCombined_P_VOP( VideoEncData *video, Int ncoefblck[], void *blkCodePtr) argument
1785 RunLevel(VideoEncData *video, Int intra, Int intraDC_decision, Int ncoefblck[]) argument
2014 DCACPred(VideoEncData *video, UChar Mode, Int *intraDC_decision, Int intraDCVlcQP) argument
2532 find_pmvs(VideoEncData *video, Int block, Int *mvx, Int *mvy) argument
[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/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/native/headers/media_plugin/media/openmax/
H A DOMX_Component.h97 OMX_VIDEO_PORTDEFINITIONTYPE video; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon1379
/frameworks/native/include/media/openmax/
H A DOMX_Component.h97 OMX_VIDEO_PORTDEFINITIONTYPE video; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon1501
/frameworks/av/media/libmediaplayer2/nuplayer2/
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...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
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...]

Completed in 243 milliseconds

12