Home | History | Annotate | Download | only in src

Lines Matching refs:display_height

209   struct ebml_type display_height;
383 E_FIELD(ID_DISPLAY_HEIGHT, TYPE_UINT, struct video, display_height),
1804 ne_get_uint(entry->video.display_height, &value);
1805 params->display_height = (unsigned int)value;