Searched defs:buftype (Results 1 – 10 of 10) sorted by relevance
/aosp12/hardware/google/graphics/common/libhwjpeg/ |
H A D | LibScalerForJpeg.cpp | 23 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 D | ExynosJpegEncoderForCamera.cpp | 638 int buftype = checkInBufType(); in CompressThumbnail() local
|
/aosp12/frameworks/native/opengl/tools/glgen/stubs/egl/ |
H A D | eglCreatePbufferFromClientBuffer.java | 5 int buftype, in eglCreatePbufferFromClientBuffer() 17 int buftype, in eglCreatePbufferFromClientBuffer()
|
H A D | eglCreatePbufferFromClientBuffer.cpp | 4 …(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 D | atm_nicstar.h | 32 int buftype; member
|
/aosp12/frameworks/av/media/libmedia/ |
H A D | IMediaSource.cpp | 146 int32_t buftype; in readMultiple() local
|
/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A D | EGL14.java | 341 int buftype, in eglCreatePbufferFromClientBuffer() 353 int buftype, in eglCreatePbufferFromClientBuffer()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_opengl_EGL14.cpp | 855 …(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 D | eglApi.cpp | 351 EGLSurface eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, in eglCreatePbufferFromClientBuffer()
|
H A D | egl_platform_entries.cpp | 1565 EGLSurface eglCreatePbufferFromClientBufferImpl(EGLDisplay dpy, EGLenum buftype, in eglCreatePbufferFromClientBufferImpl()
|