Home
last modified time | relevance | path

Searched refs:Type (Results 1 – 22 of 22) sorted by relevance

/hardware/intel/img/psb_video/src/
Dvc1_defs.h156 #define PIC_TYPE_IS_REF(Type) ((Type) == WMF_PTYPE_I || (Type) == WMF_PTYPE_P) argument
159 #define PIC_TYPE_IS_INTRA(Type) ((Type) == WMF_PTYPE_I || (Type) == WMF_PTYPE_BI) argument
162 #define PIC_TYPE_IS_INTER(Type) ((Type) == WMF_PTYPE_P || (Type) == WMF_PTYPE_B) argument
/hardware/qcom/display/msm8226/libgralloc/
Dgr.h40 template <class Type>
41 inline Type ALIGN(Type x, Type align) { in ALIGN()
/hardware/qcom/display/msm8909/libgralloc/
Dgr.h40 template <class Type>
41 inline Type ALIGN(Type x, Type align) { in ALIGN()
/hardware/qcom/display/msm8084/libgralloc/
Dgr.h40 template <class Type>
41 inline Type ALIGN(Type x, Type align) { in ALIGN()
/hardware/qcom/display/msm8996/libgralloc/
Dgr.h41 template <class Type>
42 inline Type ALIGN(Type x, Type align) { in ALIGN()
/hardware/qcom/display/msm8994/libgralloc/
Dgr.h41 template <class Type>
42 inline Type ALIGN(Type x, Type align) { in ALIGN()
/hardware/bsp/intel/peripheral/libupm/doxy/node/generators/yuidoc/tmpl/partials/
Dsidebar.handlebars6 <li><a href="#api-connections">By Connection Type</a></li>
10 <input type="search" id="api-filter" placeholder="Type to filter APIs" hidden>
/hardware/qcom/display/msm8226/liboverlay/
DoverlayUtils.h126 template <class Type>
127 void swapWidthHeight(Type& width, Type& height);
516 template <class Type>
517 void swapWidthHeight(Type& width, Type& height) { in swapWidthHeight()
518 Type tmp = width; in swapWidthHeight()
/hardware/qcom/display/msm8909/liboverlay/
DoverlayUtils.h126 template <class Type>
127 void swapWidthHeight(Type& width, Type& height);
506 template <class Type>
507 void swapWidthHeight(Type& width, Type& height) { in swapWidthHeight()
508 Type tmp = width; in swapWidthHeight()
/hardware/qcom/display/msm8994/liboverlay/
DoverlayUtils.h126 template <class Type>
127 void swapWidthHeight(Type& width, Type& height);
513 template <class Type>
514 void swapWidthHeight(Type& width, Type& height) { in swapWidthHeight()
515 Type tmp = width; in swapWidthHeight()
/hardware/qcom/display/msm8960/liboverlay/
DoverlayUtils.h153 template <class Type>
154 void swapWidthHeight(Type& width, Type& height);
681 template <class Type>
682 void swapWidthHeight(Type& width, Type& height) { in swapWidthHeight()
683 Type tmp = width; in swapWidthHeight()
/hardware/ril/librilutils/proto/
Dsap-api.proto169 enum Type { enum
173 required Type type = 1;
179 enum Type { enum
183 required Type type = 1;
/hardware/qcom/display/msm8084/liboverlay/
DoverlayUtils.h157 template <class Type>
158 void swapWidthHeight(Type& width, Type& height);
679 template <class Type>
680 void swapWidthHeight(Type& width, Type& height) { in swapWidthHeight()
681 Type tmp = width; in swapWidthHeight()
/hardware/intel/common/libmix/mix_common/
DINSTALL53 2. Type `make' to compile the package.
58 4. Type `make install' to install the programs and any data files and
177 Specifying the System Type
/hardware/qcom/camera/QCamera2/HAL/test/
Dqcamera_test.h57 int Type; member
Dqcamera_test.cpp479 switch((mSections[i].Type)) { in encodeJPEG()
498 fwrite(&mSections[i].Type, sizeof(unsigned char), 1, fh); in encodeJPEG()
589 mSections[mSectionsRead].Type = marker; in ReadSectionsFromBuffer()
660 mSections[mSectionsRead].Type = PSEUDO_IMAGE_MARKER; in ReadSectionsFromBuffer()
699 mSections[mSectionsRead-1].Type = M_XMP; in ReadSectionsFromBuffer()
779 if (mSections[a].Type == SectionType){ in FindSection()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
Dmkvmuxer.hpp844 template <typename Type>
845 bool PreWriteBlock(Type* write_function);
Dmkvparser.hpp340 enum Type { enum in mkvparser::Track
Dmkvmuxer.cpp1583 template <typename Type>
1584 bool Cluster::PreWriteBlock(Type* write_function) { in PreWriteBlock()
/hardware/bsp/intel/peripheral/libmraa/src/usb/
Dftdi_ft4222.c95 if (devInfo[0].Type == FT_DEVICE_4222H_0) in mraa_ftdi_ft4222_init()
97 if (devInfo[1].Type == FT_DEVICE_4222H_0) in mraa_ftdi_ft4222_init()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
Dmkvparser.hpp295 enum Type { kVideo = 1, kAudio = 2 }; enum in mkvparser::Track
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h7534 typedef typename Types::Head Type;
7535 typedef Fixture<Type> FixtureClass;
7536 typedef typename GTEST_BIND_(TestSel, Type) TestClass;
7544 GetTypeName<Type>().c_str(),
17094 enum Type {
17103 TestPartResult(Type a_type,
17115 Type type() const { return type_; }
17146 Type type_;
17577 void ReportFailureInUnknownLocation(TestPartResult::Type result_type,
18649 void AddTestPartResult(TestPartResult::Type result_type,
[all …]