Home
last modified time | relevance | path

Searched refs:numInts (Results 1 – 18 of 18) sorted by relevance

/hardware/libhardware/modules/gralloc/
Dgralloc_priv.h93 numInts = sNumInts(); in private_handle_t()
103 h->numInts != sNumInts() || h->numFds != sNumFds || in validate()
/hardware/qcom/display/msm8960/libgralloc/
Dgralloc_priv.h202 numInts = sNumInts; in fd()
216 h->numInts != sNumInts || h->numFds != sNumFds || in validate()
223 h ? h->numInts : -1, sNumInts, in validate()
/hardware/qcom/display/msm8909/libgralloc/
Dgralloc_priv.h247 numInts = sNumInts(); in fd()
261 h->numInts != sNumInts() || h->numFds != sNumFds || in validate()
269 h ? h->numInts : -1, sNumInts(), in validate()
/hardware/qcom/display/msm8226/libgralloc/
Dgralloc_priv.h246 numInts = sNumInts(); in fd()
260 h->numInts != sNumInts() || h->numFds != sNumFds || in validate()
268 h ? h->numInts : -1, sNumInts(), in validate()
/hardware/qcom/display/msm8996/libgralloc/
Dgralloc_priv.h258 numInts = sNumInts(); in fd()
268 h->numInts != sNumInts() || h->numFds != sNumFds || in validate()
276 h ? h->numInts : -1, sNumInts(), in validate()
/hardware/qcom/display/msm8084/libgralloc/
Dgralloc_priv.h243 numInts = sNumInts; in fd()
257 h->numInts != sNumInts || h->numFds != sNumFds || in validate()
265 h ? h->numInts : -1, sNumInts, in validate()
/hardware/qcom/display/msm8994/libgralloc/
Dgralloc_priv.h254 numInts = sNumInts(); in fd()
268 h->numInts != sNumInts() || h->numFds != sNumFds || in validate()
276 h ? h->numInts : -1, sNumInts(), in validate()
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/
DTngGrallocBufferMapper.cpp35 mClonedHandle = native_handle_create(h->numFds, h->numInts); in TngGrallocBufferMapper()
44 memcpy(mClonedHandle->data + h->numFds, h->data + h->numFds, h->numInts*sizeof(int)); in TngGrallocBufferMapper()
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
DTngGrallocBufferMapper.cpp35 mClonedHandle = native_handle_create(h->numFds, h->numInts); in TngGrallocBufferMapper()
44 memcpy(mClonedHandle->data + h->numFds, h->data + h->numFds, h->numInts*sizeof(int)); in TngGrallocBufferMapper()
/hardware/qcom/camera/QCamera2/HAL/
DQCameraMem.h228 int allocateMeta(uint8_t buf_cnt, int numFDs, int numInts);
DQCameraMem.cpp1434 int QCameraVideoMemory::allocateMeta(uint8_t buf_cnt, int numFDs, int numInts) in allocateMeta() argument
1450 packet->meta_handle = native_handle_create(numFDs, (numInts * numFDs)); in allocateMeta()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp3224 if (!mBatchSize && hnd->numFds + hnd->numInts > 3) { in venc_empty_buf()
3268 if (hnd->numFds + hnd->numInts > 2) { in venc_empty_buf()
6506 int off = hnd && index < hnd->numInts ? hnd->data[hnd->numFds + index] : -1; in getOffsetAt()
6511 int size = hnd && (index + hnd->numFds) < hnd->numInts ? in getSizeAt()
6517 int usage = hnd && (index + 2*hnd->numFds) < hnd->numInts ? in getColorFormatAt()
6523 int size = hnd && (index + 3*hnd->numFds) < hnd->numInts ? in getTimeStampAt()
Domx_video_base.cpp3696 nInt = media_buffer->meta_handle->numInts; in empty_this_buffer_proxy()
4717 media_ptr->meta_handle->numInts >= 2) { in omx_release_meta_buffer()
Domx_swvenc_mpeg4.cpp1817 (meta_buf->meta_handle->numFds + meta_buf->meta_handle->numInts > 5)) in dev_empty_buf()
/hardware/ril/libril/
Dril.cpp2239 int numInts; in responseInts() local
2253 numInts = responselen / sizeof(int); in responseInts()
2254 p.writeInt32 (numInts); in responseInts()
2258 for (int i = 0 ; i < numInts ; i++) { in responseInts()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
Domx_video_base.cpp3388 media_buffer->meta_handle->numInts != 2)) in empty_this_buffer_proxy()
4394 media_ptr->meta_handle->numInts == 2) { in omx_release_meta_buffer()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp3445 media_buffer->meta_handle->numInts != 2)) in empty_this_buffer_proxy()
4460 media_ptr->meta_handle->numInts >= 2) { in omx_release_meta_buffer()
Dvideo_encoder_device_v4l2.cpp2693 if (meta_buf->meta_handle->numFds + meta_buf->meta_handle->numInts > 3 && in venc_empty_buf()
2699 if (meta_buf->meta_handle->numFds + meta_buf->meta_handle->numInts > 2) { in venc_empty_buf()