Searched defs:Display (Results 1 - 9 of 9) sorted by relevance

/hardware/intel/common/libva/test/basic/
H A Dtest_android.c24 #define Display unsigned int macro
25 Display *dpy;
33 dpy = (Display*)malloc(sizeof(Display));
36 status("malloc Display: dpy = %08x\n", dpy);
54 status("free Display\n");
/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoDecoderVP9HWR.h40 typedef unsigned int Display; typedef
122 Display* mDisplay;
/hardware/intel/img/hwcomposer/ips/common/
H A DRotationBufferProvider.h33 #define Display unsigned int macro
74 Display mDisplay;
/hardware/intel/common/utils/ISV/include/
H A Disv_worker.h30 #define Display unsigned int macro
164 Display * mDisplay;
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderBase.h31 #ifndef Display
33 typedef char Display; typedef
35 typedef unsigned int Display; typedef
105 Display *mDisplay;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvparser.cpp4574 const Chapters::Display* Chapters::Atom::GetDisplay(int index) const
4619 Display& d = m_displays[--m_displays_count];
4654 if (id == 0x00) // Display ID
4744 Display& d = m_displays[m_displays_count++];
4758 Display* const displays = new (std::nothrow) Display[size];
4776 Chapters::Display::Display() function in class:mkvparser::Chapters::Display
4781 Chapters::Display::~Display()
[all...]
H A Dmkvmuxer.hpp579 class Display { class in class:mkvmuxer::Chapter
581 // Establish representation invariant for new Display object.
599 // If |writer| is non-NULL, serialize the Display sub-element of
600 // the Atom into the stream. Returns the Display element size on
628 // existing Display objects to the new array. Returns false if the
650 // The Atom element can contain multiple Display sub-elements, as
652 Display* displays_;
H A Dmkvparser.hpp565 class Display class in class:mkvparser::Chapters
568 Display();
569 Display(const Display&);
570 ~Display();
571 Display& operator=(const Display&);
578 void ShallowCopy(Display&) const;
605 const Display* GetDisplay(int index) const;
621 Display* m_display
[all...]
/hardware/intel/common/libva/test/transcode/
H A Dmpeg2transcode.cpp62 #define Display unsigned int macro
1941 static Display *x11_display;
3308 x11_display = (Display*)malloc(sizeof(Display));

Completed in 244 milliseconds