HomeSort by relevance Sort by last modified time
    Searched refs:CodecSpecific (Results 1 - 7 of 7) sorted by null

  /external/webrtc/webrtc/modules/video_coding/utility/
qp_parser.cc 19 switch (frame.CodecSpecific()->codecType) {
  /external/webrtc/webrtc/modules/video_coding/
decoding_state.cc 249 uint8_t num_refs = frame->CodecSpecific()->codecSpecific.VP9.num_ref_pics;
252 frame->CodecSpecific()->codecSpecific.VP9.p_diff[r];
267 return frame->CodecSpecific()->codecType == kVideoCodecVP9 &&
268 frame->CodecSpecific()->codecSpecific.VP9.flexible_mode;
encoded_frame.h 97 const CodecSpecificInfo* CodecSpecific() const { return &_codecSpecificInfo; }
generic_decoder.cc 154 frame.CodecSpecific(), frame.RenderTimeMs());
jitter_buffer_unittest.cc     [all...]
video_receiver.cc 297 pre_decode_image_callback_->Encoded(encoded_image, frame->CodecSpecific(),
jitter_buffer.cc 203 frame_it.second->CodecSpecific()->codecSpecific.VP9.gof_idx;
    [all...]

Completed in 555 milliseconds