Home
last modified time | relevance | path

Searched refs:write_frame_header (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/zero_copy_frame_protector/
Dalts_iovec_record_protocol.cc128 static grpc_status_code write_frame_header(size_t data_length, in write_frame_header() function
218 status = write_frame_header(data_length + rp->tag_length, in alts_iovec_record_protocol_integrity_only_protect()
327 grpc_status_code status = write_frame_header( in alts_iovec_record_protocol_privacy_integrity_protect()
/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/
Dalts_iovec_record_protocol.cc126 static grpc_status_code write_frame_header(size_t data_length, in write_frame_header() function
216 status = write_frame_header(data_length + rp->tag_length, in alts_iovec_record_protocol_integrity_only_protect()
325 grpc_status_code status = write_frame_header( in alts_iovec_record_protocol_privacy_integrity_protect()
/external/libjpeg-turbo/
Djcmarker.c498 write_frame_header(j_compress_ptr cinfo) in write_frame_header() function
656 marker->pub.write_frame_header = write_frame_header; in jinit_marker_writer()
Djcmaster.c508 (*cinfo->marker->write_frame_header) (cinfo); in prepare_for_pass()
541 (*cinfo->marker->write_frame_header) (cinfo); in pass_startup()
Djpegint.h133 void (*write_frame_header) (j_compress_ptr cinfo); member
/external/libaom/libaom/av1/encoder/
Dbitstream.c3886 const int write_frame_header = in av1_pack_bitstream() local
3889 if (write_frame_header) { in av1_pack_bitstream()