Home
last modified time | relevance | path

Searched defs:vc (Results 1 – 25 of 52) sorted by relevance

123

/external/libvorbis/lib/
Dinfo.c61 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/
Dcxx1y-variable-templates.cpp58 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/
Dtreminfo.c58 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()
Divorbisfile.h81 vorbis_comment vc; member
/external/fio/
Dverify.c268 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/
Ddrd_segment.c97 HChar* vc; in sg_init() local
140 HChar* vc; in DRD_() local
181 HChar* vc; in DRD_() local
Ddrd_vc.h68 VCElem* vc; /**< vector clock elements. */ member
Ddrd_segment.h55 VectorClock vc; member
Ddrd_thread.c415 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
Ddrd_load_store.c102 HChar* vc; in DRD_() local
/external/pdfium/third_party/libopenjpeg20/
Dt1_generate_luts.c114 int hc, vc, n; in t1_init_ctxno_sc() local
155 int hc, vc, n; in t1_init_spb() local
/external/libvorbis/test/
Dwrite_read.c39 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/
Dmediasession_unittest.cc488 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/
Djpc_t1cod.c379 int vc; in jpc_getspb() local
397 int vc; in jpc_getscctxno() local
/external/opencv3/modules/calib3d/src/
Depnp.h74 double uc, vc, fu, fv; variable
Dupnp.h124 double uc, vc, fu, fv; variable
/external/libvorbis/examples/
Dencoder_example.c50 vorbis_comment vc; /* struct that stores all the user comments */ in main() local
Ddecoder_example.c52 vorbis_comment vc; /* struct that stores all the bitstream user comments */ in main() local
/external/opencv3/modules/videostab/src/
Dframe_source.cpp102 VideoCapture vc; member in cv::videostab::__anonbb8870390111::VideoFileSourceImpl
/external/opencv/cvaux/src/
Dcvfindhandregion.cpp72 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/
Dmicrosoft-dtor-lookup.cpp28 VC vc; in f() local
/external/eigen/bench/
DbenchVecAdd.cpp66 VectorXf vc = Map<VectorXf>(c, size2); in main() local
/external/opencv3/samples/tapi/
Dhog.cpp162 VideoCapture vc; in run() local
/external/libvorbis/include/vorbis/
Dvorbisfile.h128 vorbis_comment *vc; member
/external/opencv3/samples/gpu/
Dhog.cpp266 VideoCapture vc; in run() local

123