Searched refs:READWRITE (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | cbs_mpeg2.c | 39 #define FUNC(name) FUNC_MPEG2(READWRITE, name) 65 #define READWRITE read macro 96 #undef READWRITE macro 105 #define READWRITE write macro 135 #undef READWRITE macro
|
H A D | cbs_vp9.c | 250 #define FUNC(name) FUNC_VP9(READWRITE, name) 264 #define READWRITE read macro 330 #undef READWRITE macro 344 #define READWRITE write macro 397 #undef READWRITE macro
|
H A D | cbs_jpeg.c | 43 #define READWRITE read macro 58 #undef READWRITE macro 64 #define READWRITE write macro 79 #undef READWRITE macro
|
H A D | cbs_av1.c | 545 #define FUNC(name) FUNC_AV1(READWRITE, name) 573 #define READWRITE read macro 646 #undef READWRITE macro 661 #define READWRITE write macro 724 #undef READWRITE macro
|
H A D | cbs_h2645.c | 256 #define FUNC_H264(name) FUNC_NAME1(READWRITE, h264, name) 257 #define FUNC_H265(name) FUNC_NAME1(READWRITE, h265, name) 258 #define FUNC_SEI(name) FUNC_NAME1(READWRITE, sei, name) 298 #define READWRITE read macro 373 #undef READWRITE macro 387 #define READWRITE write macro 451 #undef READWRITE macro
|
H A D | cbs_sei_syntax_template.c | 168 CHECK(desc->READWRITE(ctx, rw, current->payload, &state)); in message()
|
Completed in 7 milliseconds