Home
last modified time | relevance | path

Searched defs:frame_bytes (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chaotic_good/
H A Dclient_transport.cc136 std::tuple<FrameHeader, BufferPair> frame_bytes) { in TransportReadLoop()
H A Dserver_transport.cc300 &transport](std::tuple<FrameHeader, BufferPair> frame_bytes) { in ReadOneFrame()
/aosp_15_r20/tools/netsim/rust/daemon/src/wifi/
H A Dmedium.rs403 let frame_bytes = ieee80211.encode_to_vec()?; in create_hwsim_msg_attr() localVariable
841 let frame_bytes = Bytes::from(include!("test_packets/hwsim_cmd_frame_request.csv")); in test_build_tx_info_and_compare() localVariable
849 let frame_bytes = Bytes::from(include!("test_packets/hwsim_cmd_frame_request_mdns.csv")); in test_build_tx_info_and_compare_mdns() localVariable
/aosp_15_r20/device/google/cuttlefish/host/libs/wayland/
Dwayland_surfaces.cpp46 std::uint8_t* frame_bytes) { in HandleSurfaceFrame()
/aosp_15_r20/device/google/cuttlefish/host/libs/screen_connector/
Dscreen_connector.h162 std::uint8_t* frame_bytes) override { in RenderConfirmationUi()
/aosp_15_r20/external/liblc3/tools/
H A Delc3.c260 int frame_bytes = block_bytes / nchannels in main() local
H A Ddlc3.c242 int frame_bytes = block_bytes / nchannels in main() local
/aosp_15_r20/external/flac/src/flac/
H A Danalyze.c65 …Frame *frame, uint32_t frame_number, FLAC__uint64 frame_offset, FLAC__uint64 frame_bytes, analysis… in flac__analyze_frame()
H A Ddecode.c1117 FLAC__uint64 frame_bytes = 0; in write_callback() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_packet_creator.cc1729 const size_t frame_bytes = PacketSize() - PacketHeaderSize() + in GetSerializedFrameLength() local
1869 const size_t frame_bytes = PacketSize() - PacketHeaderSize(); in MaybeAddExtraPaddingForHeaderProtection() local
/aosp_15_r20/device/google/cuttlefish/host/libs/confui/
Dhost_renderer.cc413 auto frame_bytes = reinterpret_cast<std::uint8_t*>(teeui_frame->data()); in RenderDialog() local
/aosp_15_r20/external/webp/src/mux/
H A Dmuxedit.c103 uint8_t* frame_bytes; in CreateFrameData() local
/aosp_15_r20/external/OpenCSD/decoder/include/opencsd/
H A Docsd_if_types.h661 …uint64_t frame_bytes; /**< number of non-data bytes used for frame de-mux - ID bytes, sync etc */ … member
/aosp_15_r20/external/libaom/av1/encoder/
H A Dencoder.c4238 static void compute_internal_stats(AV1_COMP *cpi, int frame_bytes) { in compute_internal_stats()