Home
last modified time | relevance | path

Searched refs:other_field (Results 1 – 15 of 15) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth264picture.c296 if (picture->second_field && picture->other_field) { in gst_h264_dpb_add()
297 picture->other_field->other_field = picture; in gst_h264_dpb_add()
647 if (GST_H264_PICTURE_IS_FRAME (picture) || picture->other_field) in gst_h264_dpb_has_empty_frame_buffer()
676 (!picture->other_field || picture->second_field)) in gst_h264_dpb_get_lowest_output_needed_picture()
905 other_picture = picture->other_field; in gst_h264_dpb_bump()
1054 } else if (tmp->other_field && in gst_h264_dpb_perform_memory_management_control_operation()
1055 GST_H264_PICTURE_IS_LONG_TERM_REF (tmp->other_field) && in gst_h264_dpb_perform_memory_management_control_operation()
1056 tmp->other_field->long_term_frame_idx == in gst_h264_dpb_perform_memory_management_control_operation()
1079 if (!tmp->other_field) { in gst_h264_dpb_perform_memory_management_control_operation()
1084 } else if (tmp->other_field != other && in gst_h264_dpb_perform_memory_management_control_operation()
[all …]
Dgsth264decoder.c791 GstH264Picture *other_field; in gst_h264_decoder_split_frame() local
795 other_field = gst_h264_decoder_new_field_picture (self, picture); in gst_h264_decoder_split_frame()
796 if (!other_field) { in gst_h264_decoder_split_frame()
810 other_field->field = GST_H264_PICTURE_FIELD_BOTTOM_FIELD; in gst_h264_decoder_split_frame()
811 other_field->pic_order_cnt = picture->bottom_field_order_cnt; in gst_h264_decoder_split_frame()
816 other_field->field = GST_H264_PICTURE_FIELD_TOP_FIELD; in gst_h264_decoder_split_frame()
817 other_field->pic_order_cnt = picture->top_field_order_cnt; in gst_h264_decoder_split_frame()
820 other_field->top_field_order_cnt = picture->top_field_order_cnt; in gst_h264_decoder_split_frame()
821 other_field->bottom_field_order_cnt = picture->bottom_field_order_cnt; in gst_h264_decoder_split_frame()
822 other_field->frame_num = picture->frame_num; in gst_h264_decoder_split_frame()
[all …]
Dgsth264picture.h159 GstH264Picture * other_field; member
326 gboolean other_field);
/third_party/protobuf/src/google/protobuf/
Dmap_field_inl.h254 const MapField& other_field = static_cast<const MapField&>(other); in MergeFrom() local
255 other_field.SyncMapWithRepeatedField(); in MergeFrom()
256 impl_.MergeFrom(other_field.impl_); in MergeFrom()
265 MapField* other_field = down_cast<MapField*>(other); in Swap() local
266 std::swap(this->MapFieldBase::repeated_field_, other_field->repeated_field_); in Swap()
267 impl_.Swap(&other_field->impl_); in Swap()
269 auto other_state = other_field->state_.load(std::memory_order_relaxed); in Swap()
271 other_field->state_.store(this_state, std::memory_order_relaxed); in Swap()
Dmap_field.cc286 const DynamicMapField& other_field = in MergeFrom() local
289 other_field.map_.begin(); in MergeFrom()
290 other_it != other_field.map_.end(); ++other_it) { in MergeFrom()
350 DynamicMapField* other_field = down_cast<DynamicMapField*>(other); in Swap() local
351 std::swap(this->MapFieldBase::repeated_field_, other_field->repeated_field_); in Swap()
352 map_.swap(other_field->map_); in Swap()
354 auto other_state = other_field->state_.load(std::memory_order_relaxed); in Swap()
356 other_field->state_.store(this_state, std::memory_order_relaxed); in Swap()
Dtext_format.cc534 const FieldDescriptor* other_field = in ConsumeField() local
539 other_field->name() + in ConsumeField()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11h264dec.cpp734 if (other->other_field) { in gst_d3d11_h264_dec_start_picture()
735 GstH264Picture *other_field = other->other_field; in gst_d3d11_h264_dec_start_picture() local
737 switch (other_field->field) { in gst_d3d11_h264_dec_start_picture()
740 other_field->top_field_order_cnt; in gst_d3d11_h264_dec_start_picture()
745 other_field->bottom_field_order_cnt; in gst_d3d11_h264_dec_start_picture()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codech264dec.c625 if (ref_pic->other_field) { in gst_v4l2_codec_h264_dec_fill_decoder_params()
627 ref_pic->other_field->bottom_field_order_cnt; in gst_v4l2_codec_h264_dec_fill_decoder_params()
637 if (ref_pic->other_field) { in gst_v4l2_codec_h264_dec_fill_decoder_params()
639 ref_pic->other_field->top_field_order_cnt; in gst_v4l2_codec_h264_dec_fill_decoder_params()
762 if (ref_pic->second_field && ref_pic->other_field) in lookup_dpb_index()
763 ref_pic = ref_pic->other_field; in lookup_dpb_index()
778 if (merge && ref_pic->other_field) in _get_v4l2_fields_ref()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvh264dec.c686 if (ref->other_field) { in gst_nv_h264_dec_fill_dpb()
687 dpb->FieldOrderCnt[1] = ref->other_field->bottom_field_order_cnt; in gst_nv_h264_dec_fill_dpb()
696 if (ref->other_field) { in gst_nv_h264_dec_fill_dpb()
697 dpb->FieldOrderCnt[0] = ref->other_field->bottom_field_order_cnt; in gst_nv_h264_dec_fill_dpb()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvah264dec.c194 if (merge_other_field && picture->other_field) { in _fill_vaapi_pic()
196 picture->other_field->bottom_field_order_cnt; in _fill_vaapi_pic()
204 if (merge_other_field && picture->other_field) { in _fill_vaapi_pic()
206 picture->other_field->top_field_order_cnt; in _fill_vaapi_pic()
/third_party/protobuf/python/google/protobuf/pyext/
Dmap_container.cc349 const internal::MapFieldBase* other_field = other_reflection->GetMapData( in MergeFrom() local
351 field->MergeFrom(*other_field); in MergeFrom()
/third_party/protobuf/python/google/protobuf/internal/
Dpython_message.py1473 other_field = self._oneofs.setdefault(field.containing_oneof, field)
1474 if other_field is not field:
1475 del self._fields[other_field]
/third_party/protobuf/conformance/
Dbinary_json_conformance_suite.cc1168 const FieldDescriptor* other_field = in TestValidDataForOneofType() local
1170 FieldDescriptor::Type other_type = other_field->type(); in TestValidDataForOneofType()
1175 cat(tag(other_field->number(), other_wire_type), in TestValidDataForOneofType()
/third_party/googletest/docs/
Dgmock_cook_book.md1256 Field("other_field", &Foo::other_field, foo.other_field),
/third_party/gstreamer/gstplugins_bad/
DChangeLog5952 other_field to complete the information (POC).