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

  /external/drm_hwcomposer/
platformnv.h 45 } NvBuffer_t;
50 NvBuffer_t *GrallocGetNvBuffer(buffer_handle_t handle);
51 int GrallocSetNvBuffer(buffer_handle_t handle, NvBuffer_t *buf);
platformnv.cpp 74 NvBuffer_t *buf = GrallocGetNvBuffer(handle);
81 buf = new NvBuffer_t();
83 ALOGE("Failed to allocate new NvBuffer_t");
127 NvBuffer_t *buf = (NvBuffer_t *)bo->priv;
142 NvBuffer_t *buf = (NvBuffer *)nv_buffer;
174 NvImporter::NvBuffer_t *NvImporter::GrallocGetNvBuffer(buffer_handle_t handle) {
179 return ret ? NULL : (NvBuffer_t *)priv;
182 int NvImporter::GrallocSetNvBuffer(buffer_handle_t handle, NvBuffer_t *buf) {

Completed in 58 milliseconds