OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:attributes_size
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_coding/codecs/h264/
h264_video_toolbox_decoder.cc
192
static size_t const
attributes_size
= 3;
local
193
CFTypeRef keys[
attributes_size
] = {
207
CFTypeRef values[
attributes_size
] = {kCFBooleanTrue, io_surface_value,
210
internal::CreateCFDictionary(keys, values,
attributes_size
);
h264_video_toolbox_encoder.cc
339
const size_t
attributes_size
= 3;
local
340
CFTypeRef keys[
attributes_size
] = {
354
CFTypeRef values[
attributes_size
] = {kCFBooleanTrue, io_surface_value,
357
internal::CreateCFDictionary(keys, values,
attributes_size
);
Completed in 286 milliseconds