Home
last modified time | relevance | path

Searched refs:ref_codec (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/media/engine/
Dsimulcast_encoder_adapter_unittest.cc535 VideoCodec* ref_codec, in InitRefCodec() argument
537 *ref_codec = codec_; in InitRefCodec()
538 ref_codec->VP8()->numberOfTemporalLayers = in InitRefCodec()
541 ref_codec->width = codec_.simulcastStream[stream_index].width; in InitRefCodec()
542 ref_codec->height = codec_.simulcastStream[stream_index].height; in InitRefCodec()
543 ref_codec->maxBitrate = codec_.simulcastStream[stream_index].maxBitrate; in InitRefCodec()
544 ref_codec->minBitrate = codec_.simulcastStream[stream_index].minBitrate; in InitRefCodec()
545 ref_codec->qpMax = codec_.simulcastStream[stream_index].qpMax; in InitRefCodec()
550 VideoCodec ref_codec; in VerifyCodecSettings() local
553 InitRefCodec(0, &ref_codec); in VerifyCodecSettings()
[all …]
/external/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_vcn_dec.c281 dec->ref_codec.bts = CODEC_8_BITS; in get_h264_msg()
282 dec->ref_codec.index = result.decoded_pic_idx; in get_h264_msg()
283 dec->ref_codec.ref_size = 16; in get_h264_msg()
284 dec->ref_codec.num_refs = result.curr_pic_ref_frame_num; in get_h264_msg()
285 STATIC_ASSERT(sizeof(dec->ref_codec.ref_list) == sizeof(result.ref_frame_list)); in get_h264_msg()
286 memcpy(dec->ref_codec.ref_list, result.ref_frame_list, sizeof(result.ref_frame_list)); in get_h264_msg()
472 dec->ref_codec.bts = (pic->base.profile == PIPE_VIDEO_PROFILE_HEVC_MAIN_10) ? in get_h265_msg()
474 dec->ref_codec.index = result.curr_idx; in get_h265_msg()
475 dec->ref_codec.ref_size = 15; in get_h265_msg()
476 dec->ref_codec.num_refs = num_refs; in get_h265_msg()
[all …]
Dradeon_vcn_dec.h133 } ref_codec; member