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

  /packages/services/BuiltInPrintService/jni/plugins/
wprint_image.h 144 status_t (*get_hdr)(wprint_image_info_t *image_info); member in struct:_image_decode_ifc_st
wprint_image.c 70 if ((decode_ifc != NULL) && (decode_ifc->get_hdr != NULL)) {
71 if (OK == decode_ifc->get_hdr(image_info)) {
76 LOGE("ERROR: get_hdr for %s", image_info->mime_type);
252 decode_ifc->get_hdr(image_info);
    [all...]

Completed in 580 milliseconds