Searched refs:bit_depth_ (Results 1 - 2 of 2) 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; }
467 uint64 bit_depth() const { return bit_depth_; }
475 uint64 bit_depth_; member in class:mkvmuxer::AudioTrack
H A Dmkvmuxer.cpp912 bit_depth_(0),
926 if (bit_depth_ > 0)
927 size += EbmlElementSize(kMkvBitDepth, bit_depth_);
941 if (bit_depth_ > 0)
942 size += EbmlElementSize(kMkvBitDepth, bit_depth_);
957 if (bit_depth_ > 0)
958 if (!WriteEbmlElement(writer, kMkvBitDepth, bit_depth_))

Completed in 44 milliseconds