OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:contiguous_buffer
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/webrtc/modules/video_coding/codecs/h264/
h264_video_toolbox_nalu.cc
93
CMBlockBufferRef
contiguous_buffer
= nullptr;
local
97
nullptr, block_buffer, nullptr, nullptr, 0, 0, 0, &
contiguous_buffer
);
104
contiguous_buffer
= block_buffer;
106
CFRetain(
contiguous_buffer
);
112
size_t block_buffer_size = CMBlockBufferGetDataLength(
contiguous_buffer
);
113
status = CMBlockBufferGetDataPointer(
contiguous_buffer
, 0, nullptr, nullptr,
117
CFRelease(
contiguous_buffer
);
153
CFRelease(
contiguous_buffer
);
216
CMBlockBufferRef
contiguous_buffer
= nullptr;
local
219
nullptr, block_buffer, nullptr, nullptr, 0, 0, 0, &
contiguous_buffer
);
[
all
...]
Completed in 1835 milliseconds