HomeSort by relevance Sort by last modified time
    Searched refs:native_handle_t (Results 26 - 50 of 127) sorted by null

12 3 4 5 6

  /hardware/qcom/display/msm8960/libcopybit/
copybit.h 137 native_handle_t* handle;
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Record.cpp 95 native_handle_delete(const_cast<native_handle_t *>(packet->meta_handle));
225 native_handle_t * nh = const_cast<native_handle_t *>(packet->meta_handle);
  /frameworks/av/include/media/stagefright/
CameraSource.h 143 native_handle_t* handle);
215 virtual void releaseRecordingFrameHandle(native_handle_t* handle);
228 native_handle_t* handle);
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
video_encoder_device_v4l2.h 594 static inline int getFdAt(native_handle_t *, int index);
595 static inline int getOffsetAt(native_handle_t *, int index);
596 static inline int getSizeAt(native_handle_t *, int index);
597 static inline int getColorFormatAt(native_handle_t *, int index);
598 static inline int getTimeStampAt(native_handle_t *, int index);
  /frameworks/av/camera/
ICameraRecordingProxy.cpp 73 void releaseRecordingFrameHandle(native_handle_t *handle) {
Camera.cpp 235 void Camera::releaseRecordingFrameHandle(native_handle_t* handle)
392 void Camera::recordingFrameHandleCallbackTimestamp(nsecs_t timestamp, native_handle_t* handle)
446 void Camera::RecordingProxy::releaseRecordingFrameHandle(native_handle_t* handle) {
  /frameworks/native/include/media/hardware/
HardwareAPI.h 158 native_handle_t *pHandle;
  /hardware/intel/img/hwcomposer/merrifield/include/pvr/hal/
img_gralloc_public.h 95 native_handle_t base;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/pvr/hal/
img_gralloc_public.h 95 native_handle_t base;
  /hardware/libhardware/include/hardware/
hwcomposer.h 148 const native_handle_t* sidebandStream;
    [all...]
  /hardware/qcom/display/msm8084/libcopybit/
copybit.h 138 native_handle_t* handle;
  /hardware/qcom/display/msm8226/libcopybit/
copybit.h 138 native_handle_t* handle;
  /hardware/qcom/display/msm8909/libcopybit/
copybit.h 140 native_handle_t* handle;
  /hardware/qcom/display/msm8994/libcopybit/
copybit.h 141 native_handle_t* handle;
  /hardware/qcom/display/msm8996/libcopybit/
copybit.h 155 native_handle_t* handle;
  /device/moto/shamu/camera/QCamera2/HAL/test/
qcamera_test.h 130 native_handle_t* handle);
132 native_handle_t* handle);
  /hardware/intel/img/hwcomposer/merrifield/ips/tangier/
TngGrallocBufferMapper.cpp 33 const native_handle_t *h = (native_handle_t *)mHandle;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/
TngGrallocBufferMapper.cpp 33 const native_handle_t *h = (native_handle_t *)mHandle;
  /hardware/qcom/camera/QCamera2/HAL/
QCameraMem.h 234 native_handle_t *updateNativeHandle(uint32_t index, bool metadata = true);
240 native_handle_t *mNativeHandle[MM_CAMERA_MAX_NUM_FRAMES];
  /hardware/qcom/display/msm8226/libgralloc/
gralloc_priv.h 174 native_handle_t nativeHandle;
231 return ((sizeof(private_handle_t) - sizeof(native_handle_t)) /
mapper.cpp 317 native_handle_t** handle = va_arg(args, native_handle_t**);
330 *handle = (native_handle_t *)hnd;
  /hardware/qcom/display/msm8909/libgralloc/
gralloc_priv.h 176 native_handle_t nativeHandle;
232 return ((sizeof(private_handle_t) - sizeof(native_handle_t)) /
  /hardware/qcom/display/msm8994/libgralloc/
gralloc_priv.h 180 native_handle_t nativeHandle;
239 return ((sizeof(private_handle_t) - sizeof(native_handle_t)) /
  /hardware/qcom/display/msm8996/libgralloc/
gralloc_priv.h 187 native_handle_t nativeHandle;
243 return ((sizeof(private_handle_t) - sizeof(native_handle_t)) /
  /hardware/qcom/display/msm8084/libgralloc/
mapper.cpp 317 native_handle_t** handle = va_arg(args, native_handle_t**);
330 *handle = (native_handle_t *)hnd;

Completed in 1035 milliseconds

12 3 4 5 6