Searched defs:frame_bytes (Results 1 – 14 of 14) sorted by relevance
136 std::tuple<FrameHeader, BufferPair> frame_bytes) { in TransportReadLoop()
300 &transport](std::tuple<FrameHeader, BufferPair> frame_bytes) { in ReadOneFrame()
403 let frame_bytes = ieee80211.encode_to_vec()?; in create_hwsim_msg_attr() localVariable841 let frame_bytes = Bytes::from(include!("test_packets/hwsim_cmd_frame_request.csv")); in test_build_tx_info_and_compare() localVariable849 let frame_bytes = Bytes::from(include!("test_packets/hwsim_cmd_frame_request_mdns.csv")); in test_build_tx_info_and_compare_mdns() localVariable
46 std::uint8_t* frame_bytes) { in HandleSurfaceFrame()
162 std::uint8_t* frame_bytes) override { in RenderConfirmationUi()
260 int frame_bytes = block_bytes / nchannels in main() local
242 int frame_bytes = block_bytes / nchannels in main() local
65 …Frame *frame, uint32_t frame_number, FLAC__uint64 frame_offset, FLAC__uint64 frame_bytes, analysis… in flac__analyze_frame()
1117 FLAC__uint64 frame_bytes = 0; in write_callback() local
1729 const size_t frame_bytes = PacketSize() - PacketHeaderSize() + in GetSerializedFrameLength() local1869 const size_t frame_bytes = PacketSize() - PacketHeaderSize(); in MaybeAddExtraPaddingForHeaderProtection() local
413 auto frame_bytes = reinterpret_cast<std::uint8_t*>(teeui_frame->data()); in RenderDialog() local
103 uint8_t* frame_bytes; in CreateFrameData() local
661 …uint64_t frame_bytes; /**< number of non-data bytes used for frame de-mux - ID bytes, sync etc */ … member
4238 static void compute_internal_stats(AV1_COMP *cpi, int frame_bytes) { in compute_internal_stats()