Searched refs:alpha_mode (Results 1 – 2 of 2) sorted by relevance
420 bool SetAlphaMode(uint64 alpha_mode);431 uint64 alpha_mode() { return alpha_mode_; } in alpha_mode() function in mkvmuxer::VideoTrack
828 bool VideoTrack::SetAlphaMode(uint64 alpha_mode) { in SetAlphaMode() argument829 if (alpha_mode != kNoAlpha && in SetAlphaMode()830 alpha_mode != kAlpha) in SetAlphaMode()833 alpha_mode_ = alpha_mode; in SetAlphaMode()