HomeSort by relevance Sort by last modified time
    Searched refs:nativeType (Results 1 - 17 of 17) sorted by null

  /frameworks/base/core/java/android/hardware/camera2/impl/
MetadataMarshalClass.java 28 * @param nativeType the native type, e.g.
34 int marshal(T value, ByteBuffer buffer, int nativeType, boolean sizeOnly);
39 * @param nativeType the native type, e.g.
44 T unmarshal(ByteBuffer buffer, int nativeType);
52 * @param nativeType the native type, e.g.
56 boolean isNativeTypeSupported(int nativeType);
61 * How many bytes T will take up if marshalled to/from nativeType
62 * @param nativeType the native type, e.g.
66 int getNativeSize(int nativeType);
MetadataMarshalSize.java 27 public int marshal(Size value, ByteBuffer buffer, int nativeType, boolean sizeOnly) {
39 public Size unmarshal(ByteBuffer buffer, int nativeType) {
52 public boolean isNativeTypeSupported(int nativeType) {
53 return nativeType == CameraMetadataNative.TYPE_INT32;
57 public int getNativeSize(int nativeType) {
MetadataMarshalRect.java 26 public int marshal(Rect value, ByteBuffer buffer, int nativeType, boolean sizeOnly) {
40 public Rect unmarshal(ByteBuffer buffer, int nativeType) {
59 public boolean isNativeTypeSupported(int nativeType) {
60 return nativeType == CameraMetadataNative.TYPE_INT32;
64 public int getNativeSize(int nativeType) {
MetadataMarshalString.java 26 public int marshal(String value, ByteBuffer buffer, int nativeType, boolean sizeOnly) {
38 public String unmarshal(ByteBuffer buffer, int nativeType) {
71 public boolean isNativeTypeSupported(int nativeType) {
72 return nativeType == CameraMetadataNative.TYPE_BYTE;
76 public int getNativeSize(int nativeType) {
CameraMetadataNative.java 160 private static int getTypeSize(int nativeType) {
161 switch(nativeType) {
174 + nativeType);
177 private static Class<?> getExpectedType(int nativeType) {
178 switch(nativeType) {
194 + nativeType);
199 int nativeType, boolean sizeOnly) {
208 if (nativeType == TYPE_BYTE && type == Boolean.TYPE) {
213 } else if (nativeType == TYPE_BYTE && type == Integer.TYPE) {
217 } else if (type != getExpectedType(nativeType)) {
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglSurface.cpp 24 EglOS::releasePbuffer(m_dpy->nativeType(),m_native);
EglContext.cpp 41 mngr->attachShareGroup(context,shared_context->nativeType()):
52 EglOS::destroyContext(m_dpy->nativeType(),m_native);
EglContext.h 43 EGLNativeContextType nativeType(){return m_native;};
EglDisplay.h 42 EGLNativeInternalDisplayType nativeType();
EglImp.cpp 481 if(!EglOS::validNativeWin(dpy->nativeType(),win)) {
492 if(!EglOS::checkWindowPixelFormatMatch(dpy->nativeType(),win,cfg,&width,&height)) {
536 EGLNativeSurfaceType pb = EglOS::createPbufferSurface(dpy->nativeType(),cfg,tmpPbSurfacePtr);
562 if(!EglOS::checkPixmapPixelFormatMatch(dpy->nativeType(),pixmap,cfg,&width,&height)) {
644 nativeShared = sharedCtxPtr->nativeType();
648 EGLNativeContextType nativeContext = EglOS::createContext(dpy->nativeType(),cfg,globalSharedContext);
684 if(!EglOS::makeCurrent(dpy->nativeType(),NULL,NULL,NULL)) {
718 EGLNativeInternalDisplayType nativeDisplay = dpy->nativeType();
739 if(!EglOS::makeCurrent(dpy->nativeType(),newReadPtr,newDrawPtr,newCtx->nativeType())) {
    [all...]
EglDisplay.cpp 59 EGLNativeInternalDisplayType EglDisplay::nativeType(){return m_dpy;}
  /frameworks/av/media/libstagefright/wifi-display/
VideoFormats.cpp 460 ResolutionType nativeType;
462 sinkSupported.getNativeResolution(&nativeType, &nativeIndex);
463 if (sinkSupported.isResolutionEnabled(nativeType, nativeIndex)) {
464 if (sourceSupported.isResolutionEnabled(nativeType, nativeIndex)) {
466 *chosenType = nativeType;
475 sourceSupported.getNativeResolution(&nativeType, &nativeIndex);
476 if (sourceSupported.isResolutionEnabled(nativeType, nativeIndex)) {
477 if (sinkSupported.isResolutionEnabled(nativeType, nativeIndex)) {
479 *chosenType = nativeType;
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
deprecated_code_generator_v8.pm 624 my $nativeType = GetNativeTypeForConversions($interface);
628 class V8${nativeType}Constructor {
643 static ${nativeType}* toNative(v8::Handle<v8::Object> object)
729 $fromWrappedType = "static_cast<${nativeType}*>(${v8ParentClassName}::fromInternalPointer(object))";
732 $fromWrappedType = "static_cast<${nativeType}*>(object)";
736 static inline void* toInternalPointer(${nativeType}* impl)
741 static inline ${nativeType}* fromInternalPointer(void* object)
756 static void installPerContextProperties(v8::Handle<v8::Object>, ${nativeType}*, v8::Isolate*);
760 static void installPerContextProperties(v8::Handle<v8::Object>, ${nativeType}*, v8::Isolate*) { }
799 my $createWrapperArgumentType = GetPassRefPtrType($nativeType);
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
libGLESv2.cpp     [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 257 milliseconds