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

  /device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 540 test_obj->jpeg_hdl = cam_app->hal_lib.jpeg_open(&test_obj->jpeg_ops);
541 if (test_obj->jpeg_hdl == 0) {
595 if (test_obj->jpeg_hdl && test_obj->jpeg_ops.close) {
596 rc = test_obj->jpeg_ops.close(test_obj->jpeg_hdl);
597 test_obj->jpeg_hdl = 0;
mm_qcamera_snapshot.c 45 if (pme->jpeg_hdl != client_hdl ||
153 return test_obj->jpeg_ops.create_session(test_obj->jpeg_hdl,
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 540 test_obj->jpeg_hdl = cam_app->hal_lib.jpeg_open(&test_obj->jpeg_ops);
541 if (test_obj->jpeg_hdl == 0) {
595 if (test_obj->jpeg_hdl && test_obj->jpeg_ops.close) {
596 rc = test_obj->jpeg_ops.close(test_obj->jpeg_hdl);
597 test_obj->jpeg_hdl = 0;
mm_qcamera_snapshot.c 45 if (pme->jpeg_hdl != client_hdl ||
153 return test_obj->jpeg_ops.create_session(test_obj->jpeg_hdl,
  /device/asus/flo/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 132 uint32_t jpeg_hdl; member in struct:__anon1805
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 132 uint32_t jpeg_hdl; member in struct:__anon31433

Completed in 177 milliseconds