OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:supportsSeamlessFormatChange
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.h
39
bool
supportsSeamlessFormatChange
(const sp<AMessage> &to) const;
NuPlayerDecoder.cpp
183
bool NuPlayer::Decoder::
supportsSeamlessFormatChange
(const sp<AMessage> &targetFormat) const {
NuPlayer.cpp
993
if (formatChange && !decoder->
supportsSeamlessFormatChange
(newFormat)) {
[
all
...]
Completed in 942 milliseconds