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

12

/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/include/media/openmax/
H A DOMX_Component.h97 OMX_VIDEO_PORTDEFINITIONTYPE video; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon1599
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp123 FlushDecoderAction(FlushCommand audio, FlushCommand video) argument
125 mVideo(video) {
503 mime = "video/";
749 ALOGD("onSetVideoSurface(%p, %s video decoder)",
766 FLUSH_CMD_SHUTDOWN /* video */));
772 // Issue a seek to refresh the video screen only if started otherwise
774 // If the video decoder is not set (perhaps audio only in this case)
985 // initialize video before audio because successful initialization of
986 // video may change deep buffer mode of audio.
1013 // video track
2011 queueDecoderShutdown( bool audio, bool video, const sp<AMessage> &reply) argument
2182 performDecoderFlush(FlushCommand audio, FlushCommand video) argument
2545 int32_t audio, video; local
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
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/av/media/libstagefright/
H A DACodec.cpp1116 def.format.video.nFrameWidth,
1117 def.format.video.nFrameHeight,
1118 def.format.video.eColorFormat,
1145 // Exits here for tunneled video playback codecs -- i.e. skips native window
1464 " video playback mode mode!");
1802 int32_t video = !strncasecmp(mime, "video/", 6); local
1803 mIsVideo = video;
1804 if (encoder && video) {
1847 // NOTE: we only use native window for video decoder
[all...]

Completed in 1349 milliseconds

12