/external/libvorbis/lib/ |
D | info.c | 61 void vorbis_comment_init(vorbis_comment *vc){ in vorbis_comment_init() 65 void vorbis_comment_add(vorbis_comment *vc,const char *comment){ in vorbis_comment_add() 77 void vorbis_comment_add_tag(vorbis_comment *vc, const char *tag, const char *contents){ in vorbis_comment_add_tag() 97 char *vorbis_comment_query(vorbis_comment *vc, const char *tag, int count){ in vorbis_comment_query() 118 int vorbis_comment_query_count(vorbis_comment *vc, const char *tag){ in vorbis_comment_query_count() 133 void vorbis_comment_clear(vorbis_comment *vc){ in vorbis_comment_clear() 240 static int _vorbis_unpack_comment(vorbis_comment *vc,oggpack_buffer *opb){ in _vorbis_unpack_comment() 379 int vorbis_synthesis_headerin(vorbis_info *vi,vorbis_comment *vc,ogg_packet *op){ in vorbis_synthesis_headerin() 461 static int _vorbis_pack_comment(oggpack_buffer *opb,vorbis_comment *vc){ in _vorbis_pack_comment() 547 int vorbis_commentheader_out(vorbis_comment *vc, in vorbis_commentheader_out() [all …]
|
/external/clang/test/PCH/ |
D | cxx1y-variable-templates.cpp | 58 template<typename T> T vc = T(); variable 72 template<typename T> T vc = T(10); variable 107 template<> float vc<float> = 1.5; variable 108 template int vc<int>; variable 153 template<typename T> T* vc<T*> = new T(); variable 154 template<> constexpr float vc<float> = 1.5; variable
|
/external/tremolo/Tremolo/ |
D | treminfo.c | 58 void vorbis_comment_init(vorbis_comment *vc){ in vorbis_comment_init() 74 char *vorbis_comment_query(vorbis_comment *vc, char *tag, int count){ in vorbis_comment_query() 95 int vorbis_comment_query_count(vorbis_comment *vc, char *tag){ in vorbis_comment_query_count() 110 void vorbis_comment_clear(vorbis_comment *vc){ in vorbis_comment_clear() 216 int _vorbis_unpack_comment(vorbis_comment *vc,oggpack_buffer *opb){ in _vorbis_unpack_comment() 340 int vorbis_dsp_headerin(vorbis_info *vi,vorbis_comment *vc,ogg_packet *op){ in vorbis_dsp_headerin()
|
D | ivorbisfile.h | 81 vorbis_comment vc; member
|
/external/fio/ |
D | verify.c | 268 static void dump_verify_buffers(struct verify_header *hdr, struct vcont *vc) in dump_verify_buffers() 304 static void log_verify_failure(struct verify_header *hdr, struct vcont *vc) in log_verify_failure() 326 static inline void *io_u_verify_off(struct verify_header *hdr, struct vcont *vc) in io_u_verify_off() 331 static int verify_io_u_pattern(struct verify_header *hdr, struct vcont *vc) in verify_io_u_pattern() 376 static int verify_io_u_meta(struct verify_header *hdr, struct vcont *vc) in verify_io_u_meta() 413 static int verify_io_u_xxhash(struct verify_header *hdr, struct vcont *vc) in verify_io_u_xxhash() 437 static int verify_io_u_sha512(struct verify_header *hdr, struct vcont *vc) in verify_io_u_sha512() 462 static int verify_io_u_sha256(struct verify_header *hdr, struct vcont *vc) in verify_io_u_sha256() 488 static int verify_io_u_sha1(struct verify_header *hdr, struct vcont *vc) in verify_io_u_sha1() 514 static int verify_io_u_crc7(struct verify_header *hdr, struct vcont *vc) in verify_io_u_crc7() [all …]
|
/external/valgrind/drd/ |
D | drd_segment.c | 97 HChar* vc; in sg_init() local 140 HChar* vc; in DRD_() local 181 HChar* vc; in DRD_() local
|
D | drd_vc.h | 68 VCElem* vc; /**< vector clock elements. */ member
|
D | drd_segment.h | 55 VectorClock vc; member
|
D | drd_thread.c | 415 HChar* vc; in DRD_() local 1206 const VectorClock* const vc = &sg->vc; in thread_combine_vc_sync() local 1490 HChar* vc; in thread_compute_conflict_set() local
|
D | drd_load_store.c | 102 HChar* vc; in DRD_() local
|
/external/pdfium/third_party/libopenjpeg20/ |
D | t1_generate_luts.c | 114 int hc, vc, n; in t1_init_ctxno_sc() local 155 int hc, vc, n; in t1_init_spb() local
|
/external/libvorbis/test/ |
D | write_read.c | 39 vorbis_comment vc; in write_vorbis_data_or_die() local 141 vorbis_comment vc; in read_vorbis_data_or_die() local
|
/external/webrtc/talk/session/media/ |
D | mediasession_unittest.cc | 488 const ContentInfo* vc = offer->GetContentByName("video"); in TEST_F() local 512 const ContentInfo* vc = offer->GetContentByName("video"); in TEST_F() local 696 const ContentInfo* vc = offer->GetContentByName("video"); in TEST_F() local 776 const ContentInfo* vc = answer->GetContentByName("video"); in TEST_F() local 802 const ContentInfo* vc = answer->GetContentByName("video"); in TEST_F() local 835 const ContentInfo* vc = answer->GetContentByName("data"); in TEST_F() local 1013 const ContentInfo* vc = answer->GetContentByName("video"); in TEST_F() local 1038 const ContentInfo* vc = offer->GetContentByName("video"); in TEST_F() local 1161 const ContentInfo* vc = answer->GetContentByName("video"); in TEST_F() local 1195 ContentInfo* vc = offer->GetContentByName("video"); in TEST_F() local [all …]
|
/external/opencv3/3rdparty/libjasper/ |
D | jpc_t1cod.c | 379 int vc; in jpc_getspb() local 397 int vc; in jpc_getscctxno() local
|
/external/opencv3/modules/calib3d/src/ |
D | epnp.h | 74 double uc, vc, fu, fv; variable
|
D | upnp.h | 124 double uc, vc, fu, fv; variable
|
/external/libvorbis/examples/ |
D | encoder_example.c | 50 vorbis_comment vc; /* struct that stores all the user comments */ in main() local
|
D | decoder_example.c | 52 vorbis_comment vc; /* struct that stores all the bitstream user comments */ in main() local
|
/external/opencv3/modules/videostab/src/ |
D | frame_source.cpp | 102 VideoCapture vc; member in cv::videostab::__anonbb8870390111::VideoFileSourceImpl
|
/external/opencv/cvaux/src/ |
D | cvfindhandregion.cpp | 72 float value, vmin, vmax, vl, bsize, vc; in icvFindHandRegion() local 294 float value, vmin, vmax, vl, bsize, bsizej, vc, vcl, vcr; in icvFindHandRegionA() local
|
/external/clang/test/SemaCXX/ |
D | microsoft-dtor-lookup.cpp | 28 VC vc; in f() local
|
/external/eigen/bench/ |
D | benchVecAdd.cpp | 66 VectorXf vc = Map<VectorXf>(c, size2); in main() local
|
/external/opencv3/samples/tapi/ |
D | hog.cpp | 162 VideoCapture vc; in run() local
|
/external/libvorbis/include/vorbis/ |
D | vorbisfile.h | 128 vorbis_comment *vc; member
|
/external/opencv3/samples/gpu/ |
D | hog.cpp | 266 VideoCapture vc; in run() local
|