OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:big_endian_length
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/webrtc/modules/video_coding/codecs/h264/
h264_video_toolbox_nalu.cc
340
uint32_t
big_endian_length
= CFSwapInt32HostToBig(data_size);
local
341
memcpy(start_ + offset_, &
big_endian_length
, sizeof(
big_endian_length
));
342
offset_ += sizeof(
big_endian_length
);
Completed in 249 milliseconds