Home
last modified time | relevance | path

Searched refs:param_set_ptrs (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/sdk/objc/components/video_codec/
Dnalu_rewriter.cc254 const uint8_t* param_set_ptrs[2] = {}; in CreateVideoFormatDescription() local
261 if (!reader.ReadNalu(&param_set_ptrs[0], &param_set_sizes[0])) { in CreateVideoFormatDescription()
265 if (!reader.ReadNalu(&param_set_ptrs[1], &param_set_sizes[1])) { in CreateVideoFormatDescription()
273 kCFAllocatorDefault, 2, param_set_ptrs, param_set_sizes, 4, &description); in CreateVideoFormatDescription()