OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mVideoFormat
(Results
1 - 2
of
2
) sorted by null
/packages/apps/TV/src/com/android/tv/data/
Channel.java
128
channel.
mVideoFormat
= Utils.intern(cursor.getString(index++));
160
private String
mVideoFormat
;
222
return
mVideoFormat
;
312
&& Objects.equals(
mVideoFormat
, other.
mVideoFormat
)
331
+ ", videoFormat=" +
mVideoFormat
349
mVideoFormat
= other.
mVideoFormat
;
459
mChannel.
mVideoFormat
= videoFormat;
/packages/apps/TV/src/com/android/tv/ui/
TunableTvView.java
128
private int
mVideoFormat
= StreamInfo.VIDEO_DEFINITION_LEVEL_UNKNOWN;
250
mVideoFormat
= StreamInfo.VIDEO_DEFINITION_LEVEL_UNKNOWN;
265
mVideoFormat
= Utils.getVideoDefinitionLevelFromSize(
530
mVideoFormat
= StreamInfo.VIDEO_DEFINITION_LEVEL_UNKNOWN;
601
mVideoFormat
= StreamInfo.VIDEO_DEFINITION_LEVEL_UNKNOWN;
737
return
mVideoFormat
;
[
all
...]
Completed in 45 milliseconds