OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:displays_
(Results
1 - 5
of
5
) sorted by null
/external/autotest/client/cros/multimedia/
display_facade_native.py
109
" .
displays_
!== 'undefined'", timeout)
112
"options.DisplayOptions.instance_.
displays_
.length > %d"
116
"options.DisplayOptions.instance_.
displays_
.length")))
120
" .
displays_
[%(index)d] !== 'undefined' &&"
122
" .
displays_
[%(index)d].id !== 'undefined' &&"
124
" .
displays_
[%(index)d].resolutions !== 'undefined'"
146
" .
displays_
[%(index)d].resolutions"
212
.
displays_
[%(index)d];
230
.
displays_
[%(index)d].resolutions
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.cpp
1147
Display& d =
displays_
[displays_count_++];
1179
displays_
= NULL;
1190
dst->
displays_
=
displays_
;
1199
Display& d =
displays_
[--displays_count_];
1203
delete []
displays_
;
1204
displays_
= NULL;
[
all
...]
mkvmuxer.hpp
626
// If there is no storage remaining on the |
displays_
| array for a
652
Display*
displays_
;
member in class:mkvmuxer::Chapter
654
// The physical length (total size) of the |
displays_
| array.
657
// The logical length (number of active elements) on the |
displays_
|
[
all
...]
/external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.cpp
[
all
...]
mkvmuxer.hpp
664
// If there is no storage remaining on the |
displays_
| array for a
690
Display*
displays_
;
member in class:mkvmuxer::Chapter
692
// The physical length (total size) of the |
displays_
| array.
695
// The logical length (number of active elements) on the |
displays_
|
[
all
...]
Completed in 294 milliseconds