Searched refs:video (Results 1 - 25 of 68) sorted by last modified time

123

/frameworks/native/include/media/openmax/
H A DOMX_Component.h97 OMX_VIDEO_PORTDEFINITIONTYPE video; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon1420
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/
H A DIfElseFilterTest.java54 FrameImage2D video =
65 video.setBitmap(videoBitmap);
66 injectInputFrame("trueResult", video);
75 // Ensure that for true, we use the video input
77 assertEquals(outputImage, video);
85 FrameImage2D video =
96 video.setBitmap(videoBitmap);
97 injectInputFrame("trueResult", video);
107 // Ensure that for true, we use the video input
/frameworks/base/sax/tests/saxtests/src/android/sax/
H A DSafeSaxTest.java197 public void addVideo(YouTubeVideo video) { argument
206 YouTubeVideo video; field in class:SafeSaxTest.HandlerFactory
220 video.videoId = body;
228 video.dateAdded = new Time(Time.TIMEZONE_UTC);
229 video.dateAdded.parse3339(body);
237 video.authorName = body;
247 if (video.thumbnailUrl == null && url.length() > 0) {
248 video.thumbnailUrl = url;
258 video.videoUrl = url;
268 video
354 YouTubeVideo video = null; field in class:SafeSaxTest.YouTubeContentHandler
[all...]
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
H A DBackDropperFilter.java66 // image contents, NOT dimensions of input video stream.
205 private static final String[] mInputNames = {"video",
208 private static final String[] mOutputNames = {"video"};
261 // tex_sampler_0: Mip-map for foreground (live) video frame.
324 // tex_sampler_0: Mip-map for foreground (live) video frame.
325 // tex_sampler_1: Mip-map for background (playback) video frame.
349 // tex_sampler_0: Foreground (live) video frame.
350 // tex_sampler_1: Background (playback) video frame.
398 // tex_sampler_0: Mip-map for foreground (live) video frame.
424 // tex_sampler_0: Mip-map for foreground (live) video fram
928 updateBgScaling(Frame video, Frame background, boolean fitModeChanged) argument
[all...]
/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/base/data/videos/
H A DVideoPackage1.mk20 TARGET_PATH := system/media/video
H A DVideoPackage2.mk20 TARGET_PATH := system/media/video
/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...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DHTTPLiveSource.cpp248 bool video = changedMask & LiveSession::STREAMTYPE_VIDEO; local
256 notify->setInt32("video", video);
H A DNuPlayer.cpp93 ShutdownDecoderAction(bool audio, bool video) argument
95 mVideo(video) {
411 false /* audio */, true /* video */));
513 // video tracks found) and we just ran out of input data.
557 ALOGV("got %s decoder EOS", audio ? "audio" : "video");
560 audio ? "audio" : "video",
578 ALOGV("decoder %s flush completed", audio ? "audio" : "video");
582 audio ? "audio" : "video");
610 // FIXME: we should handle the case where the video decoder
613 // with video whic
1283 performDecoderShutdown(bool audio, bool video) argument
1471 int32_t audio, video; local
1515 queueDecoderShutdown( bool audio, bool video, const sp<AMessage> &reply) argument
[all...]
H A DNuPlayer.h181 void performDecoderShutdown(bool audio, bool video);
189 bool audio, bool video, const sp<AMessage> &reply);
/frameworks/av/media/libstagefright/
H A DACodec.cpp579 def.format.video.nFrameWidth,
580 def.format.video.nFrameHeight,
581 def.format.video.eColorFormat);
602 // Make sure to check whether either Stagefright or the video decoder
1092 int32_t video = !strncasecmp(mime, "video/", 6); local
1093 if (encoder && video) {
1125 if (!encoder && video && haveNativeWindow) {
1186 if (video) {
1653 // The following assertion is violated by TI's video decode
[all...]
H A DOMXCodec.cpp550 if (!strncasecmp(mMIME, "video/", 6)) {
602 && !strncasecmp(mMIME, "video/", 6)
665 // The following assertion is violated by TI's video decoder.
801 ALOGE("Not a supported video mime type: %s", mime);
802 CHECK(!"Should not be here. Not a supported video mime type.");
810 OMX_VIDEO_PORTDEFINITIONTYPE *video_def = &def.format.video;
1200 ALOGE("Not a supported video mime type: %s", mime);
1201 CHECK(!"Should not be here. Not a supported video mime type.");
1258 OMX_VIDEO_PORTDEFINITIONTYPE *video_def = &def.format.video;
1326 mIsVideo(!strncasecmp("video/", mim
[all...]
/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davclib_common.h34 \param "video" "Pointer to AVCCommonObj."
37 OSCL_IMPORT_REF AVCStatus DeblockPicture(AVCCommonObj *video);
42 \param "video" "Pointer to AVCCommonObj."
45 void MBInLoopDeblock(AVCCommonObj *video);
52 \param "video" "Pointer to AVCCommonObj."
56 OSCL_IMPORT_REF AVCStatus AVCConfigureSequence(AVCHandle *avcHandle, AVCCommonObj *video, bool padding);
63 \param "video" "Pointer to AVCCommonObj."
69 AVCStatus InitDPB(AVCHandle *avcHandle, AVCCommonObj *video, int FrameHeightInMbs, int PicWidthInMbs, bool padding);
74 \param "video" "Pointer to AVCCommonObj."
77 OSCL_IMPORT_REF AVCStatus CleanUpDPB(AVCHandle *avcHandle, AVCCommonObj *video);
[all...]
/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Ddeblock.cpp46 // NOTE: this table is only QP clipping, index = QP + video->FilterOffsetA/B, clipped to [0, 51]
47 // video->FilterOffsetA/B is in {-12, 12]
59 static void DeblockMb(AVCCommonObj *video, int mb_x, int mb_y, uint8 *SrcY, uint8 *SrcU, uint8 *SrcV);
60 //static void GetStrength(AVCCommonObj *video, uint8 *Strength, AVCMacroblock* MbP, AVCMacroblock* MbQ, int dir, int edge);
75 OSCL_EXPORT_REF AVCStatus DeblockPicture(AVCCommonObj *video) argument
78 int pitch = video->currPic->pitch, pitch_c, width;
81 SrcY = video->currPic->Sl; // pointers to source
82 SrcU = video->currPic->Scb;
83 SrcV = video->currPic->Scr;
85 width = video
112 MBInLoopDeblock(AVCCommonObj *video) argument
290 DeblockMb(AVCCommonObj *video, int mb_x, int mb_y, uint8 *SrcY, uint8 *SrcU, uint8 *SrcV) argument
[all...]
H A Ddpb.cpp22 AVCStatus InitDPB(AVCHandle *avcHandle, AVCCommonObj *video, int FrameHeightInMbs, int PicWidthInMbs, bool padding) argument
24 AVCDecPicBuffer *dpb = video->decPicBuf;
31 level = video->currSeqParams->level_idc;
41 video->padded_size = (int)((((FrameHeightInMbs + 2) * (PicWidthInMbs + 2)) << 7) * 3) - framesize;
45 video->padded_size = 0;
63 if (video->currSeqParams->num_ref_frames + 1 > (uint32)dpb->num_fs)
65 dpb->num_fs = video->currSeqParams->num_ref_frames + 1;
68 dpb->dpb_size = dpb->num_fs * (framesize + video->padded_size);
99 video->RefPicList0[num_fs] = &(dpb->fs[num_fs]->frame);
101 dpb->used_size += (framesize + video
108 AVCConfigureSequence(AVCHandle *avcHandle, AVCCommonObj *video, bool padding) argument
205 CleanUpDPB(AVCHandle *avcHandle, AVCCommonObj *video) argument
232 DPBInitBuffer(AVCHandle *avcHandle, AVCCommonObj *video) argument
266 DPBInitPic(AVCCommonObj *video, int CurrPicNum) argument
316 DPBReleaseCurrentFrame(AVCHandle *avcHandle, AVCCommonObj *video) argument
341 StorePictureInDPB(AVCHandle *avcHandle, AVCCommonObj *video) argument
458 sliding_window_process(AVCHandle *avcHandle, AVCCommonObj *video, AVCDecPicBuffer *dpb) argument
523 adaptive_memory_marking(AVCHandle *avcHandle, AVCCommonObj *video, AVCDecPicBuffer *dpb, AVCSliceHeader *sliceHdr) argument
567 MemMgrCtrlOp1(AVCHandle *avcHandle, AVCCommonObj *video, AVCDecPicBuffer *dpb, int difference_of_pic_nums_minus1) argument
606 MemMgrCtrlOp3(AVCHandle *avcHandle, AVCCommonObj *video, AVCDecPicBuffer *dpb, uint difference_of_pic_nums_minus1, uint long_term_frame_idx) argument
640 MemMgrCtrlOp4(AVCHandle *avcHandle, AVCCommonObj *video, AVCDecPicBuffer *dpb, uint max_long_term_frame_idx_plus1) argument
661 MemMgrCtrlOp5(AVCHandle *avcHandle, AVCCommonObj *video, AVCDecPicBuffer *dpb) argument
678 MemMgrCtrlOp6(AVCHandle *avcHandle, AVCCommonObj *video, AVCDecPicBuffer *dpb, uint long_term_frame_idx) argument
[all...]
H A Dfmo.cpp23 OSCL_EXPORT_REF AVCStatus FMOInit(AVCCommonObj *video) argument
25 AVCPicParamSet *currPPS = video->currPicParams;
26 int *MbToSliceGroupMap = video->MbToSliceGroupMap;
27 int PicSizeInMapUnits = video->PicSizeInMapUnits;
28 int PicWidthInMbs = video->PicWidthInMbs;
32 memset(video->MbToSliceGroupMap, 0, video->PicSizeInMapUnits*sizeof(uint));
48 FmoGenerateType3MapUnitMap(video, currPPS, MbToSliceGroupMap, PicWidthInMbs);
51 FmoGenerateType4MapUnitMap(MbToSliceGroupMap, video->MapUnitsInSliceGroup0, currPPS->slice_group_change_direction_flag, PicSizeInMapUnits);
54 FmoGenerateType5MapUnitMap(MbToSliceGroupMap, video, currPP
128 FmoGenerateType3MapUnitMap(AVCCommonObj *video, AVCPicParamSet* pps, int *mapUnitToSliceGroupMap, int PicWidthInMbs) argument
214 FmoGenerateType5MapUnitMap(int *mapUnitToSliceGroupMap, AVCCommonObj *video, int slice_group_change_direction_flag, uint PicSizeInMapUnits) argument
[all...]
H A Dmb_access.cpp22 OSCL_EXPORT_REF void InitNeighborAvailability(AVCCommonObj *video, int mbNum) argument
24 int PicWidthInMbs = video->PicWidthInMbs;
27 video->mbAddrA = mbNum - 1;
28 video->mbAddrB = mbNum - PicWidthInMbs;
29 video->mbAddrC = mbNum - PicWidthInMbs + 1;
30 video->mbAddrD = mbNum - PicWidthInMbs - 1;
32 video->mbAvailA = video->mbAvailB = video->mbAvailC = video
68 predict_nnz(AVCCommonObj *video, int i, int j) argument
128 predict_nnz_chroma(AVCCommonObj *video, int i, int j) argument
186 GetMotionVectorPredictor(AVCCommonObj *video, int encFlag) argument
[all...]
H A Dreflist.cpp21 OSCL_EXPORT_REF void RefListInit(AVCCommonObj *video) argument
23 AVCSliceHeader *sliceHdr = video->sliceHdr;
24 AVCDecPicBuffer *dpb = video->decPicBuf;
25 int slice_type = video->slice_type;
34 video->refList0Size = 0;
35 video->refList1Size = 0;
47 dpb->fs[i]->FrameNumWrap = dpb->fs[i]->FrameNum - video->MaxFrameNum;
71 dpb->fs[i]->FrameNumWrap = dpb->fs[i]->FrameNum - video->MaxFrameNum;
78 video->RefPicList0[list0idx++] = &(dpb->fs[i]->frame);
85 video
139 ReOrderList(AVCCommonObj *video) argument
161 ReorderRefPicList(AVCCommonObj *video, int isL1) argument
254 ReorderShortTerm(AVCCommonObj *video, int picNumLX, int *refIdxLX, int isL1) argument
307 ReorderLongTerm(AVCCommonObj *video, int LongTermPicNum, int *refIdxLX, int isL1) argument
354 GetShortTermPic(AVCCommonObj *video, int picNum) argument
375 GetLongTermPic(AVCCommonObj *video, int LongtermPicNum) argument
[all...]
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp61 // encoding speed is very poor if video
265 // PV's AVC encoder requires the video dimension of multiple
392 def.format.video.cMIMEType = const_cast<char *>("video/raw");
393 def.format.video.eCompressionFormat = OMX_VIDEO_CodingUnused;
394 def.format.video.eColorFormat = OMX_COLOR_FormatYUV420Planar;
395 def.format.video.xFramerate = (mVideoFrameRate << 16); // Q16 format
396 def.format.video.nBitrate = mVideoBitRate;
397 def.format.video.nFrameWidth = mVideoWidth;
398 def.format.video
[all...]
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Davcenc_api.cpp61 AVCCommonObj *video; local
91 video = encvid->common;
102 video->currSeqParams = (AVCSeqParamSet*) avcHandle->CBAVC_Malloc(userData, sizeof(AVCSeqParamSet), DEFAULT_ATTR);
103 if (video->currSeqParams == NULL)
109 video->currPicParams = (AVCPicParamSet*) avcHandle->CBAVC_Malloc(userData, sizeof(AVCPicParamSet), DEFAULT_ATTR);
110 if (video->currPicParams == NULL)
116 video->sliceHdr = (AVCSliceHeader*) avcHandle->CBAVC_Malloc(userData, sizeof(AVCSliceHeader), DEFAULT_ATTR);
117 if (video->sliceHdr == NULL)
123 video->decPicBuf = (AVCDecPicBuffer*) avcHandle->CBAVC_Malloc(userData, sizeof(AVCDecPicBuffer), DEFAULT_ATTR);
124 if (video
279 AVCCommonObj *video = encvid->common; local
371 AVCCommonObj *video = encvid->common; local
553 AVCCommonObj *video = encvid->common; local
594 AVCCommonObj *video; local
[all...]
H A Davcenc_lib.h52 \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, AVCEncBitstrea
[all...]
H A Dblock.cpp79 AVCCommonObj *video = encvid->common; local
81 int pitch = video->currPic->pitch;
82 int16 *coef = video->block;
83 uint8 *pred = video->pred_block; // size 16 for a 4x4 block
84 int pred_pitch = video->pred_pitch;
145 Rq = video->QPy_mod_6;
146 Qq = video->QPy_div_6;
192 if (video->currMB->mb_intra) // only do inverse transform with intra block
260 void MBInterIdct(AVCCommonObj *video, uint8 *curL, AVCMacroblock *currMB, int picPitch) argument
262 int16 *coef, *coef8 = video
362 AVCCommonObj *video = encvid->common; local
724 AVCCommonObj *video = encvid->common; local
1116 AVCCommonObj *video = encvid->common; local
1209 AVCCommonObj *video = encvid->common; local
[all...]
H A Dheader.cpp27 AVCCommonObj *video = encvid->common; local
28 AVCSeqParamSet *seqParam = video->currSeqParams;
229 AVCCommonObj *video = encvid->common; local
231 AVCPicParamSet *picParam = video->currPicParams;
318 AVCCommonObj *video = encvid->common; local
319 AVCSliceHeader *sliceHdr = video->sliceHdr;
320 AVCPicParamSet *currPPS = video->currPicParams;
321 AVCSeqParamSet *currSPS = video->currSeqParams;
330 slice_type = video->slice_type;
332 if (video
506 ref_pic_list_reordering(AVCCommonObj *video, AVCEncBitstream *stream, AVCSliceHeader *sliceHdr, int slice_type) argument
587 dec_ref_pic_marking(AVCCommonObj *video, AVCEncBitstream *stream, AVCSliceHeader *sliceHdr) argument
650 AVCCommonObj *video = encvid->common; local
881 PostPOC(AVCCommonObj *video) argument
[all...]
H A Dinit.cpp29 AVCCommonObj *video = encvid->common; local
30 AVCSeqParamSet *seqParam = video->currSeqParams;
31 AVCPicParamSet *picParam = video->currPicParams;
32 AVCSliceHeader *sliceHdr = video->sliceHdr;
63 video->MaxPicOrderCntLsb = 1 << (extS->log2_max_pic_order_cnt_lsb_minus4 + 4);
64 video->PicWidthInMbs = extS->pic_width_in_mbs_minus1 + 1;
65 video->PicHeightInMapUnits = extS->pic_height_in_map_units_minus1 + 1 ;
66 video->FrameHeightInMbs = (2 - extS->frame_mbs_only_flag) * video->PicHeightInMapUnits ;
70 video
644 AVCCommonObj *video = encvid->common; local
707 AVCCommonObj *video = encvid->common; local
804 AVCCommonObj *video = encvid->common; local
[all...]

Completed in 2053 milliseconds

123