Home
last modified time | relevance | path

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

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