Searched defs:AVFileDescriptor (Results 1 – 3 of 3) sorted by relevance
23 struct AVFileDescriptor { struct27 int32_t fd_;28 int64_t offset_;29 int64_t length_;
185 struct AVFileDescriptor { struct186 int32_t fd = 0;187 int64_t offset = 0;188 int64_t length = -1;
1634 interface AVFileDescriptor { interface