Searched defs:sps_id (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/common/gpu/media/
H A Dh264_parser.cc133 const H264SPS* H264Parser::GetSPS(int sps_id) { argument
134 return active_SPSes_[sps_id];
570 H264Parser::Result H264Parser::ParseSPS(int* sps_id) { argument
575 *sps_id = -1;
677 *sps_id = sps->seq_parameter_set_id;
678 delete active_SPSes_[*sps_id];
679 active_SPSes_[*sps_id] = sps.release();
H A Dvaapi_h264_decoder.cc1391 bool VaapiH264Decoder::ProcessSPS(int sps_id, bool* need_new_buffers) { argument
1392 const H264SPS* sps = parser_.GetSPS(sps_id);
1575 int sps_id; local
1580 par_res = parser_.ParseSPS(&sps_id);
1585 if (!ProcessSPS(sps_id, &need_new_buffers))

Completed in 2263 milliseconds