Searched refs:f_size (Results 1 – 6 of 6) sorted by relevance
/third_party/openh264/test/encoder/ |
D | EncUT_EncoderMbAux.cpp | 421 const std::size_t f_size = 8; in TestWelsQuant4x4() local 424 ALLOC_MEMORY (int16_t, ff, f_size); in TestWelsQuant4x4() 425 ALLOC_MEMORY (int16_t, mf, f_size); in TestWelsQuant4x4() 428 for (std::size_t i = 0; i < f_size; i++) { in TestWelsQuant4x4() 460 const std::size_t f_size = 8; in TestWelsQuantFour4x4() local 463 ALLOC_MEMORY (int16_t, ff, f_size); in TestWelsQuantFour4x4() 464 ALLOC_MEMORY (int16_t, mf, f_size); in TestWelsQuantFour4x4() 467 for (std::size_t i = 0; i < f_size; i++) { in TestWelsQuantFour4x4()
|
/third_party/FatFs/documents/res/ |
D | app1.c | 17 fr = f_lseek(fp, f_size(fp)); in open_append()
|
D | app5.c | 24 fsz = f_size(fp); in test_contiguous_file()
|
/third_party/FatFs/source/ |
D | ff.h | 515 #define f_size(fp) ((fp)->obj.objsize) macro
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
D | mod.rs | 246 pub f_size: ::size_t,
|
/third_party/ffmpeg/doc/ |
D | ffmpeg.texi | 980 @code{frame= %5d q= %2.1f PSNR= %6.2f f_size= %6d s_size= %8.0fkB time= %0.3f br= %7.1fkbits/s avg_… 984 @code{out= %2d st= %2d frame= %5d q= %2.1f PSNR= %6.2f f_size= %6d s_size= %8.0fkB time= %0.3f br= …
|