Searched refs:insert_start_code (Results 1 – 2 of 2) sorted by relevance
244 bool insert_start_code, in Insert() argument249 if (insert_start_code) { in Insert()253 memcpy(frame_buffer + (insert_start_code ? kH264StartCodeLengthBytes : 0), in Insert()255 length += (insert_start_code ? kH264StartCodeLengthBytes : 0); in Insert()
95 bool insert_start_code,