OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreatePersistentInputSurface
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/include/media/stagefright/
MediaCodec.h
90
static sp<PersistentSurface>
CreatePersistentInputSurface
();
/frameworks/av/cmds/screenrecord/
screenrecord.cpp
233
sp<PersistentSurface> surface = MediaCodec::
CreatePersistentInputSurface
();
[
all
...]
/frameworks/av/media/ndk/
NdkMediaCodec.cpp
667
sp<PersistentSurface> ps = MediaCodec::
CreatePersistentInputSurface
();
/frameworks/av/media/libstagefright/
MediaCodec.cpp
481
sp<PersistentSurface> MediaCodec::
CreatePersistentInputSurface
() {
[
all
...]
Completed in 65 milliseconds