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

  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 46 if (pme->jpeg_hdl != client_hdl ||
170 return test_obj->jpeg_ops.create_session(test_obj->jpeg_hdl,
mm_qcamera_app.c 590 test_obj->jpeg_hdl = cam_app->hal_lib.jpeg_open(&test_obj->jpeg_ops, NULL, pic_size, NULL);
591 if (test_obj->jpeg_hdl == 0) {
678 if (test_obj->jpeg_hdl && test_obj->jpeg_ops.close) {
679 rc = test_obj->jpeg_ops.close(test_obj->jpeg_hdl);
680 test_obj->jpeg_hdl = 0;
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 45 if (pme->jpeg_hdl != client_hdl ||
169 return test_obj->jpeg_ops.create_session(test_obj->jpeg_hdl,
mm_qcamera_app.c 579 test_obj->jpeg_hdl = cam_app->hal_lib.jpeg_open(&test_obj->jpeg_ops,pic_size);
580 if (test_obj->jpeg_hdl == 0) {
667 if (test_obj->jpeg_hdl && test_obj->jpeg_ops.close) {
668 rc = test_obj->jpeg_ops.close(test_obj->jpeg_hdl);
669 test_obj->jpeg_hdl = 0;
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 45 if (pme->jpeg_hdl != client_hdl ||
169 return test_obj->jpeg_ops.create_session(test_obj->jpeg_hdl,
mm_qcamera_app.c 579 test_obj->jpeg_hdl = cam_app->hal_lib.jpeg_open(&test_obj->jpeg_ops,pic_size);
580 if (test_obj->jpeg_hdl == 0) {
667 if (test_obj->jpeg_hdl && test_obj->jpeg_ops.close) {
668 rc = test_obj->jpeg_ops.close(test_obj->jpeg_hdl);
669 test_obj->jpeg_hdl = 0;
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 212 uint32_t jpeg_hdl; member in struct:__anon3837
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 214 uint32_t jpeg_hdl; member in struct:__anon4401
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 214 uint32_t jpeg_hdl; member in struct:__anon4953

Completed in 79 milliseconds