Searched refs:frame_buf (Results 1 - 3 of 3) sorted by last modified time

/external/valgrind/main/helgrind/tests/
H A Dfilter_xml66 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 Dmp4_stream_parser.cc362 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...]
H A Dmp4_stream_parser.h71 std::vector<uint8>* frame_buf,
74 std::vector<uint8>* frame_buf,

Completed in 175 milliseconds