Home
last modified time | relevance | path

Searched defs:empty_data (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/api/audio/
Daudio_frame.cc159 const int16_t* AudioFrame::empty_data() { in empty_data() function in webrtc::AudioFrame
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayETC2Support.cpp346 GLubyte empty_data[RENDER_WIDTH * RENDER_HEIGHT * 4]; in isRenderedImageValid() local
/external/squashfs-tools/squashfs-tools/
Daction.h274 struct empty_data { struct
275 int val;
Daction.c1478 struct empty_data *empty_data; in parse_empty_args() local
/external/dtc/
Ddtc.h120 #define empty_data ((struct data){ 0 /* all .members = 0 or NULL */ }) macro