Searched refs:st_type (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | rtsp.c | 425 char buf1[64], st_type[64]; in sdp_parse_line() local 481 get_word(st_type, sizeof(st_type), &p); in sdp_parse_line() 482 if (!strcmp(st_type, "audio")) { in sdp_parse_line() 484 } else if (!strcmp(st_type, "video")) { in sdp_parse_line() 486 } else if (!strcmp(st_type, "application")) { in sdp_parse_line() 488 } else if (!strcmp(st_type, "text")) { in sdp_parse_line()
|
/third_party/skia/third_party/externals/tint/src/inspector/ |
D | inspector_test.cc | 1294 auto* st_type = MakeStorageTextureTypes(ast::TextureDimension::k2d, in TEST_F() local 1296 AddStorageTexture("st_var", st_type, 4, 0); in TEST_F() 2394 auto* st_type = MakeStorageTextureTypes(dim, format); in TEST_P() local 2395 AddStorageTexture("st_var", st_type, 0, 0); in TEST_P()
|
/third_party/libuv/src/unix/ |
D | aix.c | 431 if (statbuf.st_type == VDIR) in uv__path_is_a_directory()
|
/third_party/mesa3d/src/compiler/nir/tests/ |
D | vars_tests.cpp | 1847 const struct glsl_type *st_type = glsl_struct_type(&field, 1, "struct", false); in TEST_F() local 1848 nir_variable *temp = create_var(nir_var_function_temp, glsl_array_type(st_type, 4, 0), in TEST_F()
|
/third_party/python/Doc/library/ |
D | os.rst | 2803 .. attribute:: st_type
|