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

  /hardware/qcom/msm8996/kernel-headers/linux/
qcedev.h 100 uint8_t use_pmem; member in struct:qcedev_cipher_op_req
  /hardware/qcom/msm8x09/kernel-headers/linux/
qcedev.h 100 uint8_t use_pmem; member in struct:qcedev_cipher_op_req
  /hardware/qcom/msm8996/original-kernel-headers/linux/
qcedev.h 135 * @use_pmem (IN): Flag to indicate if buffer source is PMEM
162 *If use_pmem is set to 0, the driver assumes that memory was not allocated
167 * If use_pmem is set to 1, the driver assumes that memory was allocated via
181 uint8_t use_pmem; member in struct:qcedev_cipher_op_req
  /hardware/qcom/msm8x09/original-kernel-headers/linux/
qcedev.h 135 * @use_pmem (IN): Flag to indicate if buffer source is PMEM
162 *If use_pmem is set to 0, the driver assumes that memory was not allocated
167 * If use_pmem is set to 1, the driver assumes that memory was allocated via
181 uint8_t use_pmem; member in struct:qcedev_cipher_op_req
  /device/google/marlin/camera/usbcamcore/src/
QCameraMjpegDecode.cpp 238 uint8_t use_pmem = true; local
252 use_pmem = false;
286 rc = jpeg_buffer_allocate(source.buffers[0], 0xA000, use_pmem);
298 rc = jpeg_buffer_allocate(source.buffers[1], 0xA000, use_pmem);
  /hardware/qcom/camera/msm8998/usbcamcore/src/
QCameraMjpegDecode.cpp 238 uint8_t use_pmem = true; local
252 use_pmem = false;
286 rc = jpeg_buffer_allocate(source.buffers[0], 0xA000, use_pmem);
298 rc = jpeg_buffer_allocate(source.buffers[1], 0xA000, use_pmem);
  /device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpegdec_test.c 143 int mm_jpegdec_test_alloc(buffer_t *p_buffer, int use_pmem)
147 if (use_pmem) {
mm_jpeg_test.c 202 int mm_jpeg_test_alloc(buffer_t *p_buffer, int use_pmem)
206 if (use_pmem) {
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/test/
mm_jpegdec_test.c 143 int mm_jpegdec_test_alloc(buffer_t *p_buffer, int use_pmem)
147 if (use_pmem) {
mm_jpeg_test.c 202 int mm_jpeg_test_alloc(buffer_t *p_buffer, int use_pmem)
206 if (use_pmem) {

Completed in 242 milliseconds