OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mvideosource
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Messaging/src/com/android/messaging/ui/
VideoThumbnailView.java
67
private Uri
mVideoSource
;
131
if (
mVideoSource
== null) {
139
UIIntents.get().launchFullScreenVideoViewer(getContext(),
mVideoSource
);
224
mVideoSource
= part.getContentUri();
233
mVideoView.setVideoURI(
mVideoSource
);
245
mVideoSource
= videoSource;
261
mVideoSource
= null;
/frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp
83
mVideoSource
(VIDEO_SOURCE_LIST_END),
143
mVideoSource
= VIDEO_SOURCE_CAMERA;
145
mVideoSource
= vs;
837
if (
mVideoSource
== VIDEO_SOURCE_SURFACE) {
852
if (
mVideoSource
!= VIDEO_SOURCE_SURFACE) {
911
if (
mVideoSource
!= VIDEO_SOURCE_LIST_END) {
[
all
...]
StagefrightRecorder.h
91
video_source
mVideoSource
;
Completed in 177 milliseconds