Searched refs:bit_depth (Results 1 - 9 of 9) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvmuxer.hpp466 void set_bit_depth(uint64 bit_depth) { bit_depth_ = bit_depth; } argument
467 uint64 bit_depth() const { return bit_depth_; } function in class:mkvmuxer::AudioTrack
H A Dmkvparser.cpp6389 long long bit_depth = 0; local
6424 bit_depth = UnserializeUInt(pReader, pos, size);
6426 if (bit_depth <= 0)
6453 pTrack->m_bitDepth = bit_depth;
/hardware/qcom/msm8996/kernel-headers/sound/
H A Dcompress_params.h257 __u8 bit_depth; member in struct:snd_dec_alac
/hardware/qcom/msm8996/original-kernel-headers/sound/
H A Dcompress_params.h368 __u8 bit_depth; member in struct:snd_dec_alac
/hardware/qcom/audio/msm8909/hal/audio_extn/
H A Daudio_extn.c650 out->compr_config.codec->options.alac.bit_depth = atoi(value);
702 out->compr_config.codec->options.alac.bit_depth,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
H A Dnestegg.c223 struct ebml_type bit_depth; member in struct:audio
405 E_FIELD(ID_BIT_DEPTH, TYPE_UINT, struct audio, bit_depth),
2172 ne_get_uint32(entry->audio.bit_depth, &value);
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c1603 __u8 bit_depth = png_get_bit_depth(png_ptr, info_ptr); local
1614 if (bit_depth < 8) {
1636 if (bit_depth == 16)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
H A Dmkvparser.cpp5412 long long bit_depth = 0; local
5447 bit_depth = UnserializeUInt(pReader, pos, size);
5449 if (bit_depth <= 0)
5471 pTrack->m_bitDepth = bit_depth;
/hardware/ti/omap4-aah/hwc/
H A Dhwc.c2159 __u8 bit_depth = png_get_bit_depth(png_ptr, info_ptr); local
2170 if (bit_depth < 8) {
2192 if (bit_depth == 16)

Completed in 449 milliseconds