Searched refs:insert_start_code (Results 1 – 2 of 2) sorted by relevance
245 bool insert_start_code, in Insert() argument247 if (insert_start_code) { in Insert()251 memcpy(frame_buffer + (insert_start_code ? kH264StartCodeLengthBytes : 0), in Insert()253 length += (insert_start_code ? kH264StartCodeLengthBytes : 0); in Insert()
96 bool insert_start_code,