Searched defs:protected (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/img/psb_video/src/android/
H A Dpsb_surface_gralloc.c105 int protected = (VA_RT_FORMAT_PROTECTED & format); local
115 driver_data->protected = protected;
261 int protected = (VA_RT_FORMAT_PROTECTED & format); local
270 driver_data->protected = protected;
410 obj_surface->share_info->force_output_method = protected ? OUTPUT_FORCE_OVERLAY : OUTPUT_FORCE_OVERLAY_FOR_SW_DECODE;
440 obj_surface->share_info->surface_protected = driver_data->protected;
/hardware/intel/common/wrs_omxil_core/utils/src/
H A Daudio_parser.c44 protected : 1, member in struct:mp3_frame_header_s::__anon1231::__anon1232
58 protected : 1,
244 "Protected by CRC", "Not protected"
394 *crc = header.protected;
409 LOGV(" protection: 0x%x, %s\n", header.protected,
410 protection_string[header.protected]);
/hardware/intel/img/psb_video/src/x11/
H A Dpsb_xvva.c143 drv_debug_msg(VIDEO_DEBUG_GENERAL, "use sprite plane to playback rotated protected video\n");
592 unsigned int protected,
600 unsigned int flags = protected? IS_PROTECTED : 0;
778 unsigned int protected = vaPtr->src_srf.pl_flags & 0; local
780 vaStatus = psb_check_rotatesurface(ctx, rotate_width, rotate_height, protected, fourcc);
588 psb_check_rotatesurface( VADriverContextP ctx, unsigned short rotate_width, unsigned short rotate_height, unsigned int protected, int fourcc ) argument
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c959 unsigned int protected; member in struct:counts
995 num->protected++;
1270 /* render protected and dockable layers via DSS */
/hardware/ti/omap4-aah/hwc/
H A Dhwc.c149 unsigned int protected; member in struct:counts
1241 num->protected++;
1303 if (!num->protected && hwc_dev->ext_ovls && ext->current.enabled && !ext->current.docking)
1729 /* render protected and dockable layers via DSS */
1996 (hwc_dev->stats.protected || !hwc_dev->ext_ovls);

Completed in 216 milliseconds