Searched refs:frame_buf (Results 1 - 3 of 3) sorted by relevance
/external/valgrind/main/helgrind/tests/ |
H A D | filter_xml | 66 my $frame_buf = ""; 107 $frame_buf .= "$line\n"; 117 print "$frame_buf"; 125 $frame_buf .= "$line\n"; 137 $frame_buf .= "$line\n"; 139 $frame_buf .= "$line\n"; 149 $frame_buf = "$line\n";
|
/external/chromium_org/media/formats/mp4/ |
H A D | mp4_stream_parser.h | 71 std::vector<uint8>* frame_buf, 74 std::vector<uint8>* frame_buf,
|
H A D | mp4_stream_parser.cc | 362 std::vector<uint8>* frame_buf, 369 RCHECK(AVC::ConvertFrameToAnnexB(avc_config.length_size, frame_buf)); 374 RCHECK(frame_buf->size() == expected_size); 383 RCHECK(AVC::InsertParamSetsAnnexB(avc_config, frame_buf, subsamples)); 386 DCHECK(AVC::IsValidAnnexB(*frame_buf, *subsamples)); 391 const AAC& aac_config, std::vector<uint8>* frame_buf, 394 RCHECK(aac_config.ConvertEsdsToADTS(frame_buf)); 401 entry.cypher_bytes = frame_buf->size() - kADTSHeaderMinSize; 480 std::vector<uint8> frame_buf(buf, buf + runs_->sample_size()); 483 &frame_buf, 360 PrepareAVCBuffer( const AVCDecoderConfigurationRecord& avc_config, std::vector<uint8>* frame_buf, std::vector<SubsampleEntry>* subsamples) const argument 390 PrepareAACBuffer( const AAC& aac_config, std::vector<uint8>* frame_buf, std::vector<SubsampleEntry>* subsamples) const argument [all...] |
Completed in 183 milliseconds