Searched refs:Format (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
H A Dgen_msvs_sln.sh317 Microsoft Visual Studio Solution File, Format Version $sln_vers${EOLDOS}
/hardware/intel/img/psb_video/src/
H A Dpsb_texture.c586 sBltVP.sDst.Format = PVR2D_ARGB8888;
604 sBltVP.sDst.Format = PVR2D_RGB565;
614 sBltVP.sSrc->Format = VA_FOURCC_NV12;
660 sBltVP.sSrcSubpic[i].Format = MAKEFOURCC('A', 'I' , '4', '4');
662 sBltVP.sSrcSubpic[i].Format = surface_subpic->fourcc;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/
H A Dlibvpx.mk75 # RVCT (ARM's in-house compiler) format to GNU Assembler Format for gcc.
/hardware/intel/img/psb_video/src/mrst/
H A Dpvr2d.h117 /* Format modifier bit field (DstFormat and SrcFormat bits 16..23) */
118 #define PVR2D_FORMAT_MASK 0x0000FFFFUL // PVR2D Format bits
119 #define PVR2D_FORMAT_LAYOUT_MASK 0x000F0000UL // Format layout (strided / twiddled / tiled)
365 PVR2DFORMAT Format; /* format */ member in struct:__anon1402
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7171 // Format of IEEE floating-point:
18752 // FormatForComparison<ToPrint, OtherOperand>::Format(value) formats a
18770 static ::std::string Format(const ToPrint& value) { function in class:testing::internal::FormatForComparison
18779 static ::std::string Format(const ToPrint* value) { function in class:testing::internal::FormatForComparison
18780 return FormatForComparison<const ToPrint*, OtherOperand>::Format(value);
18791 static ::std::string Format(CharType* value) { \
18810 static ::std::string Format(CharType* value) { \
18846 return FormatForComparison<T1, T2>::Format(value);

Completed in 197 milliseconds