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

  /external/chromium_org/ppapi/c/private/
ppb_image_capture_config_private.h 92 * @param[out] jpeg_size A <code>PP_Size</code> that indicates the current
95 void (*GetJpegSize)(PP_Resource config, struct PP_Size* jpeg_size);
102 * @param[in] jpeg_size A <code>PP_Size</code> that indicates the requested
105 void (*SetJpegSize)(PP_Resource config, const struct PP_Size* jpeg_size);
  /external/chromium_org/ppapi/cpp/private/
image_capture_config_private.h 74 /// @param[out] jpeg_size A <code>Size</code> that indicates the current
76 void GetJpegSize(Size* jpeg_size);
81 /// @param[in] jpeg_size A <code>Size</code> that indicates the requested
83 void SetJpegSize(const Size& jpeg_size);
  /external/chromium_org/ppapi/api/private/
ppb_image_capture_config_private.idl 82 * @param[out] jpeg_size A <code>PP_Size</code> that indicates the current
87 [out] PP_Size jpeg_size);
95 * @param[in] jpeg_size A <code>PP_Size</code> that indicates the requested
100 [in] PP_Size jpeg_size);
  /external/chromium_org/ppapi/thunk/
ppb_image_capture_config_private_thunk.cc 50 void GetJpegSize(PP_Resource config, struct PP_Size* jpeg_size) {
55 enter.object()->GetJpegSize(jpeg_size);
58 void SetJpegSize(PP_Resource config, const struct PP_Size* jpeg_size) {
63 enter.object()->SetJpegSize(jpeg_size);
  /device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/inc/
mm_jpeg.h 79 int32_t jpeg_size; /* the size of jpeg output after job is done */ member in struct:__anon3615
  /device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/inc/
mm_jpeg.h 79 int32_t jpeg_size; /* the size of jpeg output after job is done */ member in struct:__anon4105
  /device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/src/
mm_jpeg.c 613 job_entry->jpeg_size,
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/src/
mm_jpeg.c 709 job_entry->jpeg_size,
    [all...]
  /device/lge/mako/camera/
QualcommCameraHardware.h 144 void receiveLiveSnapshot(uint32_t jpeg_size);
QualcommCameraHardware.cpp 194 extern void (*mmcamera_liveshot_callback)(liveshot_status status, uint32_t jpeg_size);
    [all...]
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Channel.cpp 862 jpegHeader.jpeg_size = p_output->buf_filled_len;
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3Channel.cpp 1016 jpegHeader.jpeg_size = p_output->buf_filled_len;
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3Channel.cpp     [all...]

Completed in 625 milliseconds