Home
last modified time | relevance | path

Searched refs:dstruct (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavdevice/
Dvfwcap.c95 #define dstruct(pctx, sname, var, type) \ macro
101 dstruct(s, cparms, dwRequestMicroSecPerFrame, "lu"); in dump_captureparms()
102 dstruct(s, cparms, fMakeUserHitOKToCapture, "d"); in dump_captureparms()
103 dstruct(s, cparms, wPercentDropForError, "u"); in dump_captureparms()
104 dstruct(s, cparms, fYield, "d"); in dump_captureparms()
105 dstruct(s, cparms, dwIndexSize, "lu"); in dump_captureparms()
106 dstruct(s, cparms, wChunkGranularity, "u"); in dump_captureparms()
107 dstruct(s, cparms, fUsingDOSMemory, "d"); in dump_captureparms()
108 dstruct(s, cparms, wNumVideoRequested, "u"); in dump_captureparms()
109 dstruct(s, cparms, fCaptureAudio, "d"); in dump_captureparms()
[all …]
Ddshow_common.c62 #define dstruct(pctx, sname, var, type) \ macro
69 dstruct(s, bih, biSize, "lu"); in dump_bih()
70 dstruct(s, bih, biWidth, "ld"); in dump_bih()
71 dstruct(s, bih, biHeight, "ld"); in dump_bih()
72 dstruct(s, bih, biPlanes, "d"); in dump_bih()
73 dstruct(s, bih, biBitCount, "d"); in dump_bih()
74 dstruct(s, bih, biCompression, "lu"); in dump_bih()
77 dstruct(s, bih, biSizeImage, "lu"); in dump_bih()
78 dstruct(s, bih, biXPelsPerMeter, "lu"); in dump_bih()
79 dstruct(s, bih, biYPelsPerMeter, "lu"); in dump_bih()
[all …]