Searched defs:empty_data (Results 1 – 5 of 5) sorted by relevance
159 const int16_t* AudioFrame::empty_data() { in empty_data() function in webrtc::AudioFrame
346 GLubyte empty_data[RENDER_WIDTH * RENDER_HEIGHT * 4]; in isRenderedImageValid() local
274 struct empty_data { struct275 int val;
1478 struct empty_data *empty_data; in parse_empty_args() local
120 #define empty_data ((struct data){ 0 /* all .members = 0 or NULL */ }) macro