Searched refs:dst_op (Results 1 – 2 of 2) sorted by relevance
341 GstH264SPSExtMVCLevelValueOp *const dst_op = &dst_value->applicable_op[j]; in gst_h264_sps_mvc_copy() local345 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()
2186 const SpvOp dst_op = dst_inst->opcode(); in MatchTypeIds() local2189 if (src_op != dst_op) { in MatchTypeIds()2274 const SpvOp dst_op = dst_inst->opcode(); in MatchConstants() local2277 if (src_op != dst_op) { in MatchConstants()