Home
last modified time | relevance | path

Searched refs:video (Results 1 – 21 of 21) sorted by relevance

/aosp14/frameworks/base/sax/tests/saxtests/src/android/sax/
H A DSafeSaxTest.java206 YouTubeVideo video; field in SafeSaxTest.HandlerFactory
313 video.viewCount in newContentHandler()
339 video = new YouTubeVideo(); in start()
343 videoAdapter.addVideo(video); in end()
344 video = null; in end()
353 YouTubeVideo video = null; field in SafeSaxTest.YouTubeContentHandler
369 if (video == null) { in startElement()
383 if (video == null) { in startElement()
467 if (video == null) { in endElement()
491 video = null; in endElement()
[all …]
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/
H A DIfElseFilterTest.java54 FrameImage2D video = in testIfElseFilterTrue() local
65 video.setBitmap(videoBitmap); in testIfElseFilterTrue()
66 injectInputFrame("trueResult", video); in testIfElseFilterTrue()
77 assertEquals(outputImage, video); in testIfElseFilterTrue()
85 FrameImage2D video = in testIfElseFilterFalse() local
96 video.setBitmap(videoBitmap); in testIfElseFilterFalse()
97 injectInputFrame("trueResult", video); in testIfElseFilterFalse()
/aosp14/frameworks/base/mime/java-res/
H A Dandroid.mime.types117 ?video/3gpp 3gpp
118 ?video/avi avi
119 ?video/m4v m4v
121 ?video/mp2p mpeg
122 ?video/mp2t m2ts mts
123 ?video/mp2ts ts
124 ?video/vnd.youtube.yt yt
125 ?video/x-webex wrf
156 video/3gpp 3gpp
158 video/quicktime mov
[all …]
/aosp14/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
H A DBackDropperFilter.java699 Frame video = pullInput("video"); in process() local
701 allocateFrames(video.getFormat(), context); in process()
719 updateBgScaling(video, background, mBackgroundFitModeChanged); in process()
724 copyShaderProgram.process(video, mVideoInput); in process()
757 pushOutput("video", video); in process()
802 Frame output = context.getFrameManager().newFrame(video.getFormat()); in process()
803 Frame[] subtractInputs = { video, background, mMask, mAutoWB }; in process()
829 Frame dbg1 = context.getFrameManager().newFrame(video.getFormat()); in process()
830 mCopyOutProgram.process(video, dbg1); in process()
926 private void updateBgScaling(Frame video, Frame background, boolean fitModeChanged) { in updateBgScaling() argument
[all …]
/aosp14/frameworks/base/media/mca/samples/CameraEffectsRecordingSample/res/raw/
H A Dcameraeffectsrecordingsample.graph55 @connect camera[video] => renderer[frame];
57 @connect camera[video] => mediaEncoder[videoframe];
/aosp14/frameworks/base/data/videos/
H A DVideoPackage2.mk20 TARGET_PATH := system/media/video
H A DVideoPackage1.mk20 TARGET_PATH := system/media/video
/aosp14/frameworks/base/startop/apps/ColorChanging/
H A DREADME.md2 syncing a trace along with a video in Perfetto.
/aosp14/frameworks/base/tests/AccessoryDisplay/
H A DREADME13 a monitor or video dock that the user will want to plug a phone into.
19 The sink application decodes encoded video from the source and
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DDomainSelectionService.java145 boolean video, boolean emergency, boolean exited, in SelectionAttributes() argument
154 mIsVideoCall = video; in SelectionAttributes()
424 public @NonNull Builder setVideoCall(boolean video) { in setVideoCall() argument
425 mIsVideoCall = video; in setVideoCall()
/aosp14/frameworks/base/tools/powermodel/test/com/android/powermodel/
H A DPowerProfileTest.java150 final VideoProfile video = (VideoProfile)profile.getComponent(Component.VIDEO); in testReadGood() local
151 Assert.assertEquals(123.0f, video.onMa, EPSILON); in testReadGood()
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DMediaRecorderStressTest.java163 File video = new File(fileName); in removeRecordedVideo() local
165 video.delete(); in removeRecordedVideo()
/aosp14/frameworks/base/core/proto/android/internal/
H A Dpowerprofile.proto100 optional double video = 34; field
/aosp14/frameworks/base/core/proto/android/service/
H A Ddiskstats.proto63 // Size of video files, in kilobytes
/aosp14/frameworks/base/core/java/com/google/android/util/
H A DAbstractMessageParser.java203 Video video = Video.matchURL(url, text); in tokenForUrl() local
204 if (video != null) { in tokenForUrl()
205 return video; in tokenForUrl()
/aosp14/frameworks/base/core/proto/android/media/
H A Daudioattributes.proto75 // communication, such as a VoIP communication or video-conference.
/aosp14/frameworks/base/
H A DCleanSpec.mk135 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/media/video/Disco*)
183 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/media/video/*)
/aosp14/frameworks/base/core/proto/android/os/
H A Dbatterystats.proto624 optional TimerProto video = 14; field
/aosp14/frameworks/base/proto/src/metrics_constants/
H A Dmetrics_constants.proto2394 // Deletion helper encountered an error during photo and video deletion.
4970 // ACTION: Settings > Network & Internet > Mobile network > Carrier video calling
/aosp14/frameworks/base/media/jni/
H A Dandroid_media_tv_Tuner.cpp4032 type.set<AvStreamType::Tag::video>(videoStreamType); in getAvStreamType()
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt22692 field public static final String MODE_VIDEO = "video";
23649 field public static final String KEY_VIDEO_QP_B_MAX = "video-qp-b-max";
23650 field public static final String KEY_VIDEO_QP_B_MIN = "video-qp-b-min";
23653 field public static final String KEY_VIDEO_QP_MAX = "video-qp-max";
23654 field public static final String KEY_VIDEO_QP_MIN = "video-qp-min";
23700 field public static final String MIMETYPE_VIDEO_AV1 = "video/av01";
23701 field public static final String MIMETYPE_VIDEO_AVC = "video/avc";
23703 field public static final String MIMETYPE_VIDEO_H263 = "video/3gpp";
23704 field public static final String MIMETYPE_VIDEO_HEVC = "video/hevc";
23705 field public static final String MIMETYPE_VIDEO_MPEG2 = "video/mpeg2";
[all …]