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_;
278 struct AVFileDescriptor { struct279 int32_t fd = 0;280 int64_t offset = 0;281 int64_t length = -1;
900 interface AVFileDescriptor { interface