OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:user_preferences
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/printing/cloud_print/
cloud_print_proxy_service.cc
84
const base::DictionaryValue&
user_preferences
) {
89
user_email, base::Owned(
user_preferences
.DeepCopy())));
164
const base::DictionaryValue*
user_preferences
) {
169
robot_auth_code, robot_email, user_email, *
user_preferences
));
cloud_print_proxy_service.h
74
const base::DictionaryValue*
user_preferences
);
/device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/src/
mm_jpeg.c
258
omx_jpeg_user_preferences
user_preferences
;
local
260
memset(&
user_preferences
, 0, sizeof(
user_preferences
));
261
user_preferences
.color_format =
264
user_preferences
.thumbnail_color_format =
268
"omx.qcom.jpeg.exttype.
user_preferences
",
271
__func__,
user_preferences
.color_format,
user_preferences
.thumbnail_color_format);
272
OMX_SetParameter(my_obj->omx_handle, user_pref_idx, &
user_preferences
);
[
all
...]
/device/lge/mako/camera/mm-camera-interface/
mm_omx_jpeg_encoder.c
89
OMX_INDEXTYPE
user_preferences
;
variable
624
OMX_GetExtensionIndex(pHandle,"omx.qcom.jpeg.exttype.
user_preferences
",
625
&
user_preferences
);
630
OMX_SetParameter(pHandle,
user_preferences
,&userpreferences);
Completed in 613 milliseconds