Home
last modified time | relevance | path

Searched refs:dst_op (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.c341 GstH264SPSExtMVCLevelValueOp *const dst_op = &dst_value->applicable_op[j]; in gst_h264_sps_mvc_copy() local
345 dst_op->temporal_id = src_op->temporal_id; in gst_h264_sps_mvc_copy()
346 dst_op->num_target_views_minus1 = src_op->num_target_views_minus1; in gst_h264_sps_mvc_copy()
347 dst_op->target_view_id = in gst_h264_sps_mvc_copy()
348 g_new (guint16, dst_op->num_target_views_minus1 + 1); in gst_h264_sps_mvc_copy()
349 if (!dst_op->target_view_id) in gst_h264_sps_mvc_copy()
352 for (k = 0; k <= dst_op->num_target_views_minus1; k++) in gst_h264_sps_mvc_copy()
353 dst_op->target_view_id[k] = src_op->target_view_id[k]; in gst_h264_sps_mvc_copy()
354 dst_op->num_views_minus1 = src_op->num_views_minus1; in gst_h264_sps_mvc_copy()
/third_party/spirv-tools/source/diff/
Ddiff.cpp2186 const SpvOp dst_op = dst_inst->opcode(); in MatchTypeIds() local
2189 if (src_op != dst_op) { in MatchTypeIds()
2274 const SpvOp dst_op = dst_inst->opcode(); in MatchConstants() local
2277 if (src_op != dst_op) { in MatchConstants()