Searched refs:property (Results 101 - 125 of 218) sorted by relevance

123456789

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
H A Dshortidct4x4llm_neon.asm6 ; tree. An additional intellectual property rights grant can be found
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
H A Didctllm_altivec.asm6 ; tree. An additional intellectual property rights grant can be found
H A Drecon_altivec.asm6 ; tree. An additional intellectual property rights grant can be found
H A Dsad_altivec.asm6 ; tree. An additional intellectual property rights grant can be found
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
H A Ddequantize_mmx.asm6 ; tree. An additional intellectual property rights grant can be found
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
H A Dencodemb_altivec.asm6 ; tree. An additional intellectual property rights grant can be found
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
H A Ddct_mmx.asm6 ; tree. An additional intellectual property rights grant can be found
H A Dfwalsh_sse2.asm6 ; tree. An additional intellectual property rights grant can be found
H A Dquantize_mmx.asm6 ; tree. An additional intellectual property rights grant can be found
H A Dsubtract_mmx.asm6 ; tree. An additional intellectual property rights grant can be found
H A Dtemporal_filter_apply_sse2.asm6 ; tree. An additional intellectual property rights grant can be found
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
H A Dvp9_sad4d_sse2.asm6 ; tree. An additional intellectual property rights grant can be found
H A Dvp9_temporal_filter_apply_sse2.asm6 ; tree. An additional intellectual property rights grant can be found
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/arm/neon/
H A Dvp8_vpxyv12_copyframe_func_neon.asm6 ; tree. An additional intellectual property rights grant can be found
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_utils.cpp121 char property[PROPERTY_VALUE_MAX] = {'\0'}; local
123 if (property_get("debug.hwc.fbsize", property, NULL) > 0) {
124 yptr = strcasestr(property,"x");
126 int xres_new = atoi(property);
437 // Read the system property to determine if windowboxing feature is enabled.
1083 char property[PROPERTY_VALUE_MAX]; local
1172 if (property_get("hw.cabl.yuv", property, NULL) > 0) {
1173 if (atoi(property) != 1) {
1178 if (property_get("hw.cabl.yuv", property, NULL) > 0) {
1179 if (atoi(property) !
1603 char property[PROPERTY_VALUE_MAX]; local
[all...]
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_utils.cpp101 char property[PROPERTY_VALUE_MAX] = {'\0'}; local
103 if (property_get("debug.hwc.fbsize", property, NULL) > 0) {
104 yptr = strcasestr(property,"x");
106 int xres_new = atoi(property);
408 // Read the system property to determine if windowboxing feature is enabled.
1009 char property[PROPERTY_VALUE_MAX]; local
1101 if (property_get("hw.cabl.yuv", property, NULL) > 0) {
1102 if (atoi(property) != 1) {
1107 if (property_get("hw.cabl.yuv", property, NULL) > 0) {
1108 if (atoi(property) !
1516 char property[PROPERTY_VALUE_MAX]; local
[all...]
/hardware/libhardware/include/hardware/
H A Dvehicle.h39 * designed in a property, value maping where each property has a value which
56 * Each vehicle property is defined with various annotations to specify the type of information.
58 * Also the annotations are the specification for each property, and each HAL implementation should
61 * @value_type: Type of data for this property. One of the value from vehicle_value_type should be
63 * @change_mode: How this property changes. Value set is from vehicle_prop_change_mode. Some
66 * @access: Define how this property can be accessed. read only, write only or R/W from
76 * for that property to work.
77 * @zone_type type of zoned used. defined for zoned property
78 * @range_start, @range_end : define range of specific property value
[all...]
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h56 // Can be overridden by the audio.offload.min.duration.secs property
87 virtual void setSystemProperty(const char* property, const char* value);
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc_swvdec.cpp3948 //set property dynamic buffer mode to driver.
9655 SWVDEC_PROP property; local
9658 property.ePropId = SWVDEC_PROP_ID_IPBUFFREQ;
9659 SWVDEC_STATUS sRet = SwVdec_GetProperty(m_pSwVdec, &property);
9666 drv_ctx.ip_buf.buffer_size = property.uProperty.sIpBuffReq.nSize;
9667 drv_ctx.ip_buf.mincount = property.uProperty.sIpBuffReq.nMinCount;
9668 drv_ctx.ip_buf.actualcount = property.uProperty.sIpBuffReq.nMinCount;
9673 property.ePropId = SWVDEC_PROP_ID_OPBUFFREQ;
9674 SWVDEC_STATUS sRet = SwVdec_GetProperty(m_pSwVdec, &property);
9702 drv_ctx.op_buf.buffer_size = property
9728 SWVDEC_PROP property; local
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc_swvdec.cpp4026 //set property dynamic buffer mode to driver.
9857 SWVDEC_PROP property; local
9860 property.ePropId = SWVDEC_PROP_ID_IPBUFFREQ;
9861 SWVDEC_STATUS sRet = SwVdec_GetProperty(m_pSwVdec, &property);
9868 drv_ctx.ip_buf.buffer_size = property.uProperty.sIpBuffReq.nSize;
9869 drv_ctx.ip_buf.mincount = property.uProperty.sIpBuffReq.nMinCount;
9870 drv_ctx.ip_buf.actualcount = property.uProperty.sIpBuffReq.nMinCount;
9881 property.ePropId = SWVDEC_PROP_ID_OPBUFFREQ;
9882 SWVDEC_STATUS sRet = SwVdec_GetProperty(m_pSwVdec, &property);
9910 drv_ctx.op_buf.buffer_size = property
9937 SWVDEC_PROP property; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
H A Didct_v6.asm6 ; tree. An additional intellectual property rights grant can be found
H A Dsixtappredict8x4_v6.asm6 ; tree. An additional intellectual property rights grant can be found
H A Dvp8_variance16x16_armv6.asm6 ; tree. An additional intellectual property rights grant can be found
H A Dvp8_variance_halfpixvar16x16_h_armv6.asm6 ; tree. An additional intellectual property rights grant can be found
H A Dvp8_variance_halfpixvar16x16_v_armv6.asm6 ; tree. An additional intellectual property rights grant can be found

Completed in 696 milliseconds

123456789