Searched refs:insert_start_code (Results 1 – 2 of 2) sorted by relevance
214 bool insert_start_code, in Insert() argument216 if (insert_start_code) { in Insert()220 memcpy(frame_buffer + (insert_start_code ? kH264StartCodeLengthBytes : 0), in Insert()222 length += (insert_start_code ? kH264StartCodeLengthBytes : 0); in Insert()
122 bool insert_start_code,