Home
last modified time | relevance | path

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

/hardware/qcom/audio/legacy/alsa_sound/
DAudioUtil.cpp75 int AudioUtil::getSamplingFrequencyFromEDID(unsigned char byte) { in getSamplingFrequencyFromEDID()
103 int AudioUtil::getBitsPerSampleFromEDID(unsigned char byte, in getBitsPerSampleFromEDID()
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
Dqtypes.h78 typedef unsigned char byte; /* Unsigned 8 bit value type. */ typedef
Dmp4_utils.h41 typedef unsigned char byte; /* Unsigned 8 bit value type. */ typedef
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
Dqtypes.h78 typedef unsigned char byte; /* Unsigned 8 bit value type. */ typedef
Dmp4_utils.h41 typedef unsigned char byte; /* Unsigned 8 bit value type. */ typedef
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dtemporal_filter.c100 int byte = 0; in vp8_temporal_filter_apply_c() local
230 int byte; in vp8_temporal_filter_iterate_c() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_temporal_filter.c93 int byte = 0; in vp9_temporal_filter_apply_c() local
195 int byte; in temporal_filter_iterate_c() local
/hardware/libhardware_legacy/include/hardware_legacy/
Dwifi_hal.h36 typedef unsigned char byte; typedef
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
Dmkvmuxerutil.cpp177 const uint8 byte = static_cast<uint8>(value.u32 >> bit_count); in SerializeFloat() local