Home
last modified time | relevance | path

Searched defs:buftype (Results 1 – 10 of 10) sorted by relevance

/aosp12/hardware/google/graphics/common/libhwjpeg/
H A DLibScalerForJpeg.cpp23 static const char *getBufTypeString(unsigned int buftype) in getBufTypeString()
110 bool LibScalerForJpeg::Device::requestBuffers(unsigned int buftype, unsigned int memtype, unsigned … in requestBuffers()
130 bool LibScalerForJpeg::Device::setFormat(unsigned int buftype, unsigned int format, unsigned int wi… in setFormat()
151 bool LibScalerForJpeg::Device::streamOn(unsigned int buftype) in streamOn()
161 bool LibScalerForJpeg::Device::streamOff(unsigned int buftype) in streamOff()
171 bool LibScalerForJpeg::Device::queueBuffer(unsigned int buftype, std::function<void(v4l2_buffer &)>… in queueBuffer()
186 bool LibScalerForJpeg::Device::queueBuffer(unsigned int buftype, int buf[SCALER_MAX_PLANES], unsign… in queueBuffer()
202 bool LibScalerForJpeg::Device::queueBuffer(unsigned int buftype, char *buf[SCALER_MAX_PLANES], unsi… in queueBuffer()
218 bool LibScalerForJpeg::Device::queueBuffer(unsigned int buftype, int buf, unsigned int len[SCALER_M… in queueBuffer()
234 bool LibScalerForJpeg::Device::dequeueBuffer(unsigned int buftype, unsigned int memtype) in dequeueBuffer()
H A DExynosJpegEncoderForCamera.cpp638 int buftype = checkInBufType(); in CompressThumbnail() local
/aosp12/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DeglCreatePbufferFromClientBuffer.java5 int buftype, in eglCreatePbufferFromClientBuffer()
17 int buftype, in eglCreatePbufferFromClientBuffer()
H A DeglCreatePbufferFromClientBuffer.cpp4 …(JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jlong buffer, jobject config, jintArray a… in android_eglCreatePbufferFromClientBuffer()
64 …(JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jint buffer, jobject config, jintArray at… in android_eglCreatePbufferFromClientBufferInt()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Datm_nicstar.h32 int buftype; member
/aosp12/frameworks/av/media/libmedia/
H A DIMediaSource.cpp146 int32_t buftype; in readMultiple() local
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java341 int buftype, in eglCreatePbufferFromClientBuffer()
353 int buftype, in eglCreatePbufferFromClientBuffer()
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_EGL14.cpp855 …(JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jlong buffer, jobject config, jintArray a… in android_eglCreatePbufferFromClientBuffer()
915 …(JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jint buffer, jobject config, jintArray at… in android_eglCreatePbufferFromClientBufferInt()
/aosp12/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp351 EGLSurface eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, in eglCreatePbufferFromClientBuffer()
H A Degl_platform_entries.cpp1565 EGLSurface eglCreatePbufferFromClientBufferImpl(EGLDisplay dpy, EGLenum buftype, in eglCreatePbufferFromClientBufferImpl()