Searched defs:byte (Results 1 - 9 of 9) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
H A Dqtypes.h78 typedef unsigned char byte; /* Unsigned 8 bit value type. */ typedef
H A Dmp4_utils.h41 typedef unsigned char byte; /* Unsigned 8 bit value type. */ typedef
160 byte *m_dataBeginPtr;
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
H A Dqtypes.h78 typedef unsigned char byte; /* Unsigned 8 bit value type. */ typedef
H A Dmp4_utils.h41 typedef unsigned char byte; /* Unsigned 8 bit value type. */ typedef
157 byte *m_dataBeginPtr;
/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioUtil.cpp75 int AudioUtil::getSamplingFrequencyFromEDID(unsigned char byte) { argument
78 if (byte & BIT(6)) {
81 } else if (byte & BIT(5)) {
84 } else if (byte & BIT(4)) {
87 } else if (byte & BIT(3)) {
90 } else if (byte & BIT(2)) {
93 } else if (byte & BIT(1)) {
96 } else if (byte & BIT(0)) {
103 int AudioUtil::getBitsPerSampleFromEDID(unsigned char byte, argument
107 if (byte
[all...]
/hardware/libhardware_legacy/include/hardware_legacy/
H A Dwifi_hal.h36 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/third_party/libwebm/
H A Dmkvmuxerutil.cpp177 const uint8 byte = static_cast<uint8>(value.u32 >> bit_count); local
179 const int32 status = writer->Write(&byte, 1);
338 // integer representation of only 1 byte.
404 // We use a single byte for the track number of the block, which
421 if (WriteID(writer, kMkvBlockGroup)) // 1-byte ID size
429 if (WriteID(writer, kMkvBlock)) // 1-byte ID size
459 if (WriteID(writer, kMkvBlockDuration)) // 1-byte ID size
684 for (int i = 0; i < 7; ++i) { // avoid problems with 8-byte values
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dtemporal_filter.c100 int byte = 0; local
107 int src_byte = frame1[byte];
129 byte++;
132 byte += stride - block_size;
230 int byte; local
366 byte = mb_y_offset;
375 dst1[byte] = (unsigned char)pval;
378 byte++;
381 byte += stride - 16;
387 byte
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_temporal_filter.c93 int byte = 0; local
97 int src_byte = frame1[byte];
118 byte++;
121 byte += stride - block_size;
195 int byte; local
315 byte = mb_y_offset;
322 dst1[byte] = (uint8_t)pval;
325 byte++;
328 byte += stride - 16;
334 byte
[all...]

Completed in 253 milliseconds