Home | History | Annotate | Download | only in hdmi

Lines Matching defs:specifier

405      * External source specifier types.
412 * [External Source Specifier] because it covers both external plug type and external specifier.
419 // External source has one byte field for [External Source Specifier].
448 int specifier = recordSource[TimerInfo.BASIC_INFO_SIZE];
449 if (specifier == EXTERNAL_SOURCE_SPECIFIER_EXTERNAL_PLUG) {
450 // One byte for specifier.
452 } else if (specifier == EXTERNAL_SOURCE_SPECIFIER_EXTERNAL_PHYSICAL_ADDRESS) {
453 // One byte for specifier.
456 // Invalid specifier.