Searched refs:size_left (Results 1 – 2 of 2) sorted by relevance
1414 int32_t size_left = 0; in vbp_parse_start_code_h264() local1437 size_left = cubby->size; in vbp_parse_start_code_h264()1439 while (size_left >= NAL_length_size) in vbp_parse_start_code_h264()1455 size_left = cubby->size - size_parsed; in vbp_parse_start_code_h264()1458 if (size_left != 0) in vbp_parse_start_code_h264()1460 WTRACE("Elementary stream is not aligned (%d).", size_left); in vbp_parse_start_code_h264()
1814 const int64 size_left = total_size - (writer->Position() - start_pos_); in Finalize() local1816 const uint64 bytes_written = WriteVoidElement(writer, size_left); in Finalize()