Searched refs:SetJpegSize (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ppapi/c/private/
H A Dppb_image_capture_config_private.h97 * SetJpegSize() sets the JPEG image size for the given
105 void (*SetJpegSize)(PP_Resource config, const struct PP_Size* jpeg_size); member in struct:PPB_ImageCaptureConfig_Private_0_1
/external/chromium_org/ppapi/cpp/private/
H A Dimage_capture_config_private.h78 /// SetJpegSize() sets the JPEG image size for the given <code>
83 void SetJpegSize(const Size& jpeg_size);
/external/chromium_org/ppapi/thunk/
H A Dppb_image_capture_config_private_thunk.cc58 void SetJpegSize(PP_Resource config, const struct PP_Size* jpeg_size) { function in namespace:ppapi::thunk::__anon10282
59 VLOG(4) << "PPB_ImageCaptureConfig_Private::SetJpegSize()";
63 enter.object()->SetJpegSize(jpeg_size);
73 &SetJpegSize
/external/chromium_org/ppapi/api/private/
H A Dppb_image_capture_config_private.idl90 * SetJpegSize() sets the JPEG image size for the given
98 void SetJpegSize(

Completed in 119 milliseconds