Home
last modified time | relevance | path

Searched refs:alpha_mode (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
Dmkvmuxer.hpp420 bool SetAlphaMode(uint64 alpha_mode);
431 uint64 alpha_mode() { return alpha_mode_; } in alpha_mode() function in mkvmuxer::VideoTrack
Dmkvmuxer.cpp828 bool VideoTrack::SetAlphaMode(uint64 alpha_mode) { in SetAlphaMode() argument
829 if (alpha_mode != kNoAlpha && in SetAlphaMode()
830 alpha_mode != kAlpha) in SetAlphaMode()
833 alpha_mode_ = alpha_mode; in SetAlphaMode()