OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:formatChange
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp
941
bool
formatChange
=
949
ALOGI("%s discontinuity (
formatChange
=%d, time=%d)",
950
audio ? "audio" : "video",
formatChange
, timeChange);
982
if (
formatChange
|| timeChange) {
993
if (
formatChange
&& !decoder->supportsSeamlessFormatChange(newFormat)) {
[
all
...]
/frameworks/wilhelm/tests/sandbox/
xaplay.c
168
static const XAAndroidBufferItem
formatChange
= {XA_ANDROID_ITEMKEY_FORMAT_CHANGE, 0};
196
items = &
formatChange
;
197
itemSize = sizeof(
formatChange
);
[
all
...]
Completed in 545 milliseconds