/hardware/qcom/audio/legacy/alsa_sound/ |
D | AudioUtil.cpp | 75 int AudioUtil::getSamplingFrequencyFromEDID(unsigned char byte) { in getSamplingFrequencyFromEDID() argument 78 if (byte & BIT(6)) { in getSamplingFrequencyFromEDID() 81 } else if (byte & BIT(5)) { in getSamplingFrequencyFromEDID() 84 } else if (byte & BIT(4)) { in getSamplingFrequencyFromEDID() 87 } else if (byte & BIT(3)) { in getSamplingFrequencyFromEDID() 90 } else if (byte & BIT(2)) { in getSamplingFrequencyFromEDID() 93 } else if (byte & BIT(1)) { in getSamplingFrequencyFromEDID() 96 } else if (byte & BIT(0)) { in getSamplingFrequencyFromEDID() 103 int AudioUtil::getBitsPerSampleFromEDID(unsigned char byte, in getBitsPerSampleFromEDID() argument 107 if (byte & BIT(2)) { in getBitsPerSampleFromEDID() [all …]
|
D | AudioUtil.h | 65 static int getSamplingFrequencyFromEDID(unsigned char byte); 66 static int getBitsPerSampleFromEDID(unsigned char byte,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | recon_sse2.asm | 144 movzx ecx, byte [rsi] 145 movzx edx, byte [rsi+rax*1] 147 movzx edx, byte [rsi+rax*2] 150 movzx edx, byte [rsi+rdi] 153 movzx edx, byte [rsi] 155 movzx edx, byte [rsi+rax] 157 movzx edx, byte [rsi+rax*2] 159 movzx edx, byte [rsi+rdi] 268 movzx ecx, byte [rsi] 269 movzx edx, byte [rsi+rax] [all …]
|
D | postproc_sse2.asm | 157 ; dup the first byte into the left border 8 times 165 ; dup the last byte into the right border 498 ; dup the first byte into the left border 8 times 507 ; dup the last byte into the right border 521 movzx eax, byte [rsi+rdi]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | temporal_filter.c | 100 int byte = 0; in vp8_temporal_filter_apply_c() local 107 int src_byte = frame1[byte]; in vp8_temporal_filter_apply_c() 129 byte++; in vp8_temporal_filter_apply_c() 132 byte += stride - block_size; in vp8_temporal_filter_apply_c() 230 int byte; in vp8_temporal_filter_iterate_c() local 366 byte = mb_y_offset; in vp8_temporal_filter_iterate_c() 375 dst1[byte] = (unsigned char)pval; in vp8_temporal_filter_iterate_c() 378 byte++; in vp8_temporal_filter_iterate_c() 381 byte += stride - 16; in vp8_temporal_filter_iterate_c() 387 byte = mb_uv_offset; in vp8_temporal_filter_iterate_c() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
D | filter_altivec.asm | 963 .byte 0, 0,128, 0, 0, 0,128, 0, 0, 0,128, 0, 0, 0,128, 0 964 .byte 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 965 .byte 0, -6,123, 12, 0, -6,123, 12, 0, -6,123, 12, 0, -6,123, 12 966 .byte -1, 0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0 967 .byte 2,-11,108, 36, 2,-11,108, 36, 2,-11,108, 36, 2,-11,108, 36 968 .byte -8, 1, 0, 0, -8, 1, 0, 0, -8, 1, 0, 0, -8, 1, 0, 0 969 .byte 0, -9, 93, 50, 0, -9, 93, 50, 0, -9, 93, 50, 0, -9, 93, 50 970 .byte -6, 0, 0, 0, -6, 0, 0, 0, -6, 0, 0, 0, -6, 0, 0, 0 971 .byte 3,-16, 77, 77, 3,-16, 77, 77, 3,-16, 77, 77, 3,-16, 77, 77 972 .byte -16, 3, 0, 0,-16, 3, 0, 0,-16, 3, 0, 0,-16, 3, 0, 0 [all …]
|
D | idctllm_altivec.asm | 185 .byte 0, 1, 2, 3, 4, 5, 6, 7, 16, 17, 18, 19, 20, 21, 22, 23 189 .byte 8, 9, 10, 11, 12, 13, 14, 15, 24, 25, 26, 27, 28, 29, 30, 31
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | rtt.h | 37 byte continuous; // 0 = single shot or 1 = continuous ranging 99 byte rtt_one_sided_supported; // if 1-sided rtt data collection is supported 100 byte rtt_11v_supported; // if 11v rtt data collection is supported 101 byte rtt_ftm_supported; // if ftm rtt data collection is supported
|
D | gscan.h | 51 byte id; // element identifier 52 byte len; // number of bytes to follow 53 byte data[]; 107 byte report_events; 130 wifi_error wifi_get_cached_gscan_results(wifi_interface_handle iface, byte flush,
|
D | wifi_hal.h | 36 typedef unsigned char byte; typedef 45 typedef byte mac_addr[6]; 46 typedef byte oui[3];
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_temporal_filter.c | 93 int byte = 0; in vp9_temporal_filter_apply_c() local 97 int src_byte = frame1[byte]; in vp9_temporal_filter_apply_c() 118 byte++; in vp9_temporal_filter_apply_c() 121 byte += stride - block_size; in vp9_temporal_filter_apply_c() 195 int byte; in temporal_filter_iterate_c() local 315 byte = mb_y_offset; in temporal_filter_iterate_c() 322 dst1[byte] = (uint8_t)pval; in temporal_filter_iterate_c() 325 byte++; in temporal_filter_iterate_c() 328 byte += stride - 16; in temporal_filter_iterate_c() 334 byte = mb_uv_offset; in temporal_filter_iterate_c() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/ |
D | vp8_variance_halfpixvar16x16_h_armv6.asm | 40 ldr r6, [r0, #1] ; load 4 src pixels with 1 byte offset 64 uxtb16 r5, r6 ; byte (two pixels) to halfwords 70 ldr r6, [r0, #5] ; load 4 src pixels with 1 byte offset 95 uxtb16 r5, r6 ; byte (two pixels) to halfwords 101 ldr r6, [r0, #9] ; load 4 src pixels with 1 byte offset 126 uxtb16 r5, r6 ; byte (two pixels) to halfwords 132 ldr r6, [r0, #13] ; load 4 src pixels with 1 byte offset 159 uxtb16 r5, r6 ; byte (two pixels) to halfwords
|
D | vp8_variance16x16_armv6.asm | 59 uxtb16 r5, r6 ; byte (two pixels) to halfwords 83 uxtb16 r5, r6 ; byte (two pixels) to halfwords 107 uxtb16 r5, r6 ; byte (two pixels) to halfwords 133 uxtb16 r5, r6 ; byte (two pixels) to halfwords
|
D | vp8_variance_halfpixvar16x16_v_armv6.asm | 65 uxtb16 r5, r6 ; byte (two pixels) to halfwords 96 uxtb16 r5, r6 ; byte (two pixels) to halfwords 127 uxtb16 r5, r6 ; byte (two pixels) to halfwords 160 uxtb16 r5, r6 ; byte (two pixels) to halfwords
|
D | vp8_variance_halfpixvar16x16_hv_armv6.asm | 75 uxtb16 r5, r6 ; byte (two pixels) to halfwords 117 uxtb16 r5, r6 ; byte (two pixels) to halfwords 159 uxtb16 r5, r6 ; byte (two pixels) to halfwords 201 uxtb16 r5, r6 ; byte (two pixels) to halfwords
|
D | vp8_variance8x8_armv6.asm | 57 uxtb16 r7, r8 ; byte (two pixels) to halfwords 83 uxtb16 r7, r8 ; byte (two pixels) to halfwords
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/ |
D | mp4_utils.h | 41 typedef unsigned char byte; /* Unsigned 8 bit value type. */ typedef 157 byte *m_dataBeginPtr;
|
D | qtypes.h | 78 typedef unsigned char byte; /* Unsigned 8 bit value type. */ typedef
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/ |
D | hevc_utils.cpp | 134 byte bFirstSliceInPic = 0; in isNewFrame() 136 byte coef1=1, coef2=0, coef3=0; in isNewFrame()
|
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/ |
D | mp4_utils.h | 41 typedef unsigned char byte; /* Unsigned 8 bit value type. */ typedef 160 byte *m_dataBeginPtr;
|
D | qtypes.h | 78 typedef unsigned char byte; /* Unsigned 8 bit value type. */ typedef
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/ |
D | vp8_mse16x16_armv6.asm | 59 uxtb16 r6, r8 ; byte (two pixels) to halfwords 78 uxtb16 r6, r8 ; byte (two pixels) to halfwords 99 uxtb16 r6, r8 ; byte (two pixels) to halfwords 122 uxtb16 r6, r8 ; byte (two pixels) to halfwords
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
D | vp9_subpixel_bilinear_ssse3.asm | 38 packuswb xmm0, xmm0 ;pack to byte 76 packuswb xmm0, xmm0 ;pack back to byte 99 packuswb xmm0, xmm2 ;pack back to byte
|
D | vp9_subpixel_bilinear_sse2.asm | 47 packuswb xmm0, xmm0 ;pack to byte 92 packuswb xmm0, xmm0 ;pack back to byte 122 packuswb xmm0, xmm2 ;pack back to byte
|
D | vp9_intrapred_ssse3.asm | 490 movq m0, [leftq] ; [0- 7] l1-8 [byte] 491 movhps m0, [aboveq-1] ; [8-15] tl, t1-7 [byte] 795 movd m0, [leftq] ; abcd [byte] 796 pshufb m1, m0, [GLOBAL(sh_b1233)] ; bcdd [byte] 800 pavgb m1, m0 ; ab, bc, cd, d [byte] 817 movq m3, [leftq] ; abcdefgh [byte] 852 mova m0, [leftq] ; abcdefghijklmnop [byte] 857 pavgb m1, m0 ; ab, bc, cd .. no, op, pp [byte] 899 mova m1, [leftq] ; 0-15 [byte] 900 mova m2, [leftq+16] ; 16-31 [byte]
|