Home
last modified time | relevance | path

Searched defs:ID_HALF (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/media/
Drtc_video_decoder.h195 static const int32 ID_HALF; // half of the maximum bitstream buffer id in NON_EXPORTED_BASE() local
Drtc_video_decoder.cc25 const int32 RTCVideoDecoder::ID_HALF = 0x20000000; member in content::RTCVideoDecoder